aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-decls.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-28 20:44:40 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-28 20:44:40 +0200
commit2068fb5a9eba5da625d2dd73fdcb47755487d9f3 (patch)
tree4e0d0be6b65e6e5f73b6db3243f802e137cab6f2 /src/synth/synth-decls.adb
parent81e426a6d34e71c9f171673d33fcf16c250f060e (diff)
downloadghdl-2068fb5a9eba5da625d2dd73fdcb47755487d9f3.tar.gz
ghdl-2068fb5a9eba5da625d2dd73fdcb47755487d9f3.tar.bz2
ghdl-2068fb5a9eba5da625d2dd73fdcb47755487d9f3.zip
synth: remove extract_bound (trivial).
Diffstat (limited to 'src/synth/synth-decls.adb')
-rw-r--r--src/synth/synth-decls.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-decls.adb b/src/synth/synth-decls.adb
index 7f3afb623..ee9f49fa4 100644
--- a/src/synth/synth-decls.adb
+++ b/src/synth/synth-decls.adb
@@ -165,6 +165,8 @@ package body Synth.Decls is
Typ := Create_Float_Type (Rng);
Create_Object (Syn_Inst, Def, Create_Value_Subtype (Typ));
end;
+ when Iir_Kind_Array_Type_Definition =>
+ Synth_Array_Type_Definition (Syn_Inst, Def);
when others =>
Error_Kind ("synth_anonymous_type_definition", Def);
end case;