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.

Simulation of 6T SRAM in WinSpice

Status
Not open for further replies.

ripper

Newbie level 1
Joined
Feb 5, 2006
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,301
Hi,

I have a question regarding how to send the pulse voltage to be supplied to the Word Line and Bit and the Bit Bar in the SRAM using WinSpice.

Thanks,
 

use piece wise linear voltage source (Vpwl). this should work.
 
Thank you for the reply, plz could u help me implementing pwl in this program.

Thank you.

****SRAM*****

.control
destroy all
run
plot v(n1) v(n2) vwl
.endc
.tran 1e-18 100e-18

vWl vWl 0 DC 0 pulse 0 1 1f .1f .1f 10f 10E-18
vdd vdd 0 DC 1
vb b 0 DC 0 pulse 0 1 1f .1f .1f 10f 10E-18
vb1 b1 0 DC 0 pulse 1 0 50f .1f .1f 10f 10E-18
M1 n1 n2 vdd vdd PMOS L=2 W=10
M2 n1 n2 0 0 NMOS L=2 W=20
M3 n2 n1 vdd vdd PMOS L=2 W=10
M4 n2 n1 0 0 NMOS L=2 W=20
M5 vb vwl n1 n1 NMOS L=2 W=20
M6 vb1 vwl n2 n2 NMOS L=2 W=20
.MODEL NMOS NMOS LEVEL = 3
.MODEL PMOS PMOS LEVEL = 3
.end
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top