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.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-insts.adb b/src/synth/synth-insts.adb
index ec63d2d1d..7c178b4f4 100644
--- a/src/synth/synth-insts.adb
+++ b/src/synth/synth-insts.adb
@@ -678,6 +678,7 @@ package body Synth.Insts is
W := Get_Output_Desc (Get_Module (Self_Inst), Idx).W;
pragma Assert (W = Val.W_Bound.Len);
Value := Builders.Build_Output (Build_Context, W);
+ Set_Location (Value, Inter);
Inp := Get_Input (Self_Inst, Idx);
Connect (Inp, Value);
Set_Wire_Gate (Val.W, Value);