cache specialization for in-order DRAM reponses

This commit is contained in:
Blaise Tine
2021-02-13 20:23:29 -08:00
parent 4aaaebab6e
commit 3c37db877a
7 changed files with 84 additions and 64 deletions

View File

@@ -46,7 +46,7 @@
if (!(cond)) $error msg; \
endgenerate
`define SASSERT(cond, msg) \
`define RUNTIME_ASSERT(cond, msg) \
always @(posedge clk) \
assert(cond) else $error msg; \