aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-aggr.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-aggr.ads')
-rw-r--r--src/synth/synth-aggr.ads3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/synth/synth-aggr.ads b/src/synth/synth-aggr.ads
index 1d700c620..009ad2100 100644
--- a/src/synth/synth-aggr.ads
+++ b/src/synth/synth-aggr.ads
@@ -20,8 +20,6 @@
with Vhdl.Nodes; use Vhdl.Nodes;
-with Netlists; use Netlists;
-
with Synth.Objtypes; use Synth.Objtypes;
with Synth.Values; use Synth.Values;
with Synth.Context; use Synth.Context;
@@ -30,6 +28,5 @@ package Synth.Aggr is
-- Aggr_Type is the type from the context.
function Synth_Aggregate (Syn_Inst : Synth_Instance_Acc;
Aggr : Node;
- En : Net;
Aggr_Type : Type_Acc) return Valtyp;
end Synth.Aggr;