cores/cpu: revert vexriscv (it seems there is a regression in last version)
This commit is contained in:
parent
15bca4535f
commit
948527b0fe
|
@ -1 +1 @@
|
|||
Subproject commit e8a30b95b9aa1445b5a4a76579a98a0552e2db53
|
||||
Subproject commit 395c5ee2868ffbe36db290a4a4ec0eabc0f5c2b5
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
#define CSR_MSTATUS_MIE 0x8
|
||||
|
||||
#define CSR_IRQ_MASK 0xBC0
|
||||
#define CSR_IRQ_PENDING 0xFC0
|
||||
#define CSR_IRQ_MASK 0x330
|
||||
#define CSR_IRQ_PENDING 0x360
|
||||
|
||||
#define CSR_DCACHE_INFO 0xCC0
|
||||
|
||||
|
|
Loading…
Reference in New Issue