diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-11-08 06:34:52 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-11-08 06:34:52 +0100 |
commit | 9a90393e30827308ec6cd834963f5359158115a0 (patch) | |
tree | ad9d89a3cf877a3870608b12989e6940b611fab1 /src/synth | |
parent | 4035edd1239f927ebd50fad88f01786db4d6a262 (diff) | |
download | ghdl-9a90393e30827308ec6cd834963f5359158115a0.tar.gz ghdl-9a90393e30827308ec6cd834963f5359158115a0.tar.bz2 ghdl-9a90393e30827308ec6cd834963f5359158115a0.zip |
Update simulate.
Diffstat (limited to 'src/synth')
-rw-r--r-- | src/synth/synth-expr.adb | 2 |
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; |