aboutsummaryrefslogtreecommitdiffstats
path: root/src/simul/simul-vhdl_elab.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-09-15 01:57:07 +0200
committerTristan Gingold <tgingold@free.fr>2022-09-15 01:57:07 +0200
commit84197c2a93bc54df2d1f3fa0bdf20d121d8f73c5 (patch)
treed2aca8a3772544d2449084579ffbc14dfd3bab5c /src/simul/simul-vhdl_elab.ads
parente5de56d020e0ca03d78d97d278ca03666ff3f28d (diff)
downloadghdl-84197c2a93bc54df2d1f3fa0bdf20d121d8f73c5.tar.gz
ghdl-84197c2a93bc54df2d1f3fa0bdf20d121d8f73c5.tar.bz2
ghdl-84197c2a93bc54df2d1f3fa0bdf20d121d8f73c5.zip
simul: handle more signals types
Diffstat (limited to 'src/simul/simul-vhdl_elab.ads')
-rw-r--r--src/simul/simul-vhdl_elab.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/simul/simul-vhdl_elab.ads b/src/simul/simul-vhdl_elab.ads
index 41185806f..8e6424b3c 100644
--- a/src/simul/simul-vhdl_elab.ads
+++ b/src/simul/simul-vhdl_elab.ads
@@ -46,6 +46,9 @@ package Simul.Vhdl_Elab is
-- * need to track events
procedure Elab_Drivers;
+ -- Change the meaning of W (width) in T for simulation.
+ procedure Convert_Type_Width (T : Type_Acc);
+
type Process_Index_Type is new Nat32;
type Driver_Index_Type is new Nat32;
subtype Sensitivity_Index_Type is Driver_Index_Type;