diff options
Diffstat (limited to 'src/synth/synth-decls.adb')
-rw-r--r-- | src/synth/synth-decls.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-decls.adb b/src/synth/synth-decls.adb index 3c5b5cb95..c8049f570 100644 --- a/src/synth/synth-decls.adb +++ b/src/synth/synth-decls.adb @@ -55,6 +55,7 @@ package body Synth.Decls is else Value := Build_Signal (Build_Context, Name, W); end if; + Set_Location (Value, Decl); Set_Wire_Gate (Val.W, Value); when others => raise Internal_Error; |