R
Ron
Guest
Is multidimensional arrays allowed to be used as ports in Verilog 2000 syntax??
Ex. input wire [31:0] dummy [31:0];
Ex. input wire [31:0] dummy [31:0];
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
No, they are not. Ports are still restricted to being vectors.Is multidimensional arrays allowed to be used as ports in Verilog 2000 syntax??
Ex. input wire [31:0] dummy [31:0];
--Is multidimensional arrays allowed to be used as ports in Verilog 2000 syntax??
Ex. input wire [31:0] dummy [31:0];