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.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top