Skip to content

Commit 88e95e9

Browse files
committed
feat: modify bare top def
1 parent 7ebffe6 commit 88e95e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gowin/top/bare_ddr3_top.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module bare_ddr3_top (
5757
.cmd_ready (app_cmd_rdy),
5858
.cmd (app_cmd),
5959
.cmd_en (app_cmd_en),
60-
.addr (app_addr),
60+
.addr ({1'd0, app_addr}),
6161
.wr_data_rdy (app_wdata_rdy),
6262
.wr_data (app_wdata),
6363
.wr_data_en (app_wdata_en),
@@ -95,7 +95,7 @@ module bare_ddr3_top (
9595
// bare_random_tester u_bare_random_tester (
9696
bare_tester u_bare_tester (
9797
.clk (clk),
98-
.clk_x1 (clk_mem_div4),
98+
.clk_ref (clk_mem_div4),
9999
.rstn (rstn),
100100
.init_calib_complete(init_calib_complete),
101101
.app_burst_number (app_burst_number),

0 commit comments

Comments
 (0)