diff options
-rw-r--r-- | src/synth/ghdlsynth_gates.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h index 6a70550e4..a8dfe2a7f 100644 --- a/src/synth/ghdlsynth_gates.h +++ b/src/synth/ghdlsynth_gates.h @@ -1,5 +1,4 @@ -/* DO NOT MODIFY - This file is automatically generated by Makefile. */ +/* This file is automatically generated by build_header.sh - DO NOT MODIFY */ enum Module_Id { Id_None = 0, Id_Free = 1, @@ -57,14 +56,16 @@ enum Module_Id { Id_Assert = 56, Id_Assume = 57, Id_Const_UB32 = 64, + Id_Const_UL32 = 70, Id_Const_SB32 = 65, Id_Const_UB64 = 66, Id_Const_SB64 = 67, Id_Const_UB128 = 68, Id_Const_SB128 = 69, - Id_Const_UL32 = 70, Id_Const_SL32 = 71, Id_Const_Z = 72, Id_Const_0 = 73, + Id_Const_Bit = 74, + Id_Const_Log = 75, Id_Concatn = 80, }; |