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