aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_psl.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-07-02 18:29:26 +0200
committerTristan Gingold <tgingold@free.fr>2020-07-02 18:29:26 +0200
commit07eccf0e90d0f84afb70eba9aec802500471b956 (patch)
tree1f4e7f604f2b5a5c1c35f9ab4cd2f6ced71ce0f3 /src/vhdl/vhdl-sem_psl.ads
parent85173a4dedb85418bd76c8a762fdd4b770f6385e (diff)
downloadghdl-07eccf0e90d0f84afb70eba9aec802500471b956.tar.gz
ghdl-07eccf0e90d0f84afb70eba9aec802500471b956.tar.bz2
ghdl-07eccf0e90d0f84afb70eba9aec802500471b956.zip
vhdl: add wildcard_psl_boolean. For #1387
Diffstat (limited to 'src/vhdl/vhdl-sem_psl.ads')
-rw-r--r--src/vhdl/vhdl-sem_psl.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-sem_psl.ads b/src/vhdl/vhdl-sem_psl.ads
index 76088be99..47585980c 100644
--- a/src/vhdl/vhdl-sem_psl.ads
+++ b/src/vhdl/vhdl-sem_psl.ads
@@ -19,6 +19,7 @@
with Vhdl.Nodes; use Vhdl.Nodes;
package Vhdl.Sem_Psl is
+ function Is_Psl_Boolean_Type (Atype : Iir) return Boolean;
function Is_Psl_Bit_Type (Atype : Iir) return Boolean;
function Is_Psl_Bitvector_Type (Atype : Iir) return Boolean;