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.

[moved] Use Skill to export a CDL netlist.

Status
Not open for further replies.

jlabani

Newbie level 1
Joined
Aug 8, 2017
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
16
I'm brand new to Skill and trying to learn it. I figured out how to open and do a check and save.

Ex:
cvId = dbOpenCellViewByType("aka180a" "test_nfet" "schematic" nil "w")
schCheck(cvId)
dbSave(cvId)

I'm trying to make a script that does an export of a schematic CDL netlist without using the Cadence GUI. Here is what I have tried:

procedure(make_cdl_netlist(cvId)
cvId = dbOpenCellViewByType("aka180a" "test_nfet" "schematic" nil "w") hnlCDLPrintNMOSElement("cmhv7sf" "nfet")
)

I get these errors:

>>>> Running specific SRC for unknown technology library and then IBM SRC
Warn : No schematic in current window.Running ibmPdkSRC rules checking....
Exiting TopMetal check, IBM_PDK library property for nil not set.
function make_cdl_netlist redefined
t

I'm thinking one of the issues is I have to somehow re-identify the tech library in my script for the lib I'm trying to access. I also tried entering "techBindTechFile <libName>" into the CIW and I received an error that the libName entered is unbound. Any input on what I'm missing would be helpful.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top