Guest
#4104377
This is my first post so hello to all! I'm just starting with fpga programming. I bought a cheap dev board from ebay: http://www.ebay.com/itm/Development-Board-ALTERA-FPGA-1pc-Mini-System-CycloneII-EP2C5T144-Learning-Board-/400630255386?pt=LH_DefaultDomain_15&hash=item5d476c8f1a As an initial test I wanted to see if I can get the leds light up. I don't have board description so based on the wiring the leds are probably connected to 3 of the first 10 pins somewhere. So I wrote code to set these pins to 1 but they don't work. I tried with 0 too maybe if the leds are active low. Output levels are set to LVTTL, as I see from the wiring all IO blocks get 3.3V. I supply it from 6V instead of 5 but that's not a problem as the stabilizer can handle it. JTAG threw me a "chain broken" message so I use AS mode. Tried restarting the board after programming. I use a chinese USB blaster with the newest 64bit win7 drivers and Quartus 6. Does anyone have some ideas where might the problem be? Thanks!