I'm using the Quartus II 9.0 Web Edition, that came with the DE2 Board.
If I download the Subscribed Edition, it's free to get a license?
I tried to set as virtual pin. On "To" I put the pin I want and "Assignment Name" I selected "Virtual Pin". But when I compile I get the same error.
tricky (
http://www.alteraforum.com/forum/member.php?u=7270),
I'm sorry I didn't understood it right, my english isn't very good.
Could you make me an simple example with just one pin?
I know I will not get an error with just one pin, but just for me to understand that.
For example:
LIBRARY ieee;
USE ieee.std_logic_1164.all;
ENTITY x IS
PORT (
xx: IN STD_LOGIC);
END x;
ARCHITECTURE y OF x IS
END y;
I was thinking also, can't I download somewhere the bigger devices and install it?
Thank you.