Thanks
Attila
process(clk, reset)
if reset = 0 the q <= '0'
else if clk ...
if J and K = ... then q <= '1' elsif ...
Attila Csosz <acs...@mail.datanet.hu> wrote in message
ar3fqo$mko$1...@namru.matavnet.hu...
Thanks
AleCapo wrote:
> well Attila, if I understood correctly, it's not so hard to make a JK FF
> model.
I know ..
>
> process(clk, reset)
> if reset = 0 the q <= '0'
> else if clk ...
> if J and K = ... then q <= '1' elsif ...
>
>
>
>
> Attila Csosz wrote in message
> ar3fqo$mko$1...@namru.matavnet.hu...
"Attila Csosz" <acs...@mail.datanet.hu> wrote in message
news:ar3fqo$mko$1...@namru.matavnet.hu...