From 58a5cce795868b3c7466b8585cf0ce7e32408cec Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 3 Aug 2024 23:37:12 -0400 Subject: soc: pimc: Fix typo in comment Signed-off-by: Ian Moffett --- sv/soc/irq/pimc.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sv') diff --git a/sv/soc/irq/pimc.sv b/sv/soc/irq/pimc.sv index 3c721b3..8bed807 100644 --- a/sv/soc/irq/pimc.sv +++ b/sv/soc/irq/pimc.sv @@ -89,7 +89,7 @@ module pimc #( endcase end - /* Handle MMIO wires */ + /* Handle MMIO writes */ if (mmio_we) begin case (mmio_addr) IRQTAB_MMIOBASE: irqtab[0] <= mmio_wdata; -- cgit v1.2.3