diff options
Diffstat (limited to 'src/vhdl/canon.ads')
-rw-r--r-- | src/vhdl/canon.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/canon.ads b/src/vhdl/canon.ads index 7401c8402..869755472 100644 --- a/src/vhdl/canon.ads +++ b/src/vhdl/canon.ads @@ -31,6 +31,9 @@ package Canon is -- If true, canon configuration. Canon_Flag_Configurations : Boolean := True; + -- If true, canon associations (reorder, add open associations). + Canon_Flag_Associations : Boolean := True; + -- If true, canon lists in specifications. Canon_Flag_Specification_Lists : Boolean := True; |