From d1a36719e52331f80675ae4eba83c44dcb652782 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 31 Dec 2019 09:54:31 +0100 Subject: ams-vhdl: add support for 'delayed for quantity. --- src/vhdl/vhdl-errors.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/vhdl/vhdl-errors.adb') diff --git a/src/vhdl/vhdl-errors.adb b/src/vhdl/vhdl-errors.adb index 63e3bb02b..c05fa3265 100644 --- a/src/vhdl/vhdl-errors.adb +++ b/src/vhdl/vhdl-errors.adb @@ -708,7 +708,8 @@ package body Vhdl.Errors is return "'stable attribute"; when Iir_Kind_Quiet_Attribute => return "'quiet attribute"; - when Iir_Kind_Delayed_Attribute => + when Iir_Kind_Delayed_Attribute + | Iir_Kind_Quantity_Delayed_Attribute => return "'delayed attribute"; when Iir_Kind_Driving_Attribute => return "'driving attribute"; -- cgit v1.2.3