aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/ghdlsynth_gates.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/ghdlsynth_gates.h')
-rw-r--r--src/synth/ghdlsynth_gates.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h
index 03bd87499..71b29221b 100644
--- a/src/synth/ghdlsynth_gates.h
+++ b/src/synth/ghdlsynth_gates.h
@@ -64,7 +64,8 @@ enum Module_Id {
Id_Iadff = 59,
Id_Mdff = 60,
Id_Midff = 61,
- Id_Nop = 60,
+ Id_Nop = 62,
+ Id_Tri = 63,
Id_Utrunc = 64,
Id_Strunc = 65,
Id_Uextend = 66,
@@ -75,6 +76,7 @@ enum Module_Id {
Id_Dyn_Insert_En = 71,
Id_Memidx = 72,
Id_Addidx = 73,
+
Id_Memory = 74,
Id_Memory_Init = 75,
Id_Mem_Rd = 76,
@@ -91,6 +93,7 @@ enum Module_Id {
Id_Anyconst = 91,
Id_Allseq = 92,
Id_Anyseq = 93,
+ Id_Resolver = 94,
Id_Const_UB32 = 112,
Id_Const_SB32 = 113,
Id_Const_UL32 = 114,