decoupled load/store commits

This commit is contained in:
Blaise Tine
2020-12-03 15:08:48 -08:00
parent c3ec4c9e90
commit fb60d0af87
9 changed files with 93 additions and 89 deletions

View File

@@ -6,7 +6,7 @@
interface VX_cmt_to_csr_if ();
wire valid;
wire [$clog2(`NUM_THREADS+1)-1:0] commit_size;
wire [$clog2(3*`NUM_THREADS+1)-1:0] commit_size;
endinterface