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.

[Moved] 9-bit shift register Vs 3-bit counter. Which one has larger area?

Status
Not open for further replies.

alexpanrui

Newbie level 5
Newbie level 5
Joined
Oct 28, 2011
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Singapore, Singapore
Activity points
1,344
As mentioned in the title, which one has a larger area?

What I am intended to do is to use shift register as a counter. E.g. If I want to count 8 times of certain operation, a 9-bit shift register is used to shift a binary '1' from index 0 to index 8. The operation stops when '1' reaches index 8. I can also do it with a 3-bit counter. I am just wondering which implementation is more area effective. Thank you.
 

KlausST

Super Moderator
Staff member
Advanced Member level 7
Joined
Apr 17, 2014
Messages
23,525
Helped
4,761
Reputation
9,543
Reaction score
5,182
Trophy points
1,393
Activity points
156,068
Hi,

I´d say a 3 bit binary counter is more effective.

What device and software do you use?

Klaus
 

TrickyDicky

Advanced Member level 7
Advanced Member level 7
Joined
Jun 7, 2010
Messages
7,109
Helped
2,080
Reputation
4,179
Reaction score
2,045
Trophy points
1,393
Activity points
39,763
Why not build them both and find out?
Different chips have different resources, so results will differ across devices.
Shift register will be 9 registers and no logic. Counter will be 3 registers and some logic.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Top