How to declare and use 1D and 2D byte arrays in Verilog? eg. how to do something like byte a_2D[3][3]; ...
stackoverflow.com