Update dpram16k.v

This commit is contained in:
Yunus Emre ERYILMAZ 2022-10-26 16:27:30 +03:00 committed by GitHub
parent a795c943a9
commit f8b170ba75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ module dpram_512x32 (
input[0:31] d_in,
output[0:31] d_out );
dual_port_sram memory_0 (
dpram_512x32_core memory_0 (
.wclk (clk),
.wen (wen),
.waddr (waddr),
@ -26,7 +26,7 @@ module dpram_512x32 (
endmodule
module dual_port_sram (
module dpram_512x32_core (
input wclk,
input wen,
input[0:9] waddr,