aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-11-08 06:34:52 +0100
committerTristan Gingold <tgingold@free.fr>2017-11-08 06:34:52 +0100
commit9a90393e30827308ec6cd834963f5359158115a0 (patch)
treead9d89a3cf877a3870608b12989e6940b611fab1 /src/synth
parent4035edd1239f927ebd50fad88f01786db4d6a262 (diff)
downloadghdl-9a90393e30827308ec6cd834963f5359158115a0.tar.gz
ghdl-9a90393e30827308ec6cd834963f5359158115a0.tar.bz2
ghdl-9a90393e30827308ec6cd834963f5359158115a0.zip
Update simulate.
Diffstat (limited to 'src/synth')
-rw-r--r--src/synth/synth-expr.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-expr.adb b/src/synth/synth-expr.adb
index 1180386c6..fef5a18b2 100644
--- a/src/synth/synth-expr.adb
+++ b/src/synth/synth-expr.adb
@@ -472,7 +472,7 @@ package body Synth.Expr is
is
Pfx : constant Value_Acc :=
Synth_Expression (Syn_Inst, Get_Prefix (Name));
- Indexes : constant Iir_List := Get_Index_List (Name);
+ Indexes : constant Iir_Flist := Get_Index_List (Name);
Idx_Val : constant Value_Acc :=
Synth_Expression (Syn_Inst, Get_Nth_Element (Indexes, 0));
Rng : Value_Range_Acc;