Hello everyone,
I wrote a script in which I generate a file and call an external program with the generated file as the argument
To be more specific here is the part of the relevant code:
open (f, '>temp.sp');
print f @data_in ;
@data_out = `hspice temp.sp`;
The external program (hspice_...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.