Update dpram1k.v

This commit is contained in:
Yunus Emre ERYILMAZ 2022-10-26 16:32:14 +03:00 committed by GitHub
parent 64b5b5c31c
commit 74568b13a2
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_128x8 (
input[0:7] d_in,
output[0:7] d_out );
dual_port_sram memory_0 (
dpram_128x8_core memory_0 (
.wclk (clk),
.wen (wen),
.waddr (waddr),
@ -26,7 +26,7 @@ module dpram_128x8 (
endmodule
module dual_port_sram (
module dpram_128x8_core (
input wclk,
input wen,
input[0:6] waddr,