User1591865219705211
New Contributor
5 years agoWhat the problem is about the circuit?
Hello everyone.
I made a circuit like this.The Simulation is like this.
The TFF has triggered before the "Toggle" single rise up.
I use Quartus FPGA lite 18.1 and 19.1. The simulation is same.
I tried to program it to fpga dev board(EPM240T100C5N). The situation is also same.
I asked this problem to our school teachers.They also can't solve this problem.
I wanna know why the TFF is triggered to high before Clk and "test" signal at the start time.
So what the circuit problem is? Thank you.
Your input to the flip-flop is low because you're ANDing the high Toggle and the low Q_Bar, so the flip-flop doesn't toggle.
https://en.wikipedia.org/wiki/Flip-flop_(electronics)#T_flip-flop
#iwork4intel