Andrew Beckett
Senior Fellow
Offline
Life, don't talk to me about Life...
Posts: 1742
Bracknell, UK
|
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.
|