diff options
Diffstat (limited to 'src/synth/netlists.adb')
-rw-r--r-- | src/synth/netlists.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/netlists.adb b/src/synth/netlists.adb index 7760e7629..c7c9edb96 100644 --- a/src/synth/netlists.adb +++ b/src/synth/netlists.adb @@ -322,6 +322,7 @@ package body Netlists is Instances_Table.Table (M_Ent.Last_Instance).Next_Instance := Inst; end if; Instances_Table.Table (Inst).Prev_Instance := M_Ent.Last_Instance; + Instances_Table.Table (Inst).Next_Instance := No_Instance; M_Ent.Last_Instance := Inst; end Append_Instance; |