Can I use Spectre info statements with MDL?

J

jacunski

Guest
Can I use Spectre info statements from within MDL? When I run straight
Spectre with the following statements, I get the expected output files.

paramVals info what=parameters where=file file="params.info"
elementVals info what=inst where=file file="element.info"

However, when I run the file in tandem with an MDL script, the info
files aren't created. Does this sound correct? Am I missing
something?

Thanks.

-- Mark
 
Mark,

When you use an MDL file, the only analyses that are run are those in
the MDL file itself. MDL controls that simulation. Analyses in the
netlist can be run from the MDL file using the normal 'run' command. To
run the info analyses that you have above, you would do the following;

run paramVals
run elementVals

Regards,
John
 

Welcome to EDABoard.com

Sponsor

Back
Top