aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-31 06:28:40 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-31 06:28:40 +0200
commitd97fa057d6d0eaf39c826e02dc42dbeb33a1159f (patch)
treec1a3436e12f47605b891d4bcff8ed251c9d5c6a2
parent64025f9a660e39b627e91c08d988138032e11b0e (diff)
downloadghdl-d97fa057d6d0eaf39c826e02dc42dbeb33a1159f.tar.gz
ghdl-d97fa057d6d0eaf39c826e02dc42dbeb33a1159f.tar.bz2
ghdl-d97fa057d6d0eaf39c826e02dc42dbeb33a1159f.zip
synth: regenerate ghdlsynth_gates.h
-rw-r--r--src/synth/ghdlsynth_gates.h7
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,
};