How to add a vector file in spectre?

Status
Not open for further replies.

Analog_starter

Advanced Member level 4
Joined
Nov 15, 2004
Messages
113
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,296
Activity points
1,111
spectre vector file

Hi all,

How can I add a digital vector stimulius file in spectre?
And what kind of format can the simulation results of spectre save as?

Thanks & Best Regards
Analog_starter
 

spectre vector

I think, you need to write MDL for that. But I also would like to know how it works.
 

we can include:

data_C paramset {

C3 C2 C1 C0

0 0 0 0
0 0 0 1
0 0 1 0
. . . . .
1 1 1 1
}

in .scs file

and use .mdl file:

foreach data_C {
}

run ...

you can run tran, AC, DC...

but it is hard to do PSS... very difficult to deduce the Eqn!

PS: I can auto get .measure before, but can not get now, why?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…