diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-10-18 07:25:49 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-10-18 07:25:49 +0200 |
commit | bcb71129a8e903615d05ccc3d657e345a87f550c (patch) | |
tree | 8cb4aa3888ece89555d6f9fac8986e9a7918f277 | |
parent | 2e9ae6e443604c796723ba9a43ad9c73354703b8 (diff) | |
download | ghdl-bcb71129a8e903615d05ccc3d657e345a87f550c.tar.gz ghdl-bcb71129a8e903615d05ccc3d657e345a87f550c.tar.bz2 ghdl-bcb71129a8e903615d05ccc3d657e345a87f550c.zip |
Regenerate ghdlsynth_gates.h
-rw-r--r-- | src/synth/ghdlsynth_gates.h | 5 |
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, |