LED circuit issue with CPLD and Quartus
Hi all,
I'm trying to implementing under Quartus this simple LED circuit (based on two D flip-flops) using a +5V CPLD (EPM7032)
As you can see, there are only three signals inputs to the flip-flops :
-LED which can be fixed HIGH or LOW
-CLK1 that can be fixed HIGH or asserted (duration is 2.5us)
-CLK2 that can be fixed HIGH or asserted (duration is 2.5us)
When LED signal is low and CLK1 (or CLK2) is asserted the not negated output goes LOW activating the LED which start to blink (I use LEDs with built-in oscillator).
Well, the circuit works well with TTL gates (74LS74 or 74HC74) but when I implement it under Quartus 12.1it does not work well because, when the only CLK2 is asserted and LED2 blinks, also LED1 starts to blink.Here's the Quartus schematics :
Which could be the problem?Perhaps I have to turn off some of the Quartus compiler settings (like Auto Global Clock).Thanks in advance for any help or advice.