mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-07-31 05:30:34 +00:00
Merge "Increase # of SMC PLIC interrupt lines to 32 in Renode and move the SMC software interrupt to #31 until it gets a hardware interrupt # assigned"
GitOrigin-RevId: 85e26fd4c3c4739d2a6ec1c176a226d2fc5c81b7
This commit is contained in:
parent
f06f3a51e6
commit
6b36b6fd56
@ -181,7 +181,9 @@ assembly {
|
||||
|
||||
timer.csr_paddr = 0x50030000;
|
||||
timer.csr_size = 0x1000;
|
||||
timer.timer_interrupt_irq_number = 15;
|
||||
|
||||
// Placeholder interrupt number, not represented in top_matcha.h.
|
||||
timer.timer_interrupt_irq_number = 31;
|
||||
|
||||
random.ID = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user