Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- You hehe created a logic loop. Q depends on qbar, and q bar depends on q, so it gets in an infinite loop. Q and q bat styles not be linked. Also, you should be using the clk signal as a clock, bout a logic signal. --- Quote End --- so to design jk flip flop I need to use behaviour modeling. so I cannot write code by using data flow model.