aboutsummaryrefslogtreecommitdiffstats
path: root/picorv32.v
diff options
context:
space:
mode:
Diffstat (limited to 'picorv32.v')
-rw-r--r--picorv32.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/picorv32.v b/picorv32.v
index 4b1eca9..6364cbe 100644
--- a/picorv32.v
+++ b/picorv32.v
@@ -1909,7 +1909,7 @@ module picorv32 #(
if (ENABLE_IRQ) begin
next_irq_pending = next_irq_pending | irq;
- if ENABLE_IRQ_TIMER && timer
+ if(ENABLE_IRQ_TIMER && timer)
if (timer - 1 == 0)
next_irq_pending[irq_timer] = 1;
end