aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simulation-ams.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/simulation-ams.adb')
-rw-r--r--src/vhdl/simulate/simulation-ams.adb6
1 files changed, 2 insertions, 4 deletions
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;
-