From 6b36b6fd56e453891cf81abf12191f2fc5538eff Mon Sep 17 00:00:00 2001 From: Austin Appleby Date: Wed, 11 May 2022 20:39:59 +0000 Subject: [PATCH] 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 --- apps/system/system.camkes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/system/system.camkes b/apps/system/system.camkes index 7c281a7..12f43ef 100644 --- a/apps/system/system.camkes +++ b/apps/system/system.camkes @@ -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;