aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-environment.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-09-18 07:07:27 +0200
committerTristan Gingold <tgingold@free.fr>2019-09-18 18:45:25 +0200
commit1b8c3d64e07584ffcd60f2d13634e6285e3cc7ef (patch)
tree1d9f47c3896738ec3e4450b796b71d210fe5eada /src/synth/synth-environment.ads
parent48396102d53ed1c10a750a14ff75364d5c533e10 (diff)
downloadghdl-1b8c3d64e07584ffcd60f2d13634e6285e3cc7ef.tar.gz
ghdl-1b8c3d64e07584ffcd60f2d13634e6285e3cc7ef.tar.bz2
ghdl-1b8c3d64e07584ffcd60f2d13634e6285e3cc7ef.zip
synth: improve locations tracking.
Diffstat (limited to 'src/synth/synth-environment.ads')
-rw-r--r--src/synth/synth-environment.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/synth-environment.ads b/src/synth/synth-environment.ads
index fff66e01d..71388c610 100644
--- a/src/synth/synth-environment.ads
+++ b/src/synth/synth-environment.ads
@@ -105,7 +105,8 @@ package Synth.Environment is
-- those from T or from F.
procedure Merge_Phis (Ctxt : Builders.Context_Acc;
Sel : Net;
- T, F : Phi_Type);
+ T, F : Phi_Type;
+ Stmt : Source.Syn_Src);
-- Sort all seq assign of P by wire id. Used to more easily merge them.
function Sort_Phi (P : Phi_Type) return Seq_Assign;