Altera_Forum
Honored Contributor
17 years agoHelp me in translation of VHDL to verilog
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? -------------------------------------------------------------------