Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Cyclone III dev. board works inverse logic

Hi all;

I designed simple two-input "and" gate and connected the output of gate to a led. But led is working inverse. How can I solve this problem?

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I guess you connected the fpga output to LED cathode and Vcc to anode, so it lights up when output is low.

    The simplest solution is inverting the and gate result inside fpga.

    Otherwise you should connect the anode to the output and the cathode to ground, but I think this is not possible on your board. Moreover the common practice is driving loads with a current sink (then in an inverted way) rather than a current source, since output stages work more efficiently.