Forum Discussion

CBart19's avatar
CBart19
Icon for New Contributor rankNew Contributor
6 years ago

Array data type conflicts with std_logic_vector definition.

I would like to use a arrays of standard logic vectors of two different lengths so I declare two new data types. type tx_vector is array (0 to 14) of std_logic_vector(17 downto 0); type rx_vecto...