summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlc.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2018-05-24 19:36:28 +0900
committerAlan Mishchenko <alanmi@berkeley.edu>2018-05-24 19:36:28 +0900
commit21c7dad7e440492e4533b4dc228c54907819de39 (patch)
tree24ab24c27e537b79e1de86f9896c8f175b768d9f /src/base/wlc/wlc.h
parent8cb55037cb7ed745e06256ff8426cfa569dde40f (diff)
downloadabc-21c7dad7e440492e4533b4dc228c54907819de39.tar.gz
abc-21c7dad7e440492e4533b4dc228c54907819de39.tar.bz2
abc-21c7dad7e440492e4533b4dc228c54907819de39.zip
Supporting NMUX and SEL in NDR.
Diffstat (limited to 'src/base/wlc/wlc.h')
-rw-r--r--src/base/wlc/wlc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/wlc/wlc.h b/src/base/wlc/wlc.h
index 982a9d28..02921722 100644
--- a/src/base/wlc/wlc.h
+++ b/src/base/wlc/wlc.h
@@ -99,6 +99,7 @@ typedef enum {
WLC_OBJ_READ, // 54: read port
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_ObjType_t;
// when adding new types, remember to update table Wlc_Names in "wlcNtk.c"