Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

what is the diff between Shift counter and Binary counter??

Status
Not open for further replies.

jay_ec_engg

Full Member level 3
Joined
Jun 19, 2004
Messages
155
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,296
Location
India
Activity points
1,581
What is the difference between shift counter and binary counter ???

How will it make difference in the HDL code ?
 

To see the difference, you can have a look at the following links

**broken link removed**
**broken link removed**
 

Re: what is the diff between Shift counter and Binary counte

jay_ec_engg said:
What is the difference between shift counter and binary counter ???

How will it make difference in the HDL code ?

See GOOGLE for "Johnson Counter"
 

the binary counter need more decode logic than shift counter,so that's why when coding state machine ,the suggested state code is one-hot, thus the decode logic is small,although many FF are usde , in FPGA FF is sufficient
you can see the difference from RTL level schematic

Added after 5 minutes:

you can read this book: verilog hdl synthesis, a practical primer by J.Bhasker
 

Re: what is the diff between Shift counter and Binary counte

Binary counters are considered as Asynchronous counter while Shift counters are Synchronous counters.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top