minor update

This commit is contained in:
Blaise Tine 2024-07-29 16:20:23 -07:00
parent eab1791d46
commit 2a9895c337

View file

@ -54,7 +54,9 @@ module VX_dp_ram #(
`UNUSED_PARAM (RW_ASSERT)
`UNUSED_VAR (read)
`RUNTIME_ASSERT(~write || (| wren), ("invalid write enable mask"));
if (WRENW > 1) begin
`RUNTIME_ASSERT(~write || (| wren), ("invalid write enable mask"));
end
`ifdef SYNTHESIS
if (WRENW > 1) begin