forked from Github_Repos/cvw
Fixed bug with the changes to sram1rw.
This commit is contained in:
parent
f0beb4357a
commit
576383c74b
2
wally-pipelined/src/cache/sram1rw.sv
vendored
2
wally-pipelined/src/cache/sram1rw.sv
vendored
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user