İhsan Koçak
unread,Dec 31, 2011, 6:48:44 AM12/31/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
hi all, i am new to vhdl, so this question can be easy for you.my
question is:how can i assign a value to an in port?
my port declaration is:
DATA_I : in std_logic_vector(7 downto 0);
when i try to assign a value to this port, modelsim says that a port
can not be driven.do you have any ideas about how to assign value to
an in port for debugging?