1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-02-07 06:44:09 +08:00

Change macro name to reduce confusion

This commit is contained in:
Andreas.Olofsson 2020-02-04 22:43:18 -05:00
parent ca3c01144f
commit 21349445ef

View File

@ -41,7 +41,7 @@ module oh_memory_sp # (parameter DW = 104, // memory width
asic_sram_sp #(.DW(DW), asic_sram_sp #(.DW(DW),
.DEPTH(DEPTH), .DEPTH(DEPTH),
.MCW(MCW)) .MCW(MCW))
sram_sp (// Outputs macro (// Outputs
.dout (dout[DW-1:0]), .dout (dout[DW-1:0]),
// Inputs // Inputs
.clk (clk), .clk (clk),
@ -66,7 +66,7 @@ module oh_memory_sp # (parameter DW = 104, // memory width
begin : g0 begin : g0
oh_memory_ram #(.DW(DW), oh_memory_ram #(.DW(DW),
.DEPTH(DEPTH)) .DEPTH(DEPTH))
sram_sp (//read port macro (//read port
.rd_dout (dout[DW-1:0]), .rd_dout (dout[DW-1:0]),
.rd_clk (clk), .rd_clk (clk),
.rd_addr (addr[AW-1:0]), .rd_addr (addr[AW-1:0]),