mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
busybear: add COUNTERS define
This commit is contained in:
parent
c9d70a1778
commit
162955de69
@ -38,6 +38,7 @@
|
|||||||
`define U_SUPPORTED ((`MISA >> 20) % 2 == 1)
|
`define U_SUPPORTED ((`MISA >> 20) % 2 == 1)
|
||||||
`define ZCSR_SUPPORTED 1
|
`define ZCSR_SUPPORTED 1
|
||||||
`define ZCOUNTERS_SUPPORTED 1
|
`define ZCOUNTERS_SUPPORTED 1
|
||||||
|
`define COUNTERS 31
|
||||||
// N-mode user-level interrupts are depricated per Andrew Waterman 1/13/21
|
// N-mode user-level interrupts are depricated per Andrew Waterman 1/13/21
|
||||||
//`define N_SUPPORTED ((MISA >> 13) % 2 == 1)
|
//`define N_SUPPORTED ((MISA >> 13) % 2 == 1)
|
||||||
`define N_SUPPORTED 0
|
`define N_SUPPORTED 0
|
||||||
|
Loading…
Reference in New Issue
Block a user