aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-decls.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-04-06 18:32:23 +0200
committerTristan Gingold <tgingold@free.fr>2020-04-06 20:10:58 +0200
commitb554bd141fa6588c99eaad567fd7f09357f03569 (patch)
treee0f92015d8dcd42a17be5a3f235403aa15d0df47 /src/synth/synth-decls.adb
parentb15cdfcacfc2f96dbd0f645550eec8b594c20108 (diff)
downloadghdl-b554bd141fa6588c99eaad567fd7f09357f03569.tar.gz
ghdl-b554bd141fa6588c99eaad567fd7f09357f03569.tar.bz2
ghdl-b554bd141fa6588c99eaad567fd7f09357f03569.zip
synth: handle configuration_specification. Fix #1197
Diffstat (limited to 'src/synth/synth-decls.adb')
-rw-r--r--src/synth/synth-decls.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/synth-decls.adb b/src/synth/synth-decls.adb
index 41da02795..552fab7f7 100644
--- a/src/synth/synth-decls.adb
+++ b/src/synth/synth-decls.adb
@@ -874,6 +874,8 @@ package body Synth.Decls is
null;
when Iir_Kind_Use_Clause =>
null;
+ when Iir_Kind_Configuration_Specification =>
+ null;
when others =>
Vhdl.Errors.Error_Kind ("synth_declaration", Decl);
end case;
@@ -990,6 +992,8 @@ package body Synth.Decls is
null;
when Iir_Kind_File_Declaration =>
null;
+ when Iir_Kind_Configuration_Specification =>
+ null;
when Iir_Kind_Psl_Default_Clock =>
-- Ignored; directly used by PSL directives.
null;