shaq
Full Member level 5
enddata + hspice
Dear all,
I have a size of 100*75 matrix generated by MATLAB, wanna feed to a spice file to simulate by using Hspice.
I used .data p mer file='0_0.fn' vtest1=1 vtest2=2 .....vtest75=75
, and found error such as "number of parameters exceeds 50."
I just checked Hspice manual, found this sentence as written below
"Each .DATA statement can contain up to 50 parameters. If you need more than
50 parameters in a single .DATA statement, place 50 or fewer parameters in
the .DATA statement, and use .ALTER statements for the remaining
parameters."
So, I modified my spice file into as shown below
.data p mer file='0_0.fn' vtest1=1 vtest2=2 .....vtest50=50
.enddata
.alter
.data p mer file='0_0.fn' vtest51=51 vtest52=52.... vtest75=75
.enddata
but, still got error message as shown below
**error** no definition for 0:vtest51
**error** no definition for 0:vtest52
.
.
.
**error** no definition for 0:vtest75
What's going on my .data command?
Plz help me to solve this problem, thanks!!!!!!!
Dear all,
I have a size of 100*75 matrix generated by MATLAB, wanna feed to a spice file to simulate by using Hspice.
I used .data p mer file='0_0.fn' vtest1=1 vtest2=2 .....vtest75=75
, and found error such as "number of parameters exceeds 50."
I just checked Hspice manual, found this sentence as written below
"Each .DATA statement can contain up to 50 parameters. If you need more than
50 parameters in a single .DATA statement, place 50 or fewer parameters in
the .DATA statement, and use .ALTER statements for the remaining
parameters."
So, I modified my spice file into as shown below
.data p mer file='0_0.fn' vtest1=1 vtest2=2 .....vtest50=50
.enddata
.alter
.data p mer file='0_0.fn' vtest51=51 vtest52=52.... vtest75=75
.enddata
but, still got error message as shown below
**error** no definition for 0:vtest51
**error** no definition for 0:vtest52
.
.
.
**error** no definition for 0:vtest75
What's going on my .data command?
Plz help me to solve this problem, thanks!!!!!!!