Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI assigned two pins : the Y11 for input as in bit, and W11 for output as out bit.
my interface is : entity e is port (toggle : in bit; led : out bit) end; it uses no clock. I use the USB interface to program the FPGA.