summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlc.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2018-06-05 16:23:04 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2018-06-05 16:23:04 -0700
commit867600b766cc37218d619bec0c3fbbc1f700d72e (patch)
tree9c54837da0e38b7fc86ee6aefeb4d1daa339ee60 /src/base/wlc/wlc.h
parent5b588e0951b1b392b0eed69c0339a83d1e4df8f2 (diff)
downloadabc-867600b766cc37218d619bec0c3fbbc1f700d72e.tar.gz
abc-867600b766cc37218d619bec0c3fbbc1f700d72e.tar.bz2
abc-867600b766cc37218d619bec0c3fbbc1f700d72e.zip
Supporting the decoder primitive in NDR and bit-blasting.
Diffstat (limited to 'src/base/wlc/wlc.h')
-rw-r--r--src/base/wlc/wlc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base/wlc/wlc.h b/src/base/wlc/wlc.h
index aacd27a7..e947e36b 100644
--- a/src/base/wlc/wlc.h
+++ b/src/base/wlc/wlc.h
@@ -100,7 +100,8 @@ typedef enum {
WLC_OBJ_WRITE, // 55: write port
WLC_OBJ_ARI_ADDSUB, // 56: adder-subtractor
WLC_OBJ_SEL, // 57: positionally encoded selector
- WLC_OBJ_NUMBER // 57: unused
+ WLC_OBJ_DEC, // 58: decoder
+ WLC_OBJ_NUMBER // 59: unused
} Wlc_ObjType_t;
// when adding new types, remember to update table Wlc_Names in "wlcNtk.c"