diff options
Diffstat (limited to 'src/synth/synth-context.adb')
-rw-r--r-- | src/synth/synth-context.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-context.adb b/src/synth/synth-context.adb index be229c4cd..49a5e54ef 100644 --- a/src/synth/synth-context.adb +++ b/src/synth/synth-context.adb @@ -338,7 +338,7 @@ package body Synth.Context is begin case Val.Kind is when Value_Wire => - return Get_Current_Value (Val.W); + return Get_Current_Value (Build_Context, Val.W); when Value_Net => return Val.N; when Value_Mux2 => |