The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Jul 17th, 2024, 4:30pm
Pages: 1
Send Topic Print
How to limit .raw file size in MDL? (Read 3153 times)
topquark
Community Member
***
Offline



Posts: 61
Thames Valley, UK
How to limit .raw file size in MDL?
Jan 26th, 2007, 2:41am
 
Hi Folks,
I've started using MDL for a lot of my measurements.
It's quite handy, offers a lot of features but I noticed it hogs my disk space very quickly(esp. when using 'foreach' loops)!

I traced it to the fact that the .raw file contains voltages at all nodes & currents through all elements!!
How can I choose specific nodes to be output like we do in OCEAN using-
saveOption( '..." )

I couldn't find any info about this in the user manual.
Anybody has a clue?

Regards,
gau
Back to top
 
 
View Profile   IP Logged
Scott Flinchbaugh
Junior Member
**
Offline



Posts: 14

Re: How to limit .raw file size in MDL?
Reply #1 - Jan 26th, 2007, 3:47pm
 
Gau,

The easiest way to accomplish this is to add the following to your options statement in the spectre netlist:
"save=nooutput".  This is a relatively new feature, so it may or may not be available with your release.
An alternative method is to explicitly save only one signal in the netlist.  That will still generate raw files
for that particular signal, but should reduce your output.

Hope this helps,
-scott
Back to top
 
 
View Profile flinchba   IP Logged
topquark
Community Member
***
Offline



Posts: 61
Thames Valley, UK
Re: How to limit .raw file size in MDL?
Reply #2 - Jan 29th, 2007, 12:49am
 
Scott,
Thanks for your reply-

I tried adding the statement "save=nooutput" in the netlist file(.scs) but it's not being recognized.
So, I tried commenting the line
saveOptions options save=all pwr=all currents=all

Now, the .raw file was reducedin size, just containing some node voltages and currents thru some elements.
But, how do I specify any particular node/element I need to be output?
Could you please show me the syntax in the above.

Thanks,
Gau
Back to top
 
 
View Profile   IP Logged
topquark
Community Member
***
Offline



Posts: 61
Thames Valley, UK
Re: How to limit .raw file size in MDL?
Reply #3 - Jan 29th, 2007, 5:26am
 
Solved!

I just specified the voltage nodes and current elements in the schematic, extracted the netlist in ADE
It appears as
save Vin C0:1 R8:1 Vout
saveOptions options save=selected pwr=none currents=selected


Now, even MDL simulations produce raw o/p with the selected nodes & elements.

Thanks Scott!

Regards,
Gau
Back to top
 
 
View Profile   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.