diff options
Diffstat (limited to 'src/synth/netlists-cleanup.adb')
-rw-r--r-- | src/synth/netlists-cleanup.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/netlists-cleanup.adb b/src/synth/netlists-cleanup.adb index 230e61e10..24889cd6c 100644 --- a/src/synth/netlists-cleanup.adb +++ b/src/synth/netlists-cleanup.adb @@ -127,7 +127,8 @@ package body Netlists.Cleanup is case Get_Id (Inst) is when Id_Output | Id_Ioutput - | Id_Port => + | Id_Port + | Id_Nop => declare Inp : Input; In_Drv : Net; |