lefout in ciw window

V

vijayraj

Guest
Is there any command to output a lef in the layout cadence virtuoso for a specific (lib cell and cellview) in the ciw window? Thanks in advance.
 
On 02/18/14 08:09, vijayraj wrote:
Is there any command to output a lef in the layout cadence virtuoso
for a specific (lib cell and cellview) in the ciw window? Thanks in
advance.

You didn't say the version, but in IC61X it would be:

ldtrLefWriteOA(
t_fileName
t_libName
[t_cellNames cellNames]
[t_cellListFileName cellListFileName]
[t_viewNames viewNames]
[t_logName logName]
[noTech nil]
[t_version version]
[techOnly nil]
[t_templateFileName templateFileName]
)
=> t | nil

Writes a LEF file from a specified OpenAccess library.

Andrew.
 
Thanks Andrew sorry to mention i am using ic615 and its working fine....
 

Welcome to EDABoard.com

Sponsor

Back
Top