From 09471846c553855c43224ce32d855c46f4df5140 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 21 Nov 2013 13:49:00 +0100 Subject: Major improvements in mem2reg and added "init" sync rules --- kernel/rtlil.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kernel') diff --git a/kernel/rtlil.h b/kernel/rtlil.h index 952cb5944..c8f6b370f 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; -- cgit v1.2.3