We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Verilog output file has two empty lines before the module keyword
module
('\n' '\n' 'module blinkled #\n' '(\n' ' parameter WIDTH = 8\n' ')\n' '(\n' ' input CLK,\n' ' input RST,\n' ' output reg [WIDTH-1:0] LED\n' ');\n'