diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-11-29 03:40:50 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-12-12 04:16:56 +0100 |
commit | 9a0c7b4a7e7850187a81f1bf8c141a2567efe543 (patch) | |
tree | 8723e6afdebfcbd1dc16600865a2cacb408fe045 /src/vhdl/canon.ads | |
parent | 76a1dfecb69c240201ae5c0359d7cb9c0125da87 (diff) | |
download | ghdl-9a0c7b4a7e7850187a81f1bf8c141a2567efe543.tar.gz ghdl-9a0c7b4a7e7850187a81f1bf8c141a2567efe543.tar.bz2 ghdl-9a0c7b4a7e7850187a81f1bf8c141a2567efe543.zip |
canon: can canon expressions without canon concurrent statements.
Diffstat (limited to 'src/vhdl/canon.ads')
-rw-r--r-- | src/vhdl/canon.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/canon.ads b/src/vhdl/canon.ads index 45e7db6a5..7401c8402 100644 --- a/src/vhdl/canon.ads +++ b/src/vhdl/canon.ads @@ -25,7 +25,7 @@ package Canon is -- If true, canon sequentials statements (processes and subprograms). Canon_Flag_Sequentials_Stmts : Boolean := False; - -- If true, canon concurrent statements. + -- If true, canon concurrent statements: transform them into processes. Canon_Flag_Concurrent_Stmts : Boolean := True; -- If true, canon configuration. |