From 13f260fca9cd8531b4a2af1d43a78c249197f931 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 29 Jun 2014 16:38:56 +0200 Subject: vhdl 2008: handle all-sensitized processes, handle visibility for alias. --- canon.ads | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'canon.ads') 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; -- cgit v1.2.3