busybear: lie about MISA to match OVP's MISA

This commit is contained in:
Noah Boorstin 2021-01-29 00:58:56 -05:00
parent 8ab5879af5
commit dabb026104

View File

@ -27,7 +27,7 @@
// RV32 or RV64: XLEN = 32 or 64 // RV32 or RV64: XLEN = 32 or 64
`define XLEN 64 `define XLEN 64
`define MISA (32'h00000104) `define MISA (32'h0014112D)
`define A_SUPPORTED ((`MISA >> 0) % 2 == 1) `define A_SUPPORTED ((`MISA >> 0) % 2 == 1)
`define C_SUPPORTED ((`MISA >> 2) % 2 == 1) `define C_SUPPORTED ((`MISA >> 2) % 2 == 1)
`define D_SUPPORTED ((`MISA >> 3) % 2 == 1) `define D_SUPPORTED ((`MISA >> 3) % 2 == 1)