Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- Hello! How can i convert a two-dimentional output & input port of vhdl into a verilog. vhdl: type VARIABLEARRAY is array (1 to NBRVARIBLE_CT+10 ) of SLV32; ---------------------------------------------------------------- one input port varaarayin is declared as a type of VARIABLEARRAY. & one output port vararrayout is also declared as a type of VARIABLEARRAY. ----------------------------------------------------------------- I need a equivalent code for this because verilog didnt support 2-D array as input or output port.am i correct? ------------------------------------------------------------------- --- Quote End --- Hi, can you explain what you mean with a 2-D Array input/output ? GPK