aboutsummaryrefslogtreecommitdiffstats
path: root/canon.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-06-29 16:38:56 +0200
committerTristan Gingold <tgingold@free.fr>2014-06-29 16:38:56 +0200
commit13f260fca9cd8531b4a2af1d43a78c249197f931 (patch)
treee7120982652c795cdc37972da7f181d1a3765f3f /canon.adb
parentcde6aede1c8851fa0b64e548c5b9a391c1d6af8a (diff)
downloadghdl-13f260fca9cd8531b4a2af1d43a78c249197f931.tar.gz
ghdl-13f260fca9cd8531b4a2af1d43a78c249197f931.tar.bz2
ghdl-13f260fca9cd8531b4a2af1d43a78c249197f931.zip
vhdl 2008: handle all-sensitized processes, handle visibility for alias.
Diffstat (limited to 'canon.adb')
-rw-r--r--canon.adb8
1 files changed, 8 insertions, 0 deletions
diff --git a/canon.adb b/canon.adb
index 7848c5a31..c4083456d 100644
--- a/canon.adb
+++ b/canon.adb
@@ -1570,6 +1570,14 @@ package body Canon is
if Canon_Flag_Sequentials_Stmts then
Canon_Sequential_Stmts (Get_Sequential_Statement_Chain (El));
end if;
+ if Canon_Flag_All_Sensitivity
+ and then Canon_Flag_Sequentials_Stmts
+ and then Get_Kind (El) = Iir_Kind_Sensitized_Process_Statement
+ and then Get_Sensitivity_List (El) = Iir_List_All
+ then
+ Set_Sensitivity_List
+ (El, Canon_Extract_Process_Sensitivity (El));
+ end if;
when Iir_Kind_Component_Instantiation_Statement =>
declare