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.

SRAM hspice netlist 6 TRANSISTOR

Status
Not open for further replies.

bvp_dir

Newbie level 3
Joined
Oct 5, 2009
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
CA
Activity points
1,299
SRAM hspice netlist

Hello everyone

I am going to design 6T SRAM can i get hspice netlist


Thank you
 

Re: SRAM hspice netlist

I used this netlist for simulate the cell (0.35u) in three modes (write-hold-read) in a transient:

SRAM cell 6T
.include modn.mod
.include modp.mod

*sources
**supply
vdd 1 0 dc 0.4

**access control
vwl wl 0 pulse(0 0.4 2m 100u 100u 2m 8m)

**data
vbl BL1 0 dc 0.4
vblr BLR1 0 pulse(0 0.4 5m 100u 100u 15m 1)

**control
vr_w r_w 0 pulse(0 0.4 0 1u 1u 10m 1)

*devices
**switches
GBL BL1 BL VCR PWL(1) r_w,0 0,1e20 1m,1e-20
GBLR BLR1 BLR VCR PWL(1) r_w,0 0,1e20 1m,1e-20

**mos transistors - latch
m1 Q QR 0 0 modn w=1u l=0.35u
m2 Q QR 1 1 modp w=1u l=0.35u
m3 QR Q 0 0 modn w=1u l=0.35u
m4 QR Q 1 1 modp w=1u l=0.35u

**mos transistors - data access
m5 BL wl Q 0 modn w=10u l=0.35u
m6 BLR wl QR modn w=10u l=0.35u

*analysis
.tran 1u 15m 0
.option post
.end

you could change the mos tansistors models
 
Re: SRAM hspice netlist

How can I find .35 technology?
 

Re: SRAM hspice netlist

thanks
but I can't simulate sram with this technology.
how can I change this program?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top