Fixed bug with the changes to sram1rw.

This commit is contained in:
Ross Thompson 2021-10-25 16:11:41 -05:00
parent f0beb4357a
commit 576383c74b

View File

@ -51,7 +51,7 @@ module sram1rw #(parameter DEPTH=128, WIDTH=256) (
logic [WIDTH-1:0][DEPTH-1:0] StoredData;
logic [$clog2(WIDTH)-1:0] AddrD;
logic [WIDTH-1:0] WriteDataD;
logic [DEPTH-1:0] WriteDataD;
logic WriteEnableD;