suganthitechno
Newbie level 2
How to write a Verilog program with large input size - 1024 bytes? any shortcut?
hi,
I am trying to develop verilog code for 1024 individual byte input..verilog does not allow array of vectors as input or output..i know i can use reg [7:0]mem[1023:0] and assign inputs to mem. but do i have to type all 1024 datas in portlist or is there any shortcut?
hi,
I am trying to develop verilog code for 1024 individual byte input..verilog does not allow array of vectors as input or output..i know i can use reg [7:0]mem[1023:0] and assign inputs to mem. but do i have to type all 1024 datas in portlist or is there any shortcut?