Max delay and Min delay on same data path

Hello, 
I am trying to set up timing constraints (both max and min delay) on a data path between two combinatorial elements. 
I use set_max_delay -from [get_pins pin name] -to [get_pins pin name] 6 -datapath_only 
        set_min_delay -from [get_pins pin name] -to [get_pins pin name] 4 
I checked the timing report and I see that the max_delay constraint is satisfied but the min_delay is not.What can be the reason behind this? 
Also, when i comment out the first line (max_delay constraint), I see that min_delay constraint is satisfied. 
Can't a datapath have both max and min delay constraints?
Any help will be really appreciated. 
Thanks! 
-Kamath 

Be very careful about trying to set max/min delays on a portion of a path (i.e. not from a valid startpoint to a valid endpoint). Doing so is called path segmentation. When you do so, the max/min delay gets applied to the portion of the path you specified, but the rest of the path (between the startpoint and the set_max_delay -from and from the set_max_delay -to to the endpoint) are no longer constrained at all.
There are extremely few reasons to want to do this. I second the question "Why do you want to do this?"
That being said, you can set both a max and min delay on the same path (or path segment, if you insist on segmenting the path). The set_max_delay overrides the setup requirement, and the set_min_delay overrides the hold requirement. If the two values are too close together the tools will not be able to satisfy both; all timing checks are done at both process corners (max PVT and min PVT) - the ratio from max to min is generally around 3:1, so if the set_max_delay is less than 3x the set_min_delay the tools will be unable to satisfy both (due to real, physical limitations).
Avrum

Similar Messages

  • HT1766 I have lost my contacts but my husbands phone and mine are on same itunes account how can I transfer his contacts to my phone?

    I have lost my contacts but my husbands phone and mine are on same itunes account how can I transfer his contacts to my phone?

    Thank you for that.
    I do have contacts in Windows Live Mail but still can't find Windows contacts where you said, I have:
    Sorry about the text size, but I think you can see what I have.
    Thank you for your help so far, I just need to make sure its definitely gone before I give up!

  • SQL Query to find SUM elimating MAX n and MIN n values

    Dear Gurus,
    I am currently looking for a query which will provide the sum of a column eliminating the MAX n and MIN n values.
    For Example,
    If I have 7 values, and if n = 2, then the sum would be (23+26+36), if n = 1 then sum (14+23+26+36+39) and n will be always lesser than total no of values / 2.
    12
    14
    23
    26
    36
    39
    45
    Note: working in oracle 10g version

    try this
    with t as
    (select 12 col from dual union all
    select  14  col from dual union all
    select  23  col from dual union all
    select  26  col from dual union all
    select  36  col from dual union all
    select  39  col from dual union all
    select  45  col from dual
    select sum(col) from
      select col,rn from
        (select col, rownum rn from  (select col from t order by col))
      where rn > (select &n from dual) and rn <= (select count(*) from t) - &n
    )also
    with t as
    (select 12 col from dual union all
    select  14  col from dual union all
    select  2  col from dual union all
    select  26  col from dual union all
    select  36  col from dual union all
    select  3  col from dual union all
    select  4  col from dual
    select sum(col) from
      select col
        , row_number() over (order by col) rn
      from t
    where rn > (select &n from dual) and rn <= (select count(*) from t) - &nEdited by: AlexAnd on Apr 27, 2011 12:37 AM

  • Are thuderbolt port and mini display port same?

    mjfiuiu

    Welcome to the Apple Support Communities
    Mini DisplayPort and Thunderbolt use the same port, but they are not the same. Mini DisplayPort supports only audio (in some computers) and video, and Thunderbolt supports audio, video and high speed data transfer, so you can find Thunderbolt in the Thunderbolt Display and some external drives for Macs with Thunderbolt ports. Also, Mini DisplayPort cables and adapters are completely compatible with Thunderbolt, but Thunderbolt cables and adapters aren't compatible with Mini DisplayPort

  • Header Information Including a Max(FieldN) and then Pulling the field(Date) When Max Occurred

    Post Author: Skyeyes
    CA Forum: General
    Can anyone assist us as we have several columns we are displaying. One column called FieldN we gather the MAX from the column and want to place the Max(FieldN) in the header--this works.  Also next to FieldN where it is MAX we want to pull the field(Date) that MAX happened.  When we do the formula, it pulls the first date in the list, not of the MAX.
    MAX(FieldN)  & (Date)
    Any ideas would be helpful.  Thanks.

    Post Author: yangster
    CA Forum: General
    Give this a trystringvar fieldNDate := totext(FieldN)&totext(DATE);stringvar maxDate := nthlargest(1, fieldNDate);stringvar Datedisplay := right(maxDate, 6);so essentially you are trying to find the max date associated with the max fieldNthe nthlargest will find you the largest fieldN and its associated date since there could be multiple dates associated with the max fieldN fieldthe last string is just to strip the field and display only the datethis should work out you might have to tinker with the right to get your formatting.

  • TC oldest and latest backups are same date--won't backup current date

    My oldest and latest backups are the same date (21DEC10) --when I enter TC--the only backup I have is for 21DEC--help!

    UPDATE: After quite a few attempts, I concluded there is an issue in SL with TM backups to a password protected Airport Disk, so I reverted to using the Airport password.
    What was odd during all of this is that when I was using a disk password, I could mount the disk (and the sparse images) from both my iMac and my UMBP, and TM would work from the UMBP but not the iMac. This was despite my deleting the TM plist, restarting, disconnecting the disk from the Airport extreme.
    When I reverted back to using the Airport password, I did it from the iMac. TM then worked fine from there, but not the UMBP. It took a combination of restarts, selecting None as the TM disk, and I don't remember what else to get the UMBP backing up again.
    So, in my case at least, the Mac that changed the PW type worked fine, the other one either never worked or required hoops to work. Other than that, kind of lost, but I do have it working at least.

  • Same field on Header and Item level with same data

    Hi Experts,
    I want enter value in WEB UI Header level Screen filed and the same value I have to see in same filed which has added to item level WEB UI Screen. Is Same field on Header and Item with data copying functionality supports by the CRM WEB UI?
    Thanks in Advance
    Edited by: sakthidharan acc on Jan 31, 2012 10:25 AM

    Hi Leon,
    can you please explain me how can i read the value of parent entity and make it appear at the item level?
    Please help me in this regard
    Its urgent.
    Iam the beginner , so that is the reason iam asking many questions , please help me
    Thanks and Regards,
    Sak

  • Nano and Mini on the same computer

    Can Nano and a mini co-exist on the same computer? My son got a Nano for christmas and installed it under his ID on the computer (XP). Now my i-Tunes doesn't recognize my i-Pod mini. Anyone have a solution?
    Thanks,
    RT

    Read these:
    How to use multiple iPods with one computer:
    http://docs.info.apple.com/article.html?artnum=300432
    iTunes: How to share music between different accounts on a single computer:
    http://docs.info.apple.com/article.html?artnum=93195
    Updating More than 1 IPOD on Computer –
    http://docs.info.apple.com/article.html?artnum=61675

  • Single and  Multiple Records On Same Data Block?

    Hi all,
    Im using forms 6i with db 9i.
    Im having a nested table which contains a column of datatype TYPE(table of varchar2(100)).
    Now i want to create a data block based on the nested table.
    So, I want only one column should be multirecord in the block.
    When i set the block level NO OF RECORDS PROPERTY to multiple, then all the items in the block getting changed as
    multi records.
    Is that possible to have multirecord for a particular field OR how to fix this issue?
    Regards
    Sankar MN
    Edited by: SankarMCA on Oct 17, 2010 9:55 PM

    Hi Baiq,
    Thanks for your responses. I moved the multirecord item into a separate block(control block) and it worked.
    But still im having a doubt regarding this.
    How can we map a db column which has datatype of TYPE(Collection) to a particular item in forms?
    Because when i try to create a new datablock based on that table im not able to move that collection column from
    the available columns to database items in the datablock wizard. It seems like disabled and tree node structure and
    im not able to select the same.
    Next thing, Even though we assigned those column manually, How the commit_form save that multirecord column
    with multiple values?
    So kindly let me know how to solve this case if possible.
    Regards
    Sankar MN
    Edited by: SankarMCA on Oct 18, 2010 7:14 AM

  • To processa huge data with good speed and also paint the same data!

    In my project genebrowser in which i am plotting gene, snp, and various other map, I am teking input as a flat file and also page is dynamic like user can change the coordinate view that he wants to see.
    1. We have to plot GC percentage after reading the file and this GC % data is of around 10-15 MB size.How to manage this?"
    2. due to plotting this huge data the painting of components get very slow.how to manage this?

    If you use SS2008 and onward take a look at table valued parameter
    create table myTable (col1 int, col2 datetime, col3 varchar(max))
    go
    create type myTableType as table (col1 int, col2 datetime, col3 varchar(max))
    go
    create procedure up_myTable_insertFromTable 
      @myTableData myTableType readonly
    as
      insert into myTable (col1, col2, col3 )
      select col1, col2, col3 
        from @myTableData 
    go
    declare @myTable myTableType
    insert into @myTable values(1, getdate(), 'Table Valued Parameters are great')
    exec up_myTable_insertFromTable @myTable
    The stored procedure parameter has to be READONLY. 
    This means that you cannot modify it within the stored procedure. 
    You can only modify it in the scope it was created. i.e.
     If you created a table type variable in your procedure you can modify the data in it, 
    however if you pass that to another procedure that other procedure cannot modify it as it wasn't create 
    in the scope of that procedure.
    Otherwise
    1 /*
        2 Here is the string that we need to split
        3 */
        4 DECLARE @str VARCHAR(100)
        5 SET @str = '0001,0002,0003,0004,0005'
        6 
        7 /*
        8 I am converting the string to an XML structure by 
        9 inserting XML tags.
       10 */
       11 DECLARE @x XML 
       12 SET @x = '<i>' + REPLACE(@str, ',', '</i><i>') + '</i>'
       13 
       14 /*
       15 Now we can apply XQuery to return a result set
       16 */
       17 SELECT x.i.value('.', 'VARCHAR(4)') AS Item
       18     FROM @x.nodes('//i') x(i)
       19 
       20 /*
       21 Item
       22 ----
       23 0001
       24 0002
       25 0003
       26 0004
       27 0005
       28 
       29 (5 row(s) affected)
       30 */
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Displaying actual Max and Min in the report header problem...

    Hi guys,
    I have the following problem.
    1. I have a multi select prompt where you pick 2 years.
    2. I have the following columns. Year, Month, Exp, calc YEAR (max), calc year (min)
    3. I need to get the max and min month across all rows. So far I've tried MAX, MIN, RMAX, and RMIN without success. However, it's not picking them along all rows. For example,
    2001 1 100050 2001 2001
    2002 1 244005 2002 2002
    I'm sure this has to do something with my aggregation in the calculated column, but not quite sure where exactly.

    do max(max(year)) and min(min(year))
    :)

  • Error while adding a second template to the same data definition

    Hi,
    I am quite new to XML Publisher. I am developing a report using XML Publisher.
    I have added one template to the Data Definition. When I tried to add another Template(with different name as previous, to the same concurrent program and application) to the same Data Definition I am getting the following error.
    Error: You entered a duplicate template entry. Please change the Name, Code and/or Application and reapply.
    Can anyone help me out solving this problem. I am reaching my deadline. Please suggest me what can be done.
    Regards,
    Sita

    Hi
    Try to change the Template code name also and then check it.
    Thanks
    Sudheer

  • What's the difference between Mini DisplayPort and Mini DVI?

    I've got a two month old unibody MBP. I want to connect it to my TV with an HDMI cable and therefore I need an adapter cable.
    I've searched online and found Mini DVI to HMDI cables and they have the same symbol on them as the port on my mac, but the specs for my mac call the port a Mini DisplayPort.
    Is Mini DVI and Mini DisplayPort the same thing?

    The icon that appears beside the port indicates "video out", not any particular kind of port that can be used for that purpose. Apple has used at least six different ports to provide video out on notebook Macs in the last several years: S-Video, VGA, mini-VGA, DVI (and dual-link DVI), mini-DVI, and mini-Displayport. I believe the same icon appears beside all of them, but the ports and plugs don't look alike.

  • Blog Post List - same date posts under one date listing (javascript?)

    Hello,
    I have six blogs set up for a website. I have the blogs summaries appearing on the home page and in the individual blog index sections. 
    I would like all blog summaries (with the same date) to appear under one date entry and not repeat the same date for each item. Tech Support says this is possible with javascript (as is most things it seems), but I do not know javascript.
    Please see example of Oct 15 on link below
    Can anyone help me out with some code or other recommendation for this?
    home page here - http://mortgageregscom.businesscatalyst.com/index.htm
    Individual blog example here - http://mortgageregscom.businesscatalyst.com/CFPB
    Thanks for your help!
    Lisa

    Just checking again to see if anyone has any ideas for my issue with blog post dates.
    Thanks in advance for your help!

  • How can i write max and min data online during acquisition

    Hello,
    I am not keen with programming and your help will be greatly appreciated.
    I make temperature acquisition from an IR camera and I record online 38 different spots at a frequency of 10 samples/min.
    I also record two temperatures from thermocouples at the same sampling rate.
    I would like to make the acquisition during 5 sec every 20 sec and extract the max and min temperature from the thermocouples and write these values in a text file like show below :
    Temp_max 5 sec 22.1
    Temp_min 5 sec 2.1
    Temp_max 10 sec 42.1
    Temp_min 10 sec 4.1
    Temp_max 15 sec 82.1
    Temp_min 15 sec 6.1
    I also would like to make the same with two or three different spots of the IR camera. I think that if I have a good solution for the thermocouple, I can make it for the camera.
    I use LabView 8.2 with NIDaqmx acquisition.
    Thank you in advance

    Hello Evrem,
    Thank you for your advice. In fact, I have already attended to the training course you mentioned. I should think about going to the module Basic II. I do not have problem to connect/pilot various type of instruments but I am not very efficient with loop and arrays !
    I am fine with the data acquisition and the timing and I can sort data during 5 sec with "Array max & min". Then, I can display all data. What I have problem to do is to extract the max & min from the array, keep these 2 values for being writtten in a file at the end of my loop and start again during the next 5-sec cycle. At present, I only have the last max & min results from the last acquisition !
    Any example of how recording max & min online during 5-sec cycle acquisition will be welcome.
    Best regards,
    Labdummy

Maybe you are looking for

  • How to make a single row as editable in a table view?

    Hello Friends, As per the requirement,i have created a new table view with table row level actions. But I am able to achieve the delete functionality. But for edit action, if i lock the corresponding entity also it is not becoming as edit. Let me kno

  • HP Officejet 6500 E709a Printer - Wireless Networking Problem

    Hello, I hope you can help me with networking my Officejet 6500 printer.  I tried connecting it to my Dishnet wireless router via the USB connection.  There is a Netgear N300 wireless router connected to the Dishnet router.  I am running Windows 7 Ho

  • How to Change IP Address in an Oracle 11g Fusion middleware environments

    Hi, We are changing server IP address. Not sure if I need to update any configuration files etc for the new IP address of the host. Can you please help on this We have following 11g Fusion middleware comonents installed on the server: Weblogic 10.3.3

  • DAQmx has static readings on some channels

    Hi, I'm writing a LabVIEW 2010 SP1 program for monitoring and recording and it records voltage readings from some sensors through a pair of USB6008s. I have it set to doing continuous sampling at 250 Hz for noise reasons and with a buffer size of 25

  • EVB3 has been raptured

    I don't know what's going on with my set up lately. Tons of crashes and Logic is generally misbehaving! The latest is the case of the missing organ! The EVB3 seems to be missing. The interface will load up I can manipulate all the controls or load an