aboutsummaryrefslogtreecommitdiffstats
path: root/canon.adb
diff options
context:
space:
mode:
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