aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-errors.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-12-31 08:22:30 +0100
committerTristan Gingold <tgingold@free.fr>2019-12-31 09:34:34 +0100
commit8a60406d94e89804a5a52afb95bdac4c3bdd7f40 (patch)
tree6ffa80d954978fd005542b46dc20296d8b63cfba /src/vhdl/vhdl-errors.adb
parent10b0ac263ed7c59c438c1cb82faef51370cbd67e (diff)
downloadghdl-8a60406d94e89804a5a52afb95bdac4c3bdd7f40.tar.gz
ghdl-8a60406d94e89804a5a52afb95bdac4c3bdd7f40.tar.bz2
ghdl-8a60406d94e89804a5a52afb95bdac4c3bdd7f40.zip
ams-vhdl: handle zoh, ltf and ztf attributes.
Diffstat (limited to 'src/vhdl/vhdl-errors.adb')
-rw-r--r--src/vhdl/vhdl-errors.adb6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-errors.adb b/src/vhdl/vhdl-errors.adb
index 02dc0df5d..63e3bb02b 100644
--- a/src/vhdl/vhdl-errors.adb
+++ b/src/vhdl/vhdl-errors.adb
@@ -688,6 +688,12 @@ package body Vhdl.Errors is
when Iir_Kind_Signal_Slew_Attribute
| Iir_Kind_Quantity_Slew_Attribute =>
return "'slew attribute";
+ when Iir_Kind_Zoh_Attribute =>
+ return "'zoh attribute";
+ when Iir_Kind_Ltf_Attribute =>
+ return "'ltf attribute";
+ when Iir_Kind_Ztf_Attribute =>
+ return "'ztf attribute";
when Iir_Kind_Ramp_Attribute =>
return "'ramp attribute";
when Iir_Kind_Dot_Attribute =>