aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-05-04 10:48:37 -0700
committerEddie Hung <eddie@fpgeh.com>2020-05-04 10:48:37 -0700
commit22bf22fab4f5388f8279466be1da21f5a4daeae2 (patch)
treebd241d2840d942e4ee0869e4c5a89296f688644e /kernel
parent584780d776c92bc91731dbc2710dd8d9a624dc70 (diff)
downloadyosys-22bf22fab4f5388f8279466be1da21f5a4daeae2.tar.gz
yosys-22bf22fab4f5388f8279466be1da21f5a4daeae2.tar.bz2
yosys-22bf22fab4f5388f8279466be1da21f5a4daeae2.zip
frontend: cleanup to use more ID::*, more dict<> instead of map<>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/constids.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/constids.inc b/kernel/constids.inc
index 27b652e24..aa75a9c09 100644
--- a/kernel/constids.inc
+++ b/kernel/constids.inc
@@ -74,6 +74,8 @@ X(EN)
X(EN_DST)
X(EN_POLARITY)
X(EN_SRC)
+X(enum_base_type)
+X(enum_type)
X(equiv_merged)
X(equiv_region)
X(extract_order)
@@ -196,6 +198,7 @@ X(U)
X(unique)
X(unused_bits)
X(V)
+X(via_celltype)
X(wand)
X(whitebox)
X(WIDTH)