summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/wlc/wlc.h')
-rw-r--r--src/base/wlc/wlc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/base/wlc/wlc.h b/src/base/wlc/wlc.h
index 0767b354..6ba8a725 100644
--- a/src/base/wlc/wlc.h
+++ b/src/base/wlc/wlc.h
@@ -85,9 +85,11 @@ typedef enum {
WLC_OBJ_ARI_MODULUS, // 41: arithmetic modulus
WLC_OBJ_ARI_POWER, // 42: arithmetic power
WLC_OBJ_ARI_MINUS, // 43: arithmetic minus
- WLC_OBJ_TABLE, // 44: bit table
- WLC_OBJ_NUMBER // 45: unused
+ WLC_OBJ_ARI_SQRT, // 44: integer square root
+ WLC_OBJ_TABLE, // 45: bit table
+ WLC_OBJ_NUMBER // 46: unused
} Wlc_ObjType_t;
+// when adding new types, remember to update table Wlc_Names in "wlcNtk.c"
// Unlike AIG managers and logic networks in ABC, this network treats POs and FIs