Forum Discussion

KSimo1's avatar
KSimo1
Icon for New Contributor rankNew Contributor
6 years ago

Which of VHDL or Verilog lets me build a two dimensional array with variable lengths of rows?

One of the main things my hardware sorting machine is going to have to do is compare two keys, each k bits wide. To do that I need a two dimensional array of signals, with ciel( log_2( k)) rows, and ...