aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/ghdlsynth_gates.h
diff options
context:
space:
mode:
authorT. Meissner <programming@goodcleanfun.de>2019-09-19 06:30:22 +0200
committertgingold <tgingold@users.noreply.github.com>2019-09-19 06:30:22 +0200
commitacac3f18888c0989ae4d7d8a4fb20a90edc2a38c (patch)
treee0d9dc9f6186f0002c8c7b4ac6cea6980577bf9a /src/synth/ghdlsynth_gates.h
parent4a04f914b836c21a6d036f72846f8698d907cf43 (diff)
downloadghdl-acac3f18888c0989ae4d7d8a4fb20a90edc2a38c.tar.gz
ghdl-acac3f18888c0989ae4d7d8a4fb20a90edc2a38c.tar.bz2
ghdl-acac3f18888c0989ae4d7d8a4fb20a90edc2a38c.zip
synth: Add support for PSL cover directive (#930)
* synth: Add support for PSL cover directive * testsuite/synth: Add tests for PSL cover directives
Diffstat (limited to 'src/synth/ghdlsynth_gates.h')
-rw-r--r--src/synth/ghdlsynth_gates.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/ghdlsynth_gates.h b/src/synth/ghdlsynth_gates.h
index bb8f6a4af..43fc416b0 100644
--- a/src/synth/ghdlsynth_gates.h
+++ b/src/synth/ghdlsynth_gates.h
@@ -58,6 +58,7 @@ enum Module_Id {
Id_Edge = 71,
Id_Assert = 72,
Id_Assume = 73,
+ Id_Cover = 74,
Id_Const_UB32 = 96,
Id_Const_SB32 = 97,
Id_Const_UL32 = 98,