busybear: add COUNTERS define

This commit is contained in:
Noah Boorstin 2021-03-16 21:08:47 -04:00
parent c9d70a1778
commit 162955de69

View File

@ -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