|
- Useful dbGet One-Liners - Cadence Design Systems
dbGet [dbGet -p2 top insts cell name cellName] name Get the size of a cell in the library, but not necessarily in the current design: (Rob Lipsey) dbGet [dbGetCellByName cellName] size I'm sure there are many more useful dbGet dbSet one-liners out there; let's hear yours! Please post in the comments some of the dbGet lines that you have come up
- How to understand the nomenclature of dbGet commands?
How to get what object attribute information you want through dbget option? (1) dbGet [-p num ] if you specify -p [num], the software traverses "num" levels back through the specified objects pointer
- A dbGet Code Example - Digital Design - Cadence Blogs - Cadence Community
dbSet [dbGet -p selected] pStatus fixed While this is a good example of using dbGet selected and selectInst, as well as a good visual way to make sure I'm grabbing the cells I want, I realized it wasn't the most efficient code
- Getting Started with dbGet - Cadence Design Systems
> dbGet top ? > topCell: fPlan hInst insts name nets numBidirs numInputs numInsts numNets numPhysInsts numPhysNets numTerms objType pgTerms physInsts physNets props statusClockSynthesized statusGRouted statusIoPlaced statusPlaced statusPowerAnalyzed statusRCExtracted statusRouted statusScanOpted terms Cool, lots of stuff to play with here!
- dbGet options - Digital Implementation - Cadence Technology Forums . . .
Could anyone please explain the usage of dbGet options? eg how pattern matching works in dbGet -p option dbGet -help just shows the options man dbGet doesnt
- How to grap modules name - Digital Implementation - Cadence Technology . . .
I‘d like to split a design into several modules and highlight them separately, but I don't know how to use dbGet to capture the name of the modules , and the software I use is innovus (21)
- Encounter How-To: Selecting Objects By Pointer With dbGet And . . .
One item in particular that was helpful was understanding how to select objects by pointer with dbGet In this post, I'll explain the basics of object selection by type with existing mechanisms in Encounter, and then show how you would use dbSelectObj in conjunction with dbGet to select objects by criteria and pointer
- Listing All Modules And Blocks In Innovus Using dbGet.
Hello , I am working on a project with node 28nm I would like to list all the modules (soft macros) and Blocks (Hard Macros) Using dbGet Can Anyone help
|
|
|