diff options
Diffstat (limited to 'src/synth/ghdlsynth_gates.h')
-rw-r--r-- | src/synth/ghdlsynth_gates.h | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h index 8c62c5f1d..6530f300b 100644 --- a/src/synth/ghdlsynth_gates.h +++ b/src/synth/ghdlsynth_gates.h @@ -61,13 +61,14 @@ enum Module_Id { Id_Extract = 68, Id_Dyn_Extract = 69, 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_Dyn_Insert_En = 71, + Id_Memidx = 72, + Id_Addidx = 73, + Id_Memory = 74, + Id_Memory_Init = 75, + Id_Mem_Rd = 76, + Id_Mem_Rd_Sync = 77, + Id_Mem_Wr_Sync = 78, Id_Edge = 80, Id_Assert = 81, Id_Assume = 82, @@ -77,14 +78,14 @@ enum Module_Id { Id_Anyconst = 91, Id_Allseq = 92, Id_Anyseq = 93, - Id_Const_UB32 = 96, - Id_Const_SB32 = 97, - Id_Const_UL32 = 98, - Id_Const_UB64 = 99, - Id_Const_UL64 = 100, - Id_Const_X = 101, - Id_Const_Z = 102, - Id_Const_0 = 103, - Id_Const_Bit = 104, - Id_Const_Log = 105, + Id_Const_UB32 = 112, + Id_Const_SB32 = 113, + Id_Const_UL32 = 114, + Id_Const_UB64 = 115, + Id_Const_UL64 = 116, + Id_Const_X = 117, + Id_Const_Z = 118, + Id_Const_0 = 119, + Id_Const_Bit = 120, + Id_Const_Log = 121, }; |