We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69ea64 commit 033e7efCopy full SHA for 033e7ef
designs/Vortex/src/VX_mem_scheduler.sv
@@ -97,7 +97,7 @@ module VX_mem_scheduler #(
97
`STATIC_ASSERT (`IS_DIVISBLE(CORE_REQS * WORD_SIZE, LINE_SIZE), ("invalid parameter"))
98
`STATIC_ASSERT ((TAG_WIDTH >= UUID_WIDTH), ("invalid parameter"))
99
`STATIC_ASSERT ((0 == RSP_PARTIAL) || (1 == RSP_PARTIAL), ("invalid parameter"))
100
- `RUNTIME_ASSERT((~core_req_valid || core_req_mask != 0), ("invalid request mask"));
+ `RUNTIME_ASSERT($root.tb.reset || (~core_req_valid || core_req_mask != 0), ("invalid request mask"));
101
102
wire ibuf_push;
103
wire ibuf_pop;
0 commit comments