aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/canon.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-10-17 05:39:54 +0200
committerTristan Gingold <tgingold@free.fr>2016-10-17 05:39:54 +0200
commit20a49e1ed483deea8531fef92ac0064355eed729 (patch)
tree307e12ed530c2f04fae2f21d183095f12f4cfd3f /src/vhdl/canon.ads
parentdebfbffe7fe77a51bbba85d84147cac3d806df2a (diff)
downloadghdl-20a49e1ed483deea8531fef92ac0064355eed729.tar.gz
ghdl-20a49e1ed483deea8531fef92ac0064355eed729.tar.bz2
ghdl-20a49e1ed483deea8531fef92ac0064355eed729.zip
Disable most of canon for reprint.
Diffstat (limited to 'src/vhdl/canon.ads')
-rw-r--r--src/vhdl/canon.ads9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/vhdl/canon.ads b/src/vhdl/canon.ads
index b78eaaa1c..40ce5088f 100644
--- a/src/vhdl/canon.ads
+++ b/src/vhdl/canon.ads
@@ -25,6 +25,15 @@ package Canon is
-- If true, canon sequentials statements (processes and subprograms).
Canon_Flag_Sequentials_Stmts : Boolean := False;
+ -- If true, canon concurrent statements.
+ Canon_Flag_Concurrent_Stmts : Boolean := True;
+
+ -- If true, canon configuration.
+ Canon_Flag_Configurations : Boolean := True;
+
+ -- If true, canon lists in specifications.
+ Canon_Flag_Specification_Lists : Boolean := True;
+
-- If true, canon expressions.
Canon_Flag_Expressions : Boolean := False;