aboutsummaryrefslogtreecommitdiffstats
path: root/src/errorout.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/errorout.ads')
-rw-r--r--src/errorout.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/errorout.ads b/src/errorout.ads
index b4207be4c..d0cd5b9e1 100644
--- a/src/errorout.ads
+++ b/src/errorout.ads
@@ -131,6 +131,10 @@ package Errorout is
-- Lexical conformance
Warnid_Conformance,
+
+ -- Attributes in the netlist is not kept during synthesis
+ Warnid_Unkept_Attribute,
+ Warnid_Unhandled_Attribute,
-- Violation of staticness rules
Warnid_Static,
@@ -330,6 +334,7 @@ private
| Warnid_Nowrite
| Warnid_No_Wait | Warnid_Useless
| Warnid_Conformance
+ | Warnid_Unkept_Attribute | Warnid_Unhandled_Attribute
| Msgid_Warning => (Enabled => True, Error => False),
Warnid_Delta_Cycle | Warnid_Body | Warnid_Static | Warnid_Nested_Comment
| Warnid_Universal | Warnid_Port_Bounds