Altera_Forum
Honored Contributor
14 years agoport assignment in vhdl
hi all, i am new to VHDL and this question may be easy for you.my question is:
how can i assign value to an in port?my port declaration is: DATA_I : in std_logic_vector(7 downto 0); i am trying to assign a value above but simulator says that a port can not be driven.do you have any idea?