aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_psl.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-04 18:20:07 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-04 18:20:07 +0200
commite669bf61068a516e54e6547490164a54728d81aa (patch)
tree51b0d6cede6892102cb2b77aeca5160d2e46fa45 /src/vhdl/vhdl-sem_psl.ads
parent76482ce0e7ce6e03bc5e17e217ac6d8b6f075846 (diff)
downloadghdl-e669bf61068a516e54e6547490164a54728d81aa.tar.gz
ghdl-e669bf61068a516e54e6547490164a54728d81aa.tar.bz2
ghdl-e669bf61068a516e54e6547490164a54728d81aa.zip
vhdl: parse and analyze restrict directive.
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 36a20a81c..e4d9c5de1 100644
--- a/src/vhdl/vhdl-sem_psl.ads
+++ b/src/vhdl/vhdl-sem_psl.ads
@@ -26,6 +26,7 @@ package Vhdl.Sem_Psl is
function Sem_Psl_Assert_Statement (Stmt : Iir) return Iir;
procedure Sem_Psl_Cover_Statement (Stmt : Iir);
+ procedure Sem_Psl_Restrict_Directive (Stmt : Iir);
procedure Sem_Psl_Default_Clock (Stmt : Iir);
function Sem_Psl_Name (Name : Iir) return Iir;
end Vhdl.Sem_Psl;