From aa58cef7a3590f054228d1856dd0eac63f5ffb81 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 15 Sep 2021 05:42:30 +0200 Subject: netlists-disp_verilog.adb: add 'parameter' before parameters declaration For #1866 --- src/synth/netlists-disp_verilog.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3