Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Regarding tcl/tk scripting

Status
Not open for further replies.

venkatramanan

Member level 4
Joined
Sep 24, 2011
Messages
69
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
bangalore
Activity points
1,685
can you any one help me how to write script for seleting paricular cell in soc encounter...
 

Below command will select all the cells starting with name BUF. Instead of BUF* you can give any cell name.

dbSelectObj [dbGet -p2 top.insts.cell.name BUF*].name

These one liners will help you.
https://www.edaboard.com/threads/219064/#3
 
thank you so much:)another one doubt .how to group the cell using scripting.and if you have any document regarding scripting ple send me sir:)
 
Last edited:

how to group the cell using scripting
I am not able to get your question. Please elaborate!
I have attached a document to start with. This is a generic document. It is better to see some old scripts and try to modify them. Encounter write out a command log file. It store all command you ran in encounter. Run command from GUI and check the textual command in the cmd.log file written out by tool.
 

Attachments

  • tcltk.pdf
    151.8 KB · Views: 163
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top