aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-18 07:25:49 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-18 07:25:49 +0200
commitbcb71129a8e903615d05ccc3d657e345a87f550c (patch)
tree8cb4aa3888ece89555d6f9fac8986e9a7918f277 /src/synth
parent2e9ae6e443604c796723ba9a43ad9c73354703b8 (diff)
downloadghdl-bcb71129a8e903615d05ccc3d657e345a87f550c.tar.gz
ghdl-bcb71129a8e903615d05ccc3d657e345a87f550c.tar.bz2
ghdl-bcb71129a8e903615d05ccc3d657e345a87f550c.zip
Regenerate ghdlsynth_gates.h
Diffstat (limited to 'src/synth')
-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,