aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-lib.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-08-29 07:57:12 +0200
committerTristan Gingold <tgingold@free.fr>2015-08-29 07:57:12 +0200
commitb75d703676ab830ea3e5731e1965d1d89879a456 (patch)
tree1a0a21ba1cce6385715bd2823853ee4ad47905ee /src/grt/grt-lib.ads
parent64fa65e1395bef4f05c51bc19d9a46d6003339ee (diff)
downloadghdl-b75d703676ab830ea3e5731e1965d1d89879a456.tar.gz
ghdl-b75d703676ab830ea3e5731e1965d1d89879a456.tar.bz2
ghdl-b75d703676ab830ea3e5731e1965d1d89879a456.zip
Replace fat accesses by bounds accesses
translate: separate info for signals from object. Improve some error messages.
Diffstat (limited to 'src/grt/grt-lib.ads')
-rw-r--r--src/grt/grt-lib.ads11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/grt/grt-lib.ads b/src/grt/grt-lib.ads
index dcd2c55b7..82fee91b1 100644
--- a/src/grt/grt-lib.ads
+++ b/src/grt/grt-lib.ads
@@ -95,17 +95,8 @@ package Grt.Lib is
function Ghdl_Get_Resolution_Limit return Std_Time;
- type Ghdl_Control_Simulation_Params is record
- Stop : Ghdl_B1;
- Has_Status : Ghdl_B1;
- Status : Std_Integer;
- end record;
-
- type Ghdl_Control_Simulation_Params_Ptr is access
- Ghdl_Control_Simulation_Params;
-
procedure Ghdl_Control_Simulation
- (Params : Ghdl_Control_Simulation_Params_Ptr);
+ (Stop : Ghdl_B1; Has_Status : Ghdl_B1; Status : Std_Integer);
private
pragma Export (C, Ghdl_Memcpy, "__ghdl_memcpy");