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.

why I can not run tcl scripts in Soc Encounter ?

Status
Not open for further replies.

zhangljz

Member level 5
Joined
Oct 19, 2013
Messages
81
Helped
1
Reputation
2
Reaction score
1
Trophy points
8
Activity points
648
Hi,

I am using encounter for PnR, and I am trying to write a script of the flow. But it seems that the tcl doesn't work in encounter.

Script like this:

foreach cell [get_cells *readout] {
puts $cell
}

If I type this in the gui command console, I will get just a "0x211"

while if I just type "get_cells *readout", I can get many cell names.

What is the problem ?

Any advice is appreciated.

Thank you
 

zhang, get_cells here is returning a pointer . you can print the cell name using print [dbGet $cell.name].
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top