aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-environment.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-21 17:56:52 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-21 17:56:52 +0100
commit2eef024e6d1e59778c07e6ccc353c7fb96fb8bc5 (patch)
treeeb2d7d0090667b08d633c16eae5dfbe518aa56c4 /src/synth/synth-environment.ads
parent47bd6cb4b5a2465d6961b5d229dd1604f77128b5 (diff)
downloadghdl-2eef024e6d1e59778c07e6ccc353c7fb96fb8bc5.tar.gz
ghdl-2eef024e6d1e59778c07e6ccc353c7fb96fb8bc5.tar.bz2
ghdl-2eef024e6d1e59778c07e6ccc353c7fb96fb8bc5.zip
synth-environment: keep order of seq_assign in phi nodes.
Diffstat (limited to 'src/synth/synth-environment.ads')
-rw-r--r--src/synth/synth-environment.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-environment.ads b/src/synth/synth-environment.ads
index acf97c45f..1abb918eb 100644
--- a/src/synth/synth-environment.ads
+++ b/src/synth/synth-environment.ads
@@ -279,6 +279,7 @@ private
type Phi_Type is record
-- Chain of sequential assignments in the current phi context (BB).
First : Seq_Assign;
+ Last : Seq_Assign;
-- Number of assignments.
Nbr : Uns32;
end record;