ainclanmx
New Contributor
5 years agocyclone IV program device error issue
Helo there
I have EP4CE6E22C8N Cyclone IV FPGA, Im programing with Quartus prime lite ver 20.0.1
In Quartus all work ok: program with basic OR gate, diagram, simulation (see image 1) & programing board.
But my FPGA dont do OR gate My board do AND gate.
To "fix" i set NOT gate in input1 & input2 and set NOT gate in Output (see image 2)
You know how to fix my board to avoid NOT gates???
Thanks
LEDs and pushbuttons are usually active low, so when you push both buttons, you're putting 00 into the OR gate, getting a 0 out, which lights the LED.