isaac14
Newbie level 2
How to disable pop up simulation window in Hspice 2008
I run Hspice from matlab. I have a program for optimization where I need to run Hspice many times consecutively. After every simulation the pop up window appears
And i need to hide the popup windows because that makes the program run slower I read a post that says just putting /min
system('C:\synopsys\Hspice_A-2008.03\BIN\hspice -i C:\cascode\cmosP2016\MN.sp -o C:\cascode\cmosP2016\MN');
This is the way i am calling hspice from matlab, where did i put the /min because i have tried several ways and any works, do you know one way that works.
Hspice Version 2008
thank you so much in advance
I run Hspice from matlab. I have a program for optimization where I need to run Hspice many times consecutively. After every simulation the pop up window appears
And i need to hide the popup windows because that makes the program run slower I read a post that says just putting /min
system('C:\synopsys\Hspice_A-2008.03\BIN\hspice -i C:\cascode\cmosP2016\MN.sp -o C:\cascode\cmosP2016\MN');
This is the way i am calling hspice from matlab, where did i put the /min because i have tried several ways and any works, do you know one way that works.
Hspice Version 2008
thank you so much in advance