forked from Github_Repos/cvw
busybear: lie about MISA to match OVP's MISA
This commit is contained in:
parent
8ab5879af5
commit
dabb026104
@ -27,7 +27,7 @@
|
||||
// RV32 or RV64: XLEN = 32 or 64
|
||||
`define XLEN 64
|
||||
|
||||
`define MISA (32'h00000104)
|
||||
`define MISA (32'h0014112D)
|
||||
`define A_SUPPORTED ((`MISA >> 0) % 2 == 1)
|
||||
`define C_SUPPORTED ((`MISA >> 2) % 2 == 1)
|
||||
`define D_SUPPORTED ((`MISA >> 3) % 2 == 1)
|
||||
|
Loading…
Reference in New Issue
Block a user