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 0f32e2d7c..46c293c01 100644 --- a/src/synth/synth-context.adb +++ b/src/synth/synth-context.adb @@ -75,7 +75,7 @@ package body Synth.Context is Mark_Flag => False, Decl => Obj, Gate => No_Net, - Cur_Assign => No_Assign)); + Cur_Assign => No_Seq_Assign)); return Wire_Id_Table.Last; end Alloc_Wire; |