From 2eb85a0a21effc2e7ad957216178055cb98a2300 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 27 Jan 2016 04:44:21 +0100 Subject: simul: use Tables instead of GNAT.Table --- src/vhdl/simulate/simulation-ams.adb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/vhdl/simulate/simulation-ams.adb') diff --git a/src/vhdl/simulate/simulation-ams.adb b/src/vhdl/simulate/simulation-ams.adb index 31dd43e0e..89e8b8ed2 100644 --- a/src/vhdl/simulate/simulation-ams.adb +++ b/src/vhdl/simulate/simulation-ams.adb @@ -99,12 +99,11 @@ package body Simulation.AMS is procedure Compute_Dependencies (Idx : Characteristic_Expressions_Index) is - package Quantity_Table is new GNAT.Table + package Quantity_Table is new Tables (Table_Component_Type => Quantity_Index_Type, Table_Index_Type => Natural, Table_Low_Bound => 1, - Table_Initial => 16, - Table_Increment => 100); + Table_Initial => 16); El : Characteristic_Expr renames Characteristic_Expressions.Table (Idx); Res : Quantity_Dependency_Acc := null; @@ -198,4 +197,3 @@ package body Simulation.AMS is end loop; end Create_Tables; end Simulation.AMS; - -- cgit v1.2.3