From 207b7fb44c667af87c5f8e4ab20652fcaaf1849e Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 8 Nov 2019 19:29:40 +0100 Subject: synth: move net_table to netlists-utils. --- src/synth/synth-environment.ads | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/synth/synth-environment.ads') diff --git a/src/synth/synth-environment.ads b/src/synth/synth-environment.ads index 4b242ab28..1f4b24711 100644 --- a/src/synth/synth-environment.ads +++ b/src/synth/synth-environment.ads @@ -19,10 +19,11 @@ -- MA 02110-1301, USA. with Types; use Types; -with Dyn_Tables; with Tables; + with Netlists; use Netlists; with Netlists.Builders; + with Synth.Source; package Synth.Environment is @@ -311,10 +312,4 @@ private Table_Index_Type => Conc_Assign, Table_Low_Bound => No_Conc_Assign, Table_Initial => 1024); - - package Net_Tables is new Dyn_Tables - (Table_Component_Type => Net, - Table_Index_Type => Int32, - Table_Low_Bound => 1, - Table_Initial => 32); end Synth.Environment; -- cgit v1.2.3