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.

FSM rtl coding techniques for a pipelined datapath?

Status
Not open for further replies.

savour

Newbie level 6
Joined
Sep 7, 2008
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,359
fsm, pipelining

I am looking for a book or papers that describe systematic rtl coding techniques to design an FSM for a pipelined datapath. I am looking for actual examples that focus on designing and coding of an FSM for a pipelined datapath.

For example:
Techniques to ease coding and minimize the chance of an error.
Techniques and strategies how to deal with pending memory read-writes in case of a pipeline stall, etc.

I am waiting for your suggestions.
Many thanks
Savour
 

Many thanks pmat, but i am looking for coding styles and techniques specially for designing FSMs for a pipelined datapath that also includes memories (SRAMs).
 

pipelined datapath that also includes memories?
 

I mean that the data are fetched from local SRAM memories to the datapath.
 

if sram is synchronous , cen signal which is linked to sram_cen pin must be combined generation using next level stop signal and this level's chip enable signal.
for example:
sram_cen = level1_stop || level0_cen;

maybe this is useful for u.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top