minor updates

This commit is contained in:
Blaise Tine
2021-08-28 15:21:40 -07:00
parent 28eb3cfdb2
commit 12b8b4af24
8 changed files with 33 additions and 16 deletions

View File

@@ -154,6 +154,10 @@
`define LSU_OP(x) x[`LSU_BITS-1:0]
`define LSU_IS_FENCE(x) x[0]
`define FENCE_BITS 1
`define FENCE_D 1'h0
`define FENCE_I 1'h1
`define CSR_RW 2'h1
`define CSR_RS 2'h2
`define CSR_RC 2'h3