aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-04 06:14:30 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-04 19:04:11 +0200
commit210c497e86d6dff0337114b013e0c3a8066dee72 (patch)
tree84dff6efad5f1ecdc89a7a15d93f4ebb6edef858 /src/synth/synth-expr.ads
parent6ff7ef51aec7c1d653dab142aa0e5cda170e9f29 (diff)
downloadghdl-210c497e86d6dff0337114b013e0c3a8066dee72.tar.gz
ghdl-210c497e86d6dff0337114b013e0c3a8066dee72.tar.bz2
ghdl-210c497e86d6dff0337114b013e0c3a8066dee72.zip
synth: remove Global_Context (cleanup).
Diffstat (limited to 'src/synth/synth-expr.ads')
-rw-r--r--src/synth/synth-expr.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/synth-expr.ads b/src/synth/synth-expr.ads
index 73287b49e..e54e0c7b8 100644
--- a/src/synth/synth-expr.ads
+++ b/src/synth/synth-expr.ads
@@ -70,7 +70,8 @@ package Synth.Expr is
function Synth_Clock_Edge
(Syn_Inst : Synth_Instance_Acc; Left, Right : Node) return Net;
- procedure Concat_Array (Arr : in out Net_Array; N : out Net);
+ procedure Concat_Array
+ (Ctxt : Context_Acc; Arr : in out Net_Array; N : out Net);
-- Synthesize EXPR. The expression must be self-constrained.
-- If EN is not No_Net, the execution is controlled by EN. This is used