aboutsummaryrefslogtreecommitdiffstats
path: root/canon.ads
diff options
context:
space:
mode:
Diffstat (limited to 'canon.ads')
-rw-r--r--canon.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/canon.ads b/canon.ads
index ca11ae723..0678e62ed 100644
--- a/canon.ads
+++ b/canon.ads
@@ -28,6 +28,10 @@ package Canon is
-- If true, canon expressions.
Canon_Flag_Expressions : Boolean := False;
+ -- If true, replace 'all' sensitivity list by the explicit list
+ -- (If true, Canon_Flag_Sequentials_Stmts must be true)
+ Canon_Flag_All_Sensitivity : Boolean := False;
+
-- If true, operands of type array element of a concatenation operator
-- are converted (by an aggregate) into array.
Canon_Concatenation : Boolean := False;