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

Reply

VHDL - Fanout Delay?

 
Thread Tools Search this Thread
Old 11-02-2004, 06:04 PM   #1
Default Fanout Delay?


Hello

Here is part of the timing constraints output for my design:


Timing constraint: Default OFFSET IN BEFORE for Clock 'mst_clk'
Offset: 9.162ns (Levels of Logic = 2)
Source: mst_rst
Destination: idsel_ff_Mtrien_q
Destination Clock: mst_clk rising

Data Path: mst_rst to idsel_ff_Mtrien_q
Gate Net
Cell:in->out fanout Delay Delay Logical Name (Net Name)
---------------------------------------- ------------
IBUF:I->O 13 0.797 2.000 mst_rst_IBUF (mst_rst_IBUF)
LUT1:I0->O 89 0.468 5.320 I_INV_mst_rst (N493)
FDPRE 0.577 idsel_ff_Mtrien_q
----------------------------------------
Total 9.162ns (1.842ns logic, 7.320ns route)
(20.1% logic, 79.9% route)


mst_rst is an asychronus reset for the whole system. And idsel_ff is a flip
flop, which has a asynchronus reset and a synchronus output enable.

If the reset is asynchrnous then how come it is associated with the rising
edge of the clock? And is the reason for the large time of 9.162ns due to
the high fanout?

Are there any techniques for dealing with fanout times (other than place and
route)?

TIA




Jim
  Reply With Quote
Old 11-03-2004, 06:58 PM   #2
rickman
 
Posts: n/a
Default Re: Fanout Delay?
Jim wrote:
>
> Hello
>
> Here is part of the timing constraints output for my design:
>
> Timing constraint: Default OFFSET IN BEFORE for Clock 'mst_clk'
> Offset: 9.162ns (Levels of Logic = 2)
> Source: mst_rst
> Destination: idsel_ff_Mtrien_q
> Destination Clock: mst_clk rising
>
> Data Path: mst_rst to idsel_ff_Mtrien_q
> Gate Net
> Cell:in->out fanout Delay Delay Logical Name (Net Name)
> ---------------------------------------- ------------
> IBUF:I->O 13 0.797 2.000 mst_rst_IBUF (mst_rst_IBUF)
> LUT1:I0->O 89 0.468 5.320 I_INV_mst_rst (N493)
> FDPRE 0.577 idsel_ff_Mtrien_q
> ----------------------------------------
> Total 9.162ns (1.842ns logic, 7.320ns route)
> (20.1% logic, 79.9% route)
>
> mst_rst is an asychronus reset for the whole system. And idsel_ff is a flip
> flop, which has a asynchronus reset and a synchronus output enable.
>
> If the reset is asynchrnous then how come it is associated with the rising
> edge of the clock? And is the reason for the large time of 9.162ns due to
> the high fanout?
>
> Are there any techniques for dealing with fanout times (other than place and
> route)?


I am not sure what you are looking for. The info above is telling you
the amount of setup time you need for the reset signal relative to the
rising edge of the clock on the FF. It does not include the delay for
the clock from pin to FF which will reduce your extermal pin to pin
setup time (so you need to know the min clock routing delay, not the
max; or treat this as zero). The async reset must be released some
point prior to a clock edge to be sure the FF will then operate
correctly. If you don't care about all the FFs being released on the
same clock edge, then this time is not useful.

--

Rick "rickman" Collins


Ignore the reply address. To email me use the above address with the XY
removed.

Arius - A Signal Processing Solutions Company
Specializing in DSP and FPGA design URL http://www.arius.com
4 King Ave 301-682-7772 Voice
Frederick, MD 21701-3110 301-682-7666 FAX


rickman
  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
loop according to the delay kavidream24 Software 0 12-23-2008 02:18 AM
Toshiba to delay HD DVD player launch Allan DVD Video 12 12-27-2005 03:45 PM
Toshiba hints at HD DVD launch delay. Allan DVD Video 3 09-02-2005 03:32 AM
Bush administration will delay major assaults until after U.S. elections jasmine DVD Video 9 10-14-2004 12:30 AM
Disney Treasures 3 Delay: Tin Can Alley. Scot Gardner DVD Video 0 11-16-2003 11:56 PM




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