summaryrefslogtreecommitdiff
path: root/src/grt/grt-vital_annotate.adb
diff options
context:
space:
mode:
authorTristan Gingold2015-01-10 08:26:55 +0100
committerTristan Gingold2015-01-10 08:26:55 +0100
commit5683e56f38579d0094a23a0ec4d74280415a67af (patch)
treecf3f2c0a189e2d419b26af361488e69603c360cd /src/grt/grt-vital_annotate.adb
parentadaa0eb4079ea63f23bde1f1cae3e415b389c594 (diff)
downloadghdl-5683e56f38579d0094a23a0ec4d74280415a67af.tar.gz
ghdl-5683e56f38579d0094a23a0ec4d74280415a67af.tar.bz2
ghdl-5683e56f38579d0094a23a0ec4d74280415a67af.zip
sdf annotation: handle tremoval, handle negative values. From Kim Taylor.
Diffstat (limited to 'src/grt/grt-vital_annotate.adb')
-rw-r--r--src/grt/grt-vital_annotate.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/grt-vital_annotate.adb b/src/grt/grt-vital_annotate.adb
index 93ecb81..3ff0890 100644
--- a/src/grt/grt-vital_annotate.adb
+++ b/src/grt/grt-vital_annotate.adb
@@ -432,6 +432,7 @@ package body Grt.Vital_Annotate is
if Vhpi_Compare_Handles (Gen_Basetype, VitalDelayType01)
or else Vhpi_Compare_Handles (Gen_Basetype, VitalDelayType01Z)
or else Vhpi_Compare_Handles (Gen_Basetype, VitalDelayType01ZX)
+ or else Vhpi_Compare_Handles (Gen_Basetype, VitalDelayType)
then
Ok := Write_Td_Delay_Generic (Context, Gen);
elsif Vhpi_Compare_Handles (Gen_Basetype, VitalDelayArrayType01)