diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-10-23 07:35:48 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-11-01 13:11:42 +0100 |
commit | 55ce9420de8d434acffd6d75e338ec90fd2d1844 (patch) | |
tree | 84afd96a40398f39ab256f3d9d38d98de3f7ac94 /src/vhdl/iirs.adb | |
parent | dbc606a28fa9cd7aae3d99f9de8e6fd492cbc9c9 (diff) | |
download | ghdl-55ce9420de8d434acffd6d75e338ec90fd2d1844.tar.gz ghdl-55ce9420de8d434acffd6d75e338ec90fd2d1844.tar.bz2 ghdl-55ce9420de8d434acffd6d75e338ec90fd2d1844.zip |
vhdl08: allow unaffected in sequential signal assignments.
Diffstat (limited to 'src/vhdl/iirs.adb')
-rw-r--r-- | src/vhdl/iirs.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/iirs.adb b/src/vhdl/iirs.adb index d4f92a57a..b14e6175a 100644 --- a/src/vhdl/iirs.adb +++ b/src/vhdl/iirs.adb @@ -262,6 +262,7 @@ package body Iirs is | Iir_Kind_Physical_Fp_Literal | Iir_Kind_Simple_Aggregate | Iir_Kind_Overflow_Literal + | Iir_Kind_Unaffected_Waveform | Iir_Kind_Waveform_Element | Iir_Kind_Conditional_Waveform | Iir_Kind_Conditional_Expression |