forked from Github_Repos/cvw
busybear: add COUNTERS define
This commit is contained in:
parent
d354cbd37d
commit
e7fae21eb8
@ -38,6 +38,7 @@
|
||||
`define U_SUPPORTED ((`MISA >> 20) % 2 == 1)
|
||||
`define ZCSR_SUPPORTED 1
|
||||
`define ZCOUNTERS_SUPPORTED 1
|
||||
`define COUNTERS 31
|
||||
// N-mode user-level interrupts are depricated per Andrew Waterman 1/13/21
|
||||
//`define N_SUPPORTED ((MISA >> 13) % 2 == 1)
|
||||
`define N_SUPPORTED 0
|
||||
|
Loading…
Reference in New Issue
Block a user