spectre netlist generation with skill commands

H

HR

Guest
Hi
Plz help me how can i generate spectre netlist/cdl netlist by skill
commands.
 
On Jun 13, 7:44 pm, HR <hanuv...@gmail.com> wrote:
Hi
 Plz help  me how can i generate spectre netlist/cdl netlist by skill
commands.
You can run cdl netlist with following steps: (IC61X)

simInitEnvWithArgs("runDir" "topLib" "topCell" "topView" "auCdl" t)

tiPrintExtraEnvVars()

netlist()
 
Abhishek Dabral wrote, on 06/16/09 17:36:
On Jun 13, 7:44 pm, HR <hanuv...@gmail.com> wrote:
Hi
Plz help me how can i generate spectre netlist/cdl netlist by skill
commands.

You can run cdl netlist with following steps: (IC61X)

simInitEnvWithArgs("runDir" "topLib" "topCell" "topView" "auCdl" t)

tiPrintExtraEnvVars()

netlist()
And for spectre, you'd use the OCEAN functions:

simulator('spectre)
design("lib" "cell" "view")
createNetlist()

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top