diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-11-29 19:08:41 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-11-29 19:08:41 +0100 |
commit | 09de5ec9c9e8c66b2690c53b4e89ce81c5d447e5 (patch) | |
tree | d0fcbd09352c32ee645a4956467aa35a1aec1da0 /src/synth/synth-oper.ads | |
parent | f19f6a799f1f064dc96a34165e0f528418a1bc9d (diff) | |
download | ghdl-09de5ec9c9e8c66b2690c53b4e89ce81c5d447e5.tar.gz ghdl-09de5ec9c9e8c66b2690c53b4e89ce81c5d447e5.tar.bz2 ghdl-09de5ec9c9e8c66b2690c53b4e89ce81c5d447e5.zip |
synth-static_oper: add support for array array concat. Fix #1046
Diffstat (limited to 'src/synth/synth-oper.ads')
-rw-r--r-- | src/synth/synth-oper.ads | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/synth/synth-oper.ads b/src/synth/synth-oper.ads index 3f8e09bee..43ed42d21 100644 --- a/src/synth/synth-oper.ads +++ b/src/synth/synth-oper.ads @@ -36,4 +36,9 @@ package Synth.Oper is Imp : Node; Operand_Expr : Node; Loc : Node) return Value_Acc; + + function Create_Bounds_From_Length + (Syn_Inst : Synth_Instance_Acc; Atype : Iir; Len : Iir_Index32) + return Bound_Type; + end Synth.Oper; |