Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - Use Multi-cycle Path or Pipeline?

 
Thread Tools Search this Thread
Old 01-08-2007, 02:08 AM   #1
Default Use Multi-cycle Path or Pipeline?


Hi all,

In normal design we'd like to pipeline large comb logic to pipelined
design. But I heard there is Multi-cycle Path and need more complex
control logic.

I have some questions according to it.
1. Is most design style don't recommend Multi-cycle Path?
2. Can I change all Multi-cycle Path to Pipelined Path?
3. Can I change all Pipelined Path to Multi-cycle Path?
4. In what circumstance shall we need Multi-cycle Path?

Any recommending reading material is welcome!

Best regards,
Davy



Davy
  Reply With Quote
Old 01-08-2007, 05:45 AM   #2
kayrock66@yahoo.com
 
Posts: n/a
Default Re: Use Multi-cycle Path or Pipeline?
Hi Davy,

Read answers below...

Davy wrote:
> Hi all,
>
> In normal design we'd like to pipeline large comb logic to pipelined
> design. But I heard there is Multi-cycle Path and need more complex
> control logic.
>
> I have some questions according to it.
> 1. Is most design style don't recommend Multi-cycle Path?


In general it isn't recommended to use multi-cycle path. You end up
having to manually tell the timing check part of the tools the explicit
places that you are planning to violate typical synchronous design
style.

> 2. Can I change all Multi-cycle Path to Pipelined Path?


No, most of paths but not all.

> 3. Can I change all Pipelined Path to Multi-cycle Path?


Yes, but why?

> 4. In what circumstance shall we need Multi-cycle Path?


When you have a indivisible chunk of logic, such as a hard macro that
can't be pipelined further.
>
> Any recommending reading material is welcome!


Not off hand. The moral of this story is pipeline when you can,
multi-cycle when you must.
>
> Best regards,
> Davy




kayrock66@yahoo.com
  Reply With Quote
Old 01-08-2007, 05:45 AM   #3
Mike Treseler
 
Posts: n/a
Default Re: Use Multi-cycle Path or Pipeline?
Davy wrote:

> I have some questions according to it.
> 1. Is most design style don't recommend Multi-cycle Path?


I don't design using multi-cycle paths,
nor have I (so far) had to include one in a design.

> 2. Can I change all Multi-cycle Path to Pipelined Path?


I prefer to design single-cycle
logic in the first place.
I'd rather create a synchronous clock enable
than keep track of a path constraint for
the life of the design.

> 3. Can I change all Pipelined Path to Multi-cycle Path?
> 4. In what circumstance shall we need Multi-cycle Path?


Multi-cycle is an odd timing spec that I happen to know.
It's not something I need, it's a less than
perfect (but adequate) circuit that I can either fix
or tolerate by using a constraint.

-- Mike Treseler


Mike Treseler
  Reply With Quote
Old 01-08-2007, 09:56 AM   #4
Hans
 
Posts: n/a
Default Re: Use Multi-cycle Path or Pipeline?

"Davy" <> wrote in message
news: oups.com...
> Hi all,
>
> In normal design we'd like to pipeline large comb logic to pipelined
> design. But I heard there is Multi-cycle Path and need more complex
> control logic.


The only logic required is to tell when the output is valid. This can for
example be a simple counter/shift register/fsm etc controlling a FF enable
pin.

>
> I have some questions according to it.
> 1. Is most design style don't recommend Multi-cycle Path?


It has nothing to do with recommendations, it is a design issue. If you have
a large combinatorial block and the output is not required every clock cycle
then why pipeline it? Adding an MCP constraint is much quicker and might
also helps your backend tool meeting timing.

> 2. Can I change all Multi-cycle Path to Pipelined Path?


without any further details, yes.

> 3. Can I change all Pipelined Path to Multi-cycle Path?


without any further details, yes.

> 4. In what circumstance shall we need Multi-cycle Path?


As above, also if you use the enable input of a FF then you might already
have a MCP and not be aware of it

>
> Any recommending reading material is welcome!


I would suggest the Design compiler reference manual (you can find this on
the web) which has some example of MCP's, also have a look at
http://www.fishtail-da.com/

Hans
www.ht-lab.com


>
> Best regards,
> Davy
>





Hans
  Reply With Quote
Old 01-08-2007, 12:41 PM   #5
Jerome
 
Posts: n/a
Default Re: Use Multi-cycle Path or Pipeline?


Davy a écrit :
> Hi all,
>
> In normal design we'd like to pipeline large comb logic to pipelined
> design. But I heard there is Multi-cycle Path and need more complex
> control logic.
>
> I have some questions according to it.
> 1. Is most design style don't recommend Multi-cycle Path?

No, there is no such recommendation.
> 2. Can I change all Multi-cycle Path to Pipelined Path?
> 3. Can I change all Pipelined Path to Multi-cycle Path?
> 4. In what circumstance shall we need Multi-cycle Path?

For the previous points perhaps, but you really have to describe your
design as it is.
For example, a configuration register, going in logic using the same
clock, is a real multicycle path.
>
> Any recommending reading material is welcome!
>
> Best regards,
> Davy
>



Jerome
  Reply With Quote
Old 01-08-2007, 03:30 PM   #6
Mike Treseler
 
Posts: n/a
Default Re: Use Multi-cycle Path or Pipeline?
Hans wrote:

> As above, also if you use the enable input of a FF then you might already
> have a MCP and not be aware of it


Yes, and synthesis can most often arrange
to meet single cycle timing in this case.
I don't *need* to think about timing constraints
unless static timing fails.

If such a path were to fail,
and I happen to know for *sure*
that good data is never needed on
the first tick, then I have a choice.
I can add a constraint or change the design.
This is a matter of style unless my device is full.

-- Mike Treseler


Mike Treseler
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
javascript relative path to load xml file torontodesi Software 2 02-26-2009 01:13 PM
"src" path changing automatically?? lisaj Software 0 04-03-2008 11:36 AM
how to upload a folder path??? chinna Software 0 10-03-2006 11:47 AM
Multi region / multi format players br2001@webtv.net DVD Video 3 07-06-2006 01:32 PM
- Multi Disc DVD Player - Recommendations? Ken Coghill, WB4ZOH DVD Video 1 02-22-2005 02:24 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46