Log In
|
Register
|
Resource Library
|
Worldwide
Asia-Pacific
|
China
|
EMEA
|
India
|
Israel
|
Japan
|
Korea
|
Taiwan
|
Global Office Locator
Solutions
Products
Services
Support & Training
Alliances
Community
About Cadence
Solutions:
Design IP
Mixed-Signal
Low-Power
Advanced Node
3D-IC
Enterprise Verification
Hosted Design
System Development Suite
Solutions Home
Products for:
System Design and Verification
Functional Verification
Logic Design
Digital Implementation
Custom IC Design
RF Design
PCB Design
IC Packaging and SiP Design
Manufacturability Signoff
More Products
OrCAD Products
Sigrity Technologies
Design IP
Verification IP
IP Catalog
Products A-Z
Products Home
Capabilities and Practices
Methodology Services
Design Services
DFM Services
Educational Services
Programs
SOI Design Hub
Services Home
Support
Support Offerings
Support Process
Cadence Online Support
Software Downloads
Computing Platform Support
University Software Program
Training
Training Options
Training Course Catalogs
Support & Training Home
Programs and Initiatives
System Realization Alliance
Foundry Program
ChipEstimate.com - Chip Planning Portal
Connections Program
Verification Alliance Program
Channel Partner (VARs) Program
Power Forward Initiative
Standards and Languages
PCB Service Bureaus
Industry Memberships
Alliances Home
Communities
Industry Insights Blog
Low Power Blog
Mixed-Signal Design Blog
System Design and Verification
Cadence IP Blog
Functional Verification
Logic Design
Digital Implementation
Custom IC Design
RF Design
PCB Design
IC Packaging and SiP Design
Quicklinks
All Blogs
All Forums
Community Search
CDNLive User Conferences
Community Home
EDA Vision
Visit the EDA360 microsite
News and Events:
Newsroom
Events and Webinars
Resources:
Customer Success
Newsletters
Publications
Multimedia Center
Logos
Company Info:
Investor Relations
Executive Team
Careers
Contact Us
About Cadence Home
Home
>
Community
>
Tags
> EDI/dbGet
Login with a Cadence account.
Not a member yet?
Create a permanent login account to make interactions with Cadence more conveniennt.
Register
|
Membership benefits
Get email delivery of the Cadence blog (individual posts).
Industry Insights
Low Power
Mixed-Signal Design
System Design
and Verification
Cadence IP Blog
Functional Verification
Logic Design
Digital Implementation
Custom IC Design
RF Design
PCB Design
IC Packaging and SiP Design
Manufacturability Signoff
All Blog Categories
Popular Tags
Allegro
Analog
ARM
cadence
DAC
Digital Implementation
e
EDA360
encounter
ESL
functional verification
Incisive
industry insights
Low power
Mixed-Signal
OVM
PCB
PCB design
Specman
System Design and Verification
SystemC
TLM
UVM
Verification
Virtuoso
Browse All Tags
Email
*
Required Fields
Recipients email
*
(separate multiple addresses with commas)
Your name
*
Your email
*
Message
*
Send yourself a copy
Share
Twitter
Facebook
LinkedIn
Google+
Subscribe
RSS
Cadence RSS Feeds
Cadence Press Releases
System Design and Verification Blog
Functional Verification Blog
Digital Implementation Blog
Custom IC Design Blog
RF Design Blog
PCB Design Blog
IC Packaging and SiP Design Blog
Manufacturability Signoff Blog
All Blogs
System Design and Verification Forum
Functional Verification Forum
Digital Implementation Forum
Custom IC Design Forum
Custom IC SKILL Forum
Logic Design Forum
RF Design Forum
PCB Design Forum
PCB SKILL Forum
IC Packaging and SiP Design Forum
Manufacturability Signoff Forum
Intro copy of the newsletter section here, some intro copy of the newsletter. Instruction of how to subscribe to this newsletter.
Contact Us
Cadence Contacts
Community Relations
Customer Support
Employment
Investor Relations
Media Relations
Training
Global Office Locator
Find Offices worldwide
»
Sales Inquiry
Request for Product information
»
Cadence Channel Partners
»
Corporate Headquarters
Cadence Design Systems, Inc.
2655 Seely Avenue
San Jose, CA 95134
Phone: 408.943.1234
*
Required Fields
First Name
*
Last Name
*
Email
*
Company / Institution
*
Comments:
*
Send Yourself A Copy
EDI,dbGet
"db access"
Console output
dbAccess Term FTerm documentation SoCEncounter
dbCommands
dbGet dbSelectObj
dbGet encounter digital implementation
DEF
Digital Implementaion
Digital Implementation
Dwyer
ecounter
encounter
Encounter Digital Implementation
Encounter digital Implementation system
Encounter scripts
expression-based matching
FloorPlanning
IC design
NetLen
pin geometry
placeDesign
placeDesign encounter
Placement info
redirect
routing blockage
scripting
TCL
write nets to file
How to report cells from window x1 y1 x2 y2
Hi All, I want write a script to get below things with dbGet commands. How do I give coordinates to dbGet command for the following. 1. I want to get cell count from window x1 y1 x2 y2. it should report count for sequential, inverter, buffer, other combinational cells with cell name. 2. I want to get...
Posted to
Digital Implementation
(Forum)
by
gpremala
on Fri, Sep 21 2012
How to select Power nets
HI all, How do we select power net in the hard macro actually i am able to do selectNet on signal net but when i do the same for the power net which are my blk powerstraps but they are not selected Is there any way we can select power net which can later used for editing purpose. regards
Posted to
Digital Implementation
(Forum)
by
Anuragjn
on Thu, Aug 30 2012
How to enable flyline/highlight port from input-output or vice-versa
Hi all, I have a list of ports (input) which are feedthrough given in a file. I am able to highlight the ports given in the file,But how do we highlight the output of those ports Can any 1 help with a command to enable the flyline wherein when we highlight the input port in the file the corresponding...
Posted to
Digital Implementation
(Forum)
by
Anuragjn
on Tue, Aug 14 2012
Re: How to dump out blockages into a file
HI Kari, Thanks for the Command But Partial Blockages are not being dumped ,I tried even loading the DEF file but the partial blockage are no where seen
Posted to
Digital Implementation
(Forum)
by
Anuragjn
on Sat, Aug 11 2012
How to dbget only the input/output ports or inout
Hello All, I have a ports which are buses say port name FT_sleep[1-300] Want to know the command to dbGet only the input or output ports from this list FT_sleep* and result just list the ports which are input or output when executed regards
Posted to
Digital Implementation
(Forum)
by
Anuragjn
on Sat, Aug 4 2012
How to dump out blockages into a file
Hi all, I want to dump out placement blockage (hard,soft,partial) into file is there any utility in encounter gui to do so,as we can do to dump out the marco place,By using save "place" utility in gui and vice versa to dump routing blockages. So can any one guide me if there's any utility...
Posted to
Digital Implementation
(Forum)
by
Anuragjn
on Tue, Jul 31 2012
Capturing and Processing Encounter Console Output with "redirect"
In my last post I wrote about writing more compact db access scripts with dbGet's expression-based matching . We found all of the high fanout nets in the design which weren't clock nets: dbGet [dbGet top.nets {.numInputTerms > 16 && .isClock == 0}].name This writes the name of each...
Posted to
Digital Implementation
(Weblog)
by
BobD
on Mon, Jul 23 2012
Writing More Compact Encounter Scripts with dbGet Expressions
Querying the Encounter database with dbGet is typically pretty concise to begin with. But you might not be aware of its support for expression-based matching, which enables even more compact scripting. Let's take a very simple but common scripting challenge: Finding all of the high fanout nets in...
Posted to
Digital Implementation
(Weblog)
by
BobD
on Wed, May 30 2012
Page 1 of 1 (8 items)