From f6ee4a75bfba5341a9116193810c5ccf771d1cf0 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 8 Nov 2019 19:29:52 +0100 Subject: dyn_tables: move Table_Initial generic to argument of --- src/synth/netlists-utils.ads | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/synth/netlists-utils.ads') diff --git a/src/synth/netlists-utils.ads b/src/synth/netlists-utils.ads index 029bd496c..b8ccb3e93 100644 --- a/src/synth/netlists-utils.ads +++ b/src/synth/netlists-utils.ads @@ -71,6 +71,10 @@ package Netlists.Utils is package Net_Tables is new Dyn_Tables (Table_Component_Type => Net, Table_Index_Type => Int32, - Table_Low_Bound => 1, - Table_Initial => 32); + Table_Low_Bound => 1); + + package Instance_Tables is new Dyn_Tables + (Table_Component_Type => Instance, + Table_Index_Type => Int32, + Table_Low_Bound => 1); end Netlists.Utils; -- cgit v1.2.3