The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Apr 29th, 2024, 4:03am
Pages: 1
Send Topic Print
Does the Netlist include the Verilog-A? (Read 2444 times)
kamesh419
Junior Member
**
Offline



Posts: 25

Does the Netlist include the Verilog-A?
May 25th, 2005, 9:59am
 
Dear all,

   I have a design (Adder block + VerilogA block). When I try to simulate my design with spectre it produces a netlist file called "netlist" and 2 other files called "netlistHeader" and "netlistFooter". What I was wondering about is does the "netlist" include my full design (that is Adder block + VerilogA block) or it only includes my Adder block. and I have to do a "cat command" to get my final netlist.

when i have checked my "netlistFooter" file it has ahdl_include to my VerilogA file.

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: Does the Netlist include the Verilog-A?
Reply #1 - May 25th, 2005, 10:09pm
 
The analog design environment produces a netlist for the design part (in the file netlist), and then puts things like includes for model files, includes of ahdl etc in the netlistFooter and netlistHeader files. It also writes out the analyses into a file called .controlStatements - there are a bunch of other dot files that it writes.

Anyway, these are all assembled into the input.scs file - which is what is simulated. So you shouldn't have to cat them - it does this for you.

The reason it does this is because these things are done incrementally to save time - no point in renetlisting the design if nothing changed.

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.