aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-decls.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-07 07:55:13 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-07 07:55:43 +0200
commit7c464546f0c202bfa95b6516a19effea16f30289 (patch)
treef2a198c4212853a26ddc4da63151ec747aab1e59 /src/synth/synth-decls.adb
parent42a04ac8722e89e4454f89ccf540599d10b418f0 (diff)
downloadghdl-7c464546f0c202bfa95b6516a19effea16f30289.tar.gz
ghdl-7c464546f0c202bfa95b6516a19effea16f30289.tar.bz2
ghdl-7c464546f0c202bfa95b6516a19effea16f30289.zip
synth: WIP for dependencies.
Diffstat (limited to 'src/synth/synth-decls.adb')
-rw-r--r--src/synth/synth-decls.adb7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/synth/synth-decls.adb b/src/synth/synth-decls.adb
index b3f4a8a4a..bdf307ae4 100644
--- a/src/synth/synth-decls.adb
+++ b/src/synth/synth-decls.adb
@@ -103,6 +103,13 @@ package body Synth.Decls is
null;
when Iir_Kind_Attribute_Specification =>
null;
+ when Iir_Kind_Type_Declaration
+ | Iir_Kind_Anonymous_Type_Declaration
+ | Iir_Kind_Subtype_Declaration =>
+ -- TODO, in particular enumerated types.
+ null;
+ when Iir_Kind_Component_Declaration =>
+ null;
when others =>
Error_Kind ("synth_declaration", Decl);
end case;