We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 );```
In the last wip https://downloads.icestudio.io this is now implemented.
Activity
cavearr commentedon Jan 26, 2025
In the last wip https://downloads.icestudio.io this is now implemented.