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.

SNM Simulation for 6T-SRAM cell

Status
Not open for further replies.

TGupta

Newbie level 6
Joined
Feb 28, 2013
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,343
Hi,
Can anybody tell how to plot SNM for 6T SRAM cell graphically using matlab.I have obtained butterfly curves ?I am working on the following paper"Static-Noise Margin Analysis of MOS SRAM Cells EVERT SEEVINCK, SENIOR MEMBER, IEEE, FRANS J. LIST, AND JAN LOHSTROH, MEMBER, IEEE".Although there is a method provided in the paper but complete information is not provided.So anybody help me please.
Here I am attaching my butterfly curve

butterfly.jpg

Thanks in advance
 

Code:
.include "32nm_bulk.pm.txt"
.PARAM VDD=1V
.options list post
.temp 70

.PARAM U=0
.PARAM UL='-VDD/sqrt(2)'
.PARAM UH='VDD/sqrt(2)'
.PARAM BITCAP=1E-12

MPL QD QB VDD VDD  pmos l=32n w=36n m=1
MNL QD QB GND GND  nmos l=32n w=96n m=1
MPR QBD Q VDD VDD  pmos l=32n w=36n m=1
MNR QBD Q GND GND  nmos l=32n w=96n m=1
MAL BLB WL QD GND nmos l=32n w=36n m=1
MAR BL WL QBD GND   nmos l=32n w=36n m=1

VVDD VDD GND DC=VDD
VWL WL 0 PULSE 0 0 2490p 10p 10p 2490p 5n
CBLB BLB 0 BITCAP
CBL BL 0 BITCAP
.IC V(BL)=VDD
.IC V(BLB)=VDD



EQ  Q  0 VOL='1/sqrt(2)*U+1/sqrt(2)*V(V1)'
EQB QB 0 VOL='-1/sqrt(2)*U+1/sqrt(2)*V(V2)'

EV1 V1 0 VOL=' U + sqrt(2)*V(QBD)'
EV2 V2 0 VOL='-U + sqrt(2)*V(QB)'

EVD VD 0 VOL='ABS(V(V1) - V(V2))'

.DC U UL UH 0.01




.PRINT DC V(QD) V(QB) V(Q)  V(V1) V(V2)
.MEASURE DC MAXVD MAX V(VD)
.MEASURE DC SNM param='1/sqrt(2)*MAXVD'
.END
 
Last edited by a moderator:

Thanks for the help but I implemented it already.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top