Matt Venn
Jean
module #( ... ) frequency_counter ( ... );
Tom
localparam
parameter
module mymodule ( bin_i, onehot_o ); parameter SZX; localparam SZ=2**SZX; input wire [SZX-1:0] bin_i; output wire [SZ-1:0] onehot_o;
module mymodule # ( parameter DATA_WIDTH = 32 // width of data bus in bits (8, 16, 32, or 64) ) ( input [DATA_WIDTH-1:0] bin_i )
Linen is a search-engine friendly community platform. We offer integrations with existing Slack/Discord communities and make those conversations Google-searchable.