aboutsummaryrefslogtreecommitdiffstats
path: root/src/simul/simul-vhdl_simul.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-08-17 02:28:54 +0200
committerTristan Gingold <tgingold@free.fr>2022-08-17 02:28:54 +0200
commite57ba3e335d1f3692805f46d7d9cba49ffea4219 (patch)
tree6cfbe15ad39389ea98c98ffdd14c442119f8c587 /src/simul/simul-vhdl_simul.ads
parenta1f5a8797f36e68a3ca61568a25db67e29fda613 (diff)
downloadghdl-e57ba3e335d1f3692805f46d7d9cba49ffea4219.tar.gz
ghdl-e57ba3e335d1f3692805f46d7d9cba49ffea4219.tar.bz2
ghdl-e57ba3e335d1f3692805f46d7d9cba49ffea4219.zip
simul: create terminals (WIP)
Diffstat (limited to 'src/simul/simul-vhdl_simul.ads')
-rw-r--r--src/simul/simul-vhdl_simul.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simul/simul-vhdl_simul.ads b/src/simul/simul-vhdl_simul.ads
index 5a24f6dc1..5e837d454 100644
--- a/src/simul/simul-vhdl_simul.ads
+++ b/src/simul/simul-vhdl_simul.ads
@@ -81,7 +81,7 @@ package Simul.Vhdl_Simul is
type Scalar_Quantity_Record is record
-- Index in Y or Yp vector.
- Idx : Natural;
+ Idx : Integer;
-- If there is a 'Dot, the corresponding entry.
Deriv : Scalar_Quantity_Index;
-- If there is a 'Integ, the corresponding entry.