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 can I simulate the circuit if I have the marco model

Status
Not open for further replies.

fuweidavid

Junior Member level 1
Joined
Apr 12, 2007
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,382
For example, I want to simulate the EEPROM cell. if I already have the marco model like this.

*****************************************************************************
* Bit Cell Information :
* Select transistor : W/L=1.0/1.0
* Memory transistor : W/L=1.0/0.9
*****************************************************************************

.subckt prog_cell bl wl cg ag sub
m1 bl wl s sub n_sel w=1.0U l=1.0u
m2 s cg ag sub n_pro w=1.0u l=0.9u
**********
.model n_sel NMOS
+ LEVEL = 53
+ HSPVER = 98.2
+ VERSION = 3.2
+ PARAMCHK = 1
+ TNOM = 25
.........

How can I use the prog_cell to simulate the circuit in spice????
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top