You can define powerNets and groundNets in the .simrc file. For example, if you enter the following lines in your .simrc file
powerNets = '("VCC!")
groundNets = '("GND!" "gnd!" )
The auCdl netlist will show the following line:*.GLOBAL VCC!:P GND!:G gnd!:G
You can use the auCdlSkipMEGA flag for conditional printing of the *.MEGA statement in the auCdl netlist.This flag can be placed in the .simrc file, which is read by the netlister.
The auCdlSkipMEGA flag is used as follows:auCdlSkipMEGA = ’nil
This is the default value. This enables printing of the statement in the netlist.auCdlSkipMEGA = ’t
When set, the *.MEGA statement is not printed in the auCdl netlist.
