summaryrefslogtreecommitdiff
path: root/canon.ads
diff options
context:
space:
mode:
authorTristan Gingold2014-06-29 16:38:56 +0200
committerTristan Gingold2014-06-29 16:38:56 +0200
commit13f260fca9cd8531b4a2af1d43a78c249197f931 (patch)
treee7120982652c795cdc37972da7f181d1a3765f3f /canon.ads
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.ads')
-rw-r--r--canon.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/canon.ads b/canon.ads
index ca11ae7..0678e62 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;