• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Digital Implementation
  3. Timing ECO steps

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 92
  • Views 16988
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Timing ECO steps

ErezBS
ErezBS over 12 years ago

Hi,

In my design (post route) i need to do some timing optimization eco.

mainly upsize some cells.

I will appriciate if you can write down the steps i need to do in order to do so.

I am guessing its: upsizing the cell, run incremental placement, run incremental routing? (what are the commands)

Thanks! 

 

  • Cancel
  • wally1
    wally1 over 12 years ago

    The flow is:

    1. ecoChangeCell to resize the cell. This will automically run refinePlace to legalize the placement.

    2. Run ecoRoute to perform incremental routing

    Hope this helps,

    Brian

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • fitz
    fitz over 12 years ago

    I have a problem similar to the OP.
    A fourth party signoff tool is reporting a few hundred  SI victim nets  that need a source drive strength boost .
    I can dbGet the driver instName and cell type easily enough with ...........................
    set netName <SI victim net> ; set inst [dbGet [dbGet -p [dbGet -p top.nets.name $netName].allTerms.isOutput 1].inst] ; Puts "Net: $netName, inst: [dbGet $inst.name], cell: [dbGet $inst.cell.name]" ;

    Unfortunately ecoChangeCell -inst <instname> -upsize  is simply switching VT's to a faster cell and not necessarily increasing the overall drive strength. ( possibly to maintain same footprint??? )
    The simple but tedious solution would be to ecoChangeCell -inst <instname> -cell <masterCellName+nextDrive>.
    But I did not want to have to manually look up and enter a few hundred  <masterCellName+nextDrive>.

    Does anyone know how to  [dbGet $inst.cell.name+nextDrive] ?????

    Shawn


    Note: i find the following the fastest for a ton of ecoChangeCell instructions.............................

    setEcoMode -refinePlace false
    setEcoMode -updateTiming false
    setEcoMode -honorFixedStatus false
    setEcoMode -batchMode true

    ecoChangeCell -upsize -inst AB_sequencer_inst/AB_SEQUENCER_SW_REGS_inst/FE_OFCC318979_sequence_memory_943 ;

    setEcoMode -batchMode false
    setEcoMode -reset
    refinePlace -wireLenOptEffort none -preserveRouting true -rmAffectedRouting false

    addFiller
    routeDesign

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information