mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
eab1791d46
commit
2a9895c337
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue