Update dpram1k.v
This commit is contained in:
parent
64b5b5c31c
commit
74568b13a2
|
@ -14,7 +14,7 @@ module dpram_128x8 (
|
||||||
input[0:7] d_in,
|
input[0:7] d_in,
|
||||||
output[0:7] d_out );
|
output[0:7] d_out );
|
||||||
|
|
||||||
dual_port_sram memory_0 (
|
dpram_128x8_core memory_0 (
|
||||||
.wclk (clk),
|
.wclk (clk),
|
||||||
.wen (wen),
|
.wen (wen),
|
||||||
.waddr (waddr),
|
.waddr (waddr),
|
||||||
|
@ -26,7 +26,7 @@ module dpram_128x8 (
|
||||||
|
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
module dual_port_sram (
|
module dpram_128x8_core (
|
||||||
input wclk,
|
input wclk,
|
||||||
input wen,
|
input wen,
|
||||||
input[0:6] waddr,
|
input[0:6] waddr,
|
||||||
|
|
Loading…
Reference in New Issue