what is the most ffs we used in our design, DFFs or JKFFs?

Status
Not open for further replies.

drizzle

Member level 3
Joined
Jun 7, 2006
Messages
56
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,286
Activity points
1,667
hello all

now i wonder to design an asyn counter, but i have no idea about which FFs should i choose to constructed the circuit.

in my opinion, DFFs are the unique cases in JKFFs

anybody can give me some advise.

regards
drizzle
 

Re: what is the most ffs we used in our design, DFFs or JKFF

D flop-flop is used in VHDL and Verilog RTL widely.
 

Re: what is the most ffs we used in our design, DFFs or JKFF

uday_das said:
D flop-flop is used in VHDL and Verilog RTL widely.


why?
can u expand it more?
 

Re: what is the most ffs we used in our design, DFFs or JKFF

When writing RTL code we can use any type of flip-flop that suits the logic being designed. But when it comes to RTL implementation of the code, the synthesis tool only uses D-FFs and variants of D-FFs. This is because D-FFs are universal and we can implement other FFs using D-FFs. Moreover, D-FFs do not have indeterminate states like JK and RS. I also think D-FFs take up lesser silicon area than other FFS and timing is better in case of D-FFs.
 

    drizzle

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…