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:
Austin Appleby 2022-05-11 20:39:59 +00:00 committed by Sam Leffler
parent f06f3a51e6
commit 6b36b6fd56

View File

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