aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-31 06:34:33 +0100
committerTristan Gingold <tgingold@free.fr>2019-10-31 06:34:33 +0100
commit53a1888639b7a265b6f681196656606633d4faa7 (patch)
tree4c2a9f5f06ca658f2c640575e28a72aca4132ee6 /src
parenta06c6ca89926fc004177a1310e667663c16a8742 (diff)
downloadghdl-53a1888639b7a265b6f681196656606633d4faa7.tar.gz
ghdl-53a1888639b7a265b6f681196656606633d4faa7.tar.bz2
ghdl-53a1888639b7a265b6f681196656606633d4faa7.zip
ghdlsynth_gates.h: regenerate.
Diffstat (limited to 'src')
-rw-r--r--src/synth/ghdlsynth_gates.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h
index 5bae7ad58..8c62c5f1d 100644
--- a/src/synth/ghdlsynth_gates.h
+++ b/src/synth/ghdlsynth_gates.h
@@ -73,6 +73,10 @@ enum Module_Id {
Id_Assume = 82,
Id_Cover = 83,
Id_Assert_Cover = 84,
+ Id_Allconst = 90,
+ Id_Anyconst = 91,
+ Id_Allseq = 92,
+ Id_Anyseq = 93,
Id_Const_UB32 = 96,
Id_Const_SB32 = 97,
Id_Const_UL32 = 98,