Forum Discussion

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

The problem of custom instruction

I want to define instruction of multiplication,but there is a problem that I cann't solve. the code is: library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; ...