diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/synth/netlists-cleanup.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/netlists-cleanup.adb b/src/synth/netlists-cleanup.adb index 207a8a63e..21d6f94d1 100644 --- a/src/synth/netlists-cleanup.adb +++ b/src/synth/netlists-cleanup.adb @@ -64,6 +64,8 @@ package body Netlists.Cleanup is List := No_Instance; Inst := Get_First_Instance (M); + -- But keep the self-instance. + Inst := Get_Next_Instance (Inst); while Inst /= No_Instance loop Next_Inst := Get_Next_Instance (Inst); Extract_If_Unused (Inst, List); |