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.

Designing controller with few counters for FSM

Status
Not open for further replies.

popa

Junior Member level 2
Joined
Aug 30, 2008
Messages
20
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,402
hi,
I want to design controller with few counters (for addresses ,size ,etc').
is it better to design:
1. each counter as an independent module connected to FSM.
2. write the counters (or part of them ) inside my FSM?
thanks.
 

FSM?

please more clear about ur specification of the design

Regards
Deepak
 

Re: FSM?

Hi,
it is best (according to my view) to separate control(FSM) and
datapath (counters, adders, comparators etc.). So, i think that
it would be better if you just used control signals in your FSM to
control the counter's operation as startCouter, stopCounter etc and
not increment and decrement the counter inside the FSM.

Cheers,
Pavlos
 

Re: FSM?

popa said:
hi,
2. write the counters (or part of them ) inside my FSM?
thanks.

This variant is better for simple tasks (such as controlling of counters, etc) because it describes behavior of component in a whole. Besides its more readable. If you have complicated module which must be controlled by your FSM then first variant is preferred.
 

Re: FSM?

keep datapath and control path separate, so that you can achive max freq, and more flexi design
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top