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.

VSM Proteus SPICE MODEL HELP

Status
Not open for further replies.

Combinu

Newbie level 6
Joined
Apr 19, 2011
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,388
Hi to all,

I am new around and i am not that professional in proteus and how it is used to import new models into a library.

My question is that i would like to simulate the 4066 IC on proteus. Searching i found that i need to insert somewhere this code so that i can simulate this IC:

Code:
**********
*SRC=CD4066B;CD4066B;Analog Switch;;
*SYM=CD4066B
.SUBCKT CD4066B 11 4 2 10 7
*Analog Switch In Out Control Vdd Vss
X1 2 6 10 7 INVERT
X2 6 1 10 7 INVERT
M1 14 6 7 7 CD4001BN
M7 11 6 14 10 CD4001BP
M3 11 1 14 14 CD4001BN
M4 11 1 4 14 CD4001BN
M8 11 6 4 10 CD4001BP
.MODEL CD4001BN NMOS (LEVEL=1 VTO=3.5 KP=3.2M GAMMA=3.97U
+ PHI=.75 LAMBDA=1.87M RD=23.2 RS=90.1 IS=31.2F PB=.8 MJ=.46
+ CBD=63.5P CBS=76.2P CGSO=93.6N CGDO=78N CGBO=128N)
.MODEL CD4001BP PMOS (LEVEL=1 VTO=-3.0 KP=2.4M GAMMA=3.97U
+ PHI=.75 LAMBDA=1.87M RD=21.2 RS=62.2 IS=31.2F PB=.8 MJ=.46
+ CBD=63.5P CBS=76.2P CGSO=93.6N CGDO=78N CGBO=128N)
.ENDS
.SUBCKT INVERT 1 2 3 4
* Inverter In Out Vcc Vss
M1 2 1 3 3 CD4049P
M2 2 1 4 4 CD4049N
.MODEL CD4049P PMOS (LEVEL=1 VTO=-2.9 KP=2M GAMMA=3.97U
+ PHI=.75 LAMBDA=1.87M RD=28.2 RS=45.2 IS=31.2F PB=.8 MJ=.46
+ CBD=21.2P CBS=25.4P CGSO=31.2N CGDO=26N CGBO=42.8N)
.MODEL CD4049N NMOS (LEVEL=1 VTO=2.1 KP=5M GAMMA=3.97U
+ PHI=.75 LAMBDA=1.87M RD=4.2 RS=4.2 IS=31.2F PB=.8 MJ=.46
+ CBD=21.2P CBS=25.4P CGSO=31.2N CGDO=26N CGBO=42.8N)
.ENDS
**********

But where should i write this code so that i can use it further on i.e. a global edit.

Please in your explenation be very basic as i really dont know how to do it. I know there are alot of topics explaining but since they are not that basic i understood nothing. If you know of any topic that is basic perhaps a one that i havnt encountered post it here too.

ISIS: Proteus 7.6 SP0

Thanks in advance!
Combinu
 

Follow this link and you'll find the answer:
**broken link removed**
 

I'll try and let you know... Thanks
 

THanks for you help... The problem is that i am a very beginner in this area and i really understood nothing.. But still your help is appreciated!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top