summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/rtlil.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h
index 952cb594..c8f6b370 100644
--- a/kernel/rtlil.h
+++ b/kernel/rtlil.h
@@ -44,7 +44,8 @@ namespace RTLIL
STp = 2, // edge sensitive: posedge
STn = 3, // edge sensitive: negedge
STe = 4, // edge sensitive: both edges
- STa = 5 // always active
+ STa = 5, // always active
+ STi = 6 // init
};
extern int autoidx;