Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

problem when running HSpice from Matlab

Status
Not open for further replies.

lokesh garg

Member level 5
Joined
Aug 25, 2009
Messages
87
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Location
india
Activity points
2,179
i am running Hspice from matlab but i dont want to see the hspice run on matlab window.... is there any command to do this..
 

how do you run Hspice from MATLAB? can you tell me?
 

@mazdak, unix('hspice[space]path of your hspice file');

@Blakuni, patform is linux....
 

Hi,

In linux, there is no way to suppress simulation reporting window.
 

Have you tried redirecting the output to a log file:
Code:
unix('hspice netlist > hspice.log')
 

anyway to do this in windows??
 

i had the same problem, but no answer
 

I found a way to run cmd with matlab commands, now the problem is to find a way to simulate Hspice codes with cmd commands
for example: in matlab command window type !ping 127.0.0.1& then cmd opens and executes the ping command, now we need to find a way to simulate Hspice netlists with a windows command
does anyone knows what HSIM is good for? can we do that with HSIM??
 

Hi

Hsim is fastspice tool. its for full chip transistor level functional verification.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top