summaryrefslogtreecommitdiff
path: root/kernel/rtlil.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-11-21 13:49:00 +0100
committerClifford Wolf <clifford@clifford.at>2013-11-21 13:49:00 +0100
commit09471846c553855c43224ce32d855c46f4df5140 (patch)
tree659fff2b882e2d7c54a5eaf72adeed2328d4ba64 /kernel/rtlil.h
parent84ced2bb8ee2e6498b53ae6cdb77930aa98affbb (diff)
Major improvements in mem2reg and added "init" sync rules
Diffstat (limited to 'kernel/rtlil.h')
-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;