[SOLVED] Results 1 to 8 of 8 How to disable pop up window in Hspice 2008

Status
Not open for further replies.

isaac14

Newbie level 2
Joined
Apr 9, 2016
Messages
2
Helped
1
Reputation
2
Reaction score
1
Trophy points
3
Activity points
18
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
 

Re: How to disable pop up simulation window in Hspice 2008

I have found the solution, if you want to run, from matlab, hspice and you want that the hspice windows doesn't display, you modify the system call, like this. i just only add start/min/wait at the begginning.
system('start/min/wait C:\synopsys\Hspice_A-2008.03\BIN\hspice.exe -i C:\cascode\cmosP2016\MN.sp -o C:\cascode\cmosP2016\MN ');
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…