aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-30 07:39:49 +0200
committerTristan Gingold <tgingold@free.fr>2020-03-30 08:08:14 +0200
commit1d5f3070bc6ecd6074e2867d7079e232015d2658 (patch)
treefc739aa3404d508aa6d5ed07d1a49a02294c0987 /src/synth/synth-expr.ads
parentcb4c462d9868b8fb93ef8cc79aa5a016a923ace7 (diff)
downloadghdl-1d5f3070bc6ecd6074e2867d7079e232015d2658.tar.gz
ghdl-1d5f3070bc6ecd6074e2867d7079e232015d2658.tar.bz2
ghdl-1d5f3070bc6ecd6074e2867d7079e232015d2658.zip
synth: improve support of vhdl2008 aggregate targets. Fix #1178
Diffstat (limited to 'src/synth/synth-expr.ads')
-rw-r--r--src/synth/synth-expr.ads3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/synth/synth-expr.ads b/src/synth/synth-expr.ads
index 4ceeafc4b..66c1104c2 100644
--- a/src/synth/synth-expr.ads
+++ b/src/synth/synth-expr.ads
@@ -65,9 +65,6 @@ package Synth.Expr is
function Synth_Clock_Edge
(Syn_Inst : Synth_Instance_Acc; Left, Right : Node) return Net;
- function Bit_Extract (Val : Value_Acc; Off : Uns32; Loc : Node)
- return Value_Acc;
-
function Concat_Array (Arr : Net_Array_Acc) return Net;
function Synth_Expression_With_Type