mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
added comment about checking SRAM size
This commit is contained in:
parent
d1a7832dd9
commit
03a20610aa
1
pipelined/src/cache/sram1p1rw.sv
vendored
1
pipelined/src/cache/sram1p1rw.sv
vendored
@ -53,6 +53,7 @@ module sram1p1rw #(parameter DEPTH=128, WIDTH=256) (
|
|||||||
|
|
||||||
if (`USE_SRAM == 1) begin
|
if (`USE_SRAM == 1) begin
|
||||||
// 64 x 128-bit SRAM
|
// 64 x 128-bit SRAM
|
||||||
|
// check if the size is ok, complain if not***
|
||||||
logic [WIDTH-1:0] BitWriteMask;
|
logic [WIDTH-1:0] BitWriteMask;
|
||||||
for (index=0; index < WIDTH; index++)
|
for (index=0; index < WIDTH; index++)
|
||||||
assign BitWriteMask[index] = ByteMask[index/8];
|
assign BitWriteMask[index] = ByteMask[index/8];
|
||||||
|
Loading…
Reference in New Issue
Block a user