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, 5 insertions, 0 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h
index 749e70efd..c5e7336ff 100644
--- a/src/synth/ghdlsynth_gates.h
+++ b/src/synth/ghdlsynth_gates.h
@@ -63,6 +63,11 @@ enum Module_Id {
Id_Dyn_Insert = 70,
Id_Memidx = 71,
Id_Addidx = 72,
+ Id_Memory = 73,
+ Id_Memory_Init = 74,
+ Id_Mem_Rd = 75,
+ Id_Mem_Rd_Sync = 76,
+ Id_Mem_Wr_Sync = 77,
Id_Edge = 80,
Id_Assert = 81,
Id_Assume = 82,