diff options
-rw-r--r-- | src/synth/netlists-disp_verilog.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-disp_verilog.adb b/src/synth/netlists-disp_verilog.adb index 83fdc30ca..69bfdcd2c 100644 --- a/src/synth/netlists-disp_verilog.adb +++ b/src/synth/netlists-disp_verilog.adb @@ -1291,7 +1291,7 @@ package body Netlists.Disp_Verilog is end if; for I in 1 .. Nbr loop if I = 1 then - Put_Line (" #("); + Put_Line (" #(parameter"); else Put_Line (","); end if; |