Working SERV cpu
This commit is contained in:
@@ -33,7 +33,7 @@ module tb_serving();
|
||||
serving #(
|
||||
.memfile("../sw/blinky/blinky.hex"),
|
||||
.memsize(8192),
|
||||
.sim(1'b0),
|
||||
.sim(1'b1),
|
||||
.RESET_STRATEGY("MINI"),
|
||||
.WITH_CSR(1)
|
||||
) serv (
|
||||
@@ -50,7 +50,7 @@ module tb_serving();
|
||||
);
|
||||
|
||||
wb_gpio #(
|
||||
.address(32'h80000000)
|
||||
.address(32'h40000000)
|
||||
) gpio (
|
||||
.i_wb_clk(clk),
|
||||
.i_wb_dat(wb_dat),
|
||||
|
||||
Reference in New Issue
Block a user