Hey Tommy,
I use Windows XP with the service Pack 2 and the blaster-driver is already installed and its also listed in Quartus.
@BYS2:
If I click the 'Download Code' Button the error appers in a second, so I have no time to click anywhere else.
When I klick on the 'Connect' Button, the "LOAD"-LED indicated a bit an the first Error appears again.
I have also 2 different "Control Panels", on the CD which where send with the board is another "Control Panel", there I can only open the USB-Blaster and then set some checkboxes for example for an LED, but If I click on the "Set"-Button, only the "GOOD"-LED on the board indicated but nothing happens.
So there must be an connection between the board and my PC.
I will try to transfer the file to my board which BYS2 means.
thanks.
--EDIT:
So...I try to test my programm but it doesn't works...I don't know if its my fault or something else.
Here's my programm:
ENTITY test1 IS
GENERIC (delay : time := 10 ns);
PORT (PIN_AA23, PIN_AB26 : IN bit;
PIN_AJ6 : OUT bit);
END test1;
ARCHITECTURE func OF test1 IS
BEGIN
PROCESS (PIN_AA23, PIN_AB26)
BEGIN
PIN_AJ6 <= PIN_AA23 and PIN_AB26 AFTER delay;
END PROCESS;
END func;
I choose the Cylone II family with EP2C70F896C6 with is written on the chip an the board (but there is also an "N" at last but this is not listet in quartus)
With the "Pin Planner"
I choose the 2 pins for the 2 switches and the one for the LED and assign it to my Inputs and my Output.
Then I click on the Compilation button and on the "Analysis and Synthese"-Button and both are successful, but if I change the position of the switches...nothing happens.
Have I forgot something? or whats wrong?
I also set the "RUN/PROG"-Switch on "PROG while the syntesis and to test it I switch it back to "RUN".
and theres one warning:
Warning: Found 1 output pins without output pin load capacitance assignment
Info: Pin "PIN_AJ6" has no specified output pin load capacitance -- assuming default load capacitance of 0 pF for timing analysis
But I set this PIN.
and also another Info:
Info: Device migration not selected. If you intend to use device migration later, you may need to change the pin assignments as they may be incompatible with other devices
what does this mean?have I choose the wrong device?
I know that are basics but I hope you understand an can help me a little bit to come on the right way! ;)
thanks a lot
EDIT:
OK...now it works...AND-Gatter...I forgot to implement it...hehe...yes I#m a real beginner...but the control panel didn't work anyway...
thanks