aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-canon.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-07-16 08:27:36 +0200
committerTristan Gingold <tgingold@free.fr>2022-07-16 08:27:36 +0200
commit34c4e6f26fd9b628f85b1b892ab8522f5bd58928 (patch)
tree830a0d9f1f1460aac6eae4226e75c8ead3c1bf44 /src/vhdl/vhdl-canon.ads
parentf0a5605656999f2b26a762831d26572290eec934 (diff)
downloadghdl-34c4e6f26fd9b628f85b1b892ab8522f5bd58928.tar.gz
ghdl-34c4e6f26fd9b628f85b1b892ab8522f5bd58928.tar.bz2
ghdl-34c4e6f26fd9b628f85b1b892ab8522f5bd58928.zip
vhdl-cannon: add Canon_Extract_Sensitivity_Break_Statement
Diffstat (limited to 'src/vhdl/vhdl-canon.ads')
-rw-r--r--src/vhdl/vhdl-canon.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-canon.ads b/src/vhdl/vhdl-canon.ads
index 2fc6ec09a..65620339d 100644
--- a/src/vhdl/vhdl-canon.ads
+++ b/src/vhdl/vhdl-canon.ads
@@ -111,6 +111,10 @@ package Vhdl.Canon is
procedure Canon_Extract_Sensitivity_Assertion_Statement
(Stmt : Iir; List : Iir_List);
+ -- For a concurrent break statement (AMS).
+ procedure Canon_Extract_Sensitivity_Break_Statement
+ (Stmt : Iir; Sensitivity_List : Iir_List);
+
-- For a procedure call.
procedure Canon_Extract_Sensitivity_Procedure_Call
(Call : Iir; Sensitivity_List : Iir_List);