aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-insts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-insts.adb')
-rw-r--r--src/synth/synth-insts.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-insts.adb b/src/synth/synth-insts.adb
index 572ccf5ac..060defa32 100644
--- a/src/synth/synth-insts.adb
+++ b/src/synth/synth-insts.adb
@@ -1380,7 +1380,7 @@ package body Synth.Insts is
declare
Io_Inst : Instance;
begin
- Io_Inst := Builders.Build_Inout (Build_Context, Desc.W);
+ Io_Inst := Builders.Build_Inout (Ctxt, Desc.W);
-- Connect port1 of gate inout to the pin.
Connect (Inp, Get_Output (Io_Inst, 1));
-- And port0 of the gate will be use to read from the pin.