Forum Discussion

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

matrix inverse (2x2)

Hi. I'm new to VHDL. I want to write a code to get the inverse of matrix. My code is package type_m is type row is array (0 to 1) of std_logic_vector (15 downto 0); type matrix is array ...