We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebffe6 commit 88e95e9Copy full SHA for 88e95e9
gowin/top/bare_ddr3_top.v
@@ -57,7 +57,7 @@ module bare_ddr3_top (
57
.cmd_ready (app_cmd_rdy),
58
.cmd (app_cmd),
59
.cmd_en (app_cmd_en),
60
- .addr (app_addr),
+ .addr ({1'd0, app_addr}),
61
.wr_data_rdy (app_wdata_rdy),
62
.wr_data (app_wdata),
63
.wr_data_en (app_wdata_en),
@@ -95,7 +95,7 @@ module bare_ddr3_top (
95
// bare_random_tester u_bare_random_tester (
96
bare_tester u_bare_tester (
97
.clk (clk),
98
- .clk_x1 (clk_mem_div4),
+ .clk_ref (clk_mem_div4),
99
.rstn (rstn),
100
.init_calib_complete(init_calib_complete),
101
.app_burst_number (app_burst_number),
0 commit comments