icestudio icon indicating copy to clipboard operation
icestudio copied to clipboard

Add support for parameterized bus width for block IO ports

Open adumont opened this issue 6 years ago • 0 comments

Support parameterized bus width for IO ports used in block

Like here:

module automaton #(parameter WIDTH = 8) 
  ( input wire clk
    output wire [WIDTH-1:0] data
  );```

adumont avatar May 07 '18 09:05 adumont