aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_decls.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-vhdl_decls.adb')
-rw-r--r--src/synth/synth-vhdl_decls.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/synth-vhdl_decls.adb b/src/synth/synth-vhdl_decls.adb
index 56d7ab9e0..dfbedff91 100644
--- a/src/synth/synth-vhdl_decls.adb
+++ b/src/synth/synth-vhdl_decls.adb
@@ -625,7 +625,7 @@ package body Synth.Vhdl_Decls is
null;
when Iir_Kind_Configuration_Specification =>
null;
- when Iir_Kind_Signal_Attribute_Declaration =>
+ when Iir_Kind_Attribute_Implicit_Declaration =>
-- Not supported by synthesis.
null;
when others =>
@@ -765,7 +765,7 @@ package body Synth.Vhdl_Decls is
when Iir_Kind_Psl_Default_Clock =>
-- Ignored; directly used by PSL directives.
null;
- when Iir_Kind_Signal_Attribute_Declaration =>
+ when Iir_Kind_Attribute_Implicit_Declaration =>
-- Not supported by synthesis.
null;
when Iir_Kind_Package_Instantiation_Declaration =>