diff options
author | Tristan Gingold | 2014-06-29 16:38:56 +0200 |
---|---|---|
committer | Tristan Gingold | 2014-06-29 16:38:56 +0200 |
commit | 13f260fca9cd8531b4a2af1d43a78c249197f931 (patch) | |
tree | e7120982652c795cdc37972da7f181d1a3765f3f /translate | |
parent | cde6aede1c8851fa0b64e548c5b9a391c1d6af8a (diff) | |
download | ghdl-13f260fca9cd8531b4a2af1d43a78c249197f931.tar.gz ghdl-13f260fca9cd8531b4a2af1d43a78c249197f931.tar.bz2 ghdl-13f260fca9cd8531b4a2af1d43a78c249197f931.zip |
vhdl 2008: handle all-sensitized processes, handle visibility for alias.
Diffstat (limited to 'translate')
-rw-r--r-- | translate/ghdldrv/ghdlsimul.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translate/ghdldrv/ghdlsimul.adb b/translate/ghdldrv/ghdlsimul.adb index a3f20ae..27b1ce6 100644 --- a/translate/ghdldrv/ghdlsimul.adb +++ b/translate/ghdldrv/ghdlsimul.adb @@ -70,6 +70,7 @@ package body Ghdlsimul is Canon.Canon_Flag_Add_Labels := True; Canon.Canon_Flag_Sequentials_Stmts := True; Canon.Canon_Flag_Expressions := True; + Canon.Canon_Flag_All_Sensitivity := True; end Compile_Init; procedure Compile_Elab |