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 931ea82 commit 0b7bec5Copy full SHA for 0b7bec5
lambdalib/ramlib/rtl/la_dpram.v
@@ -53,7 +53,7 @@ module la_dpram #(
53
.PROP (PROP),
54
.CTRLW (CTRLW),
55
.TESTW (TESTW)
56
- ) dpram (
+ ) memory (
57
.wr_clk (wr_clk),
58
.wr_ce (wr_ce),
59
.wr_we (wr_we),
lambdalib/ramlib/rtl/la_spram.v
@@ -49,7 +49,7 @@ module la_spram #(
49
50
51
52
- ) spram (
.clk (clk),
.ce (ce),
.we (we),
0 commit comments