diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-10-21 21:07:04 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-10-21 21:07:04 +0200 |
commit | 17225b5a725b9b24fc70b61df27248fa63f46941 (patch) | |
tree | 25f07924277fae09d1485715ecce06e4f66e5fc2 | |
parent | 4c0773ba214545711a8fc867799dfec93a339780 (diff) | |
download | ghdl-17225b5a725b9b24fc70b61df27248fa63f46941.tar.gz ghdl-17225b5a725b9b24fc70b61df27248fa63f46941.tar.bz2 ghdl-17225b5a725b9b24fc70b61df27248fa63f46941.zip |
Regenerate ghdlsynth_gates.h
-rw-r--r-- | src/synth/ghdlsynth_gates.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h index c5e7336ff..5bae7ad58 100644 --- a/src/synth/ghdlsynth_gates.h +++ b/src/synth/ghdlsynth_gates.h @@ -72,6 +72,7 @@ enum Module_Id { Id_Assert = 81, Id_Assume = 82, Id_Cover = 83, + Id_Assert_Cover = 84, Id_Const_UB32 = 96, Id_Const_SB32 = 97, Id_Const_UL32 = 98, |