diff options
Diffstat (limited to 'src/vhdl/vhdl-canon.ads')
-rw-r--r-- | src/vhdl/vhdl-canon.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-canon.ads b/src/vhdl/vhdl-canon.ads index 9b79a19a0..477928bcb 100644 --- a/src/vhdl/vhdl-canon.ads +++ b/src/vhdl/vhdl-canon.ads @@ -30,7 +30,8 @@ package Vhdl.Canon is -- If true, canon configuration. Canon_Flag_Configurations : Boolean := True; - -- If true, canon associations (reorder, add open associations). + -- If true, canon associations (reorder, add open associations, signal + -- association with a non globally expression). Canon_Flag_Associations : Boolean := True; -- If true, canon lists in specifications. |