implements and fixes CLIC CSR behavior

This commit is contained in:
2023-03-17 09:09:09 +01:00
parent a943dd3bdf
commit 39b2788b7e
3 changed files with 43 additions and 14 deletions

View File

@@ -221,6 +221,7 @@ struct vm_info {
struct feature_config {
uint64_t clic_base{0xc0000000};
unsigned clic_int_ctl_bits{4};
unsigned clic_num_irq{16};
unsigned clic_num_trigger{0};
uint64_t tcm_base{0x10000000};