Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

Help 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?

-------------------------------------------------------------------

12 Replies