diff options
Diffstat (limited to 'src/synth/netlists-disp_verilog.adb')
-rw-r--r-- | src/synth/netlists-disp_verilog.adb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/synth/netlists-disp_verilog.adb b/src/synth/netlists-disp_verilog.adb index b2461bf2f..f28a1b536 100644 --- a/src/synth/netlists-disp_verilog.adb +++ b/src/synth/netlists-disp_verilog.adb @@ -1149,9 +1149,6 @@ package body Netlists.Disp_Verilog is or else (Flag_Merge_Edge and then Id in Edge_Module_Id and then not Need_Edge (Inst)) - or else (not Flag_Null_Wires - and then Get_Nbr_Outputs (Inst) = 1 - and then Get_Width (Get_Output (Inst, 0)) = 0) then -- Not displayed. null; |