The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Simulators >> Circuit Simulators >> generating spectre netlist from command promt.
https://designers-guide.org/forum/YaBB.pl?num=1109004525

Message started by kamesh419 on Feb 21st, 2005, 8:48am

Title: generating spectre netlist from command promt.
Post by kamesh419 on Feb 21st, 2005, 8:48am

Dear all,

    I have a gate level netlist for an 8-bit adder. I used to import it to cadence and i can simulate it through graphical interface and generate the spectre netlist.

I would like to how i can generate the spectre netlist from command promt. I later modify the netlist to include sources and simulation commands and simulate the changed netlist from command promt as
spectre <file name.scs> (i am interested in automating my stuff).

Thanks and Regards,
Kamesh.

Title: Re: generating spectre netlist from command promt.
Post by Andrew Beckett on Feb 21st, 2005, 11:50am

Put this in a file:


Code:
simulator('spectre)
design("mylib" "mycell" "myview")
createNetlist(?display nil)
exit()


And then do:


Code:
icms -restore aboveScript.ocn -nograph


Regards,

Andrew.

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.