The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
May 5th, 2024, 6:47am
Pages: 1
Send Topic Print
generating spectre netlist from command promt. (Read 2777 times)
kamesh419
Junior Member
**
Offline



Posts: 25

generating spectre netlist from command promt.
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.
Back to top
 
 

Truth lies everywhere and partially even with the error.
View Profile   IP Logged
Andrew Beckett
Senior Fellow
******
Offline

Life, don't talk to
me about Life...

Posts: 1742
Bracknell, UK
Re: generating spectre netlist from command promt.
Reply #1 - 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.
Back to top
 
 
View Profile WWW   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.