aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-annotations.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-08 06:49:26 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-08 06:49:26 +0200
commit2a21ee61dd73224bec023b3a541c9d4ddaee0f88 (patch)
tree7c52809e7d50133ae408621761b1d2b8a9254de1 /src/vhdl/simulate/simul-annotations.adb
parent7c464546f0c202bfa95b6516a19effea16f30289 (diff)
downloadghdl-2a21ee61dd73224bec023b3a541c9d4ddaee0f88.tar.gz
ghdl-2a21ee61dd73224bec023b3a541c9d4ddaee0f88.tar.bz2
ghdl-2a21ee61dd73224bec023b3a541c9d4ddaee0f88.zip
synth: handle integer +/- for constants.
Diffstat (limited to 'src/vhdl/simulate/simul-annotations.adb')
-rw-r--r--src/vhdl/simulate/simul-annotations.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/simulate/simul-annotations.adb b/src/vhdl/simulate/simul-annotations.adb
index 8fb4c4fdc..f807f12b7 100644
--- a/src/vhdl/simulate/simul-annotations.adb
+++ b/src/vhdl/simulate/simul-annotations.adb
@@ -1021,7 +1021,8 @@ package body Simul.Annotations is
null;
when Iir_Kind_Concurrent_Simple_Signal_Assignment
- | Iir_Kind_Concurrent_Selected_Signal_Assignment =>
+ | Iir_Kind_Concurrent_Selected_Signal_Assignment
+ | Iir_Kind_Concurrent_Conditional_Signal_Assignment =>
-- In case concurrent signal assignemnts were not
-- canonicalized (for synthesis).
null;