Hi
I need to convert
type : array (0 to 3) of std_logic_vector (31 downto 0)
to
type : STD_LOGIC_VECTOR2 ( 3 downto 0 , 31 downto 0 )
As an example, I was using signal
DATA_TEMP(3)
Hi
I need to convert
type : array (0 to 3) of std_logic_vector (31 downto 0)
to
type : STD_LOGIC_VECTOR2 ( 3 downto 0 , 31 downto 0 )
As an example, I was using signal
DATA_TEMP(3)
Create a function that takes as input an array of std_logic_vector() and outputs a two dimensional array of of std_logic_vector2.
Kevin Jennings
Have something to add? Share your thoughts — no account required.
Ask the community — no account required