Forum Discussion

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

Out entity parameter as function argument

Hi! Let me begin from code example: ... entity three is port (do3 : out std_logic_vector(2 downto 0)); end entity three; ... entity Test is port (data : out std_logic); end enti...