rebase master update

This commit is contained in:
Blaise Tine
2021-07-30 21:03:14 -07:00
parent 79fd92a1b4
commit bb1ceffadd
86 changed files with 6111 additions and 132 deletions

View File

@@ -3,10 +3,12 @@
`include "VX_define.vh"
interface VX_cmt_to_csr_if ();
interface VX_cmt_to_csr_if #(
parameter SIZE
)();
wire valid;
wire [$clog2(3*`NUM_THREADS+1)-1:0] commit_size;
wire valid;
wire [SIZE-1:0] commit_size;
endinterface