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.

Measurement of SRAM VTC (Voltage Transfer C.) with HSPICE

Status
Not open for further replies.

fgomezp

Newbie level 1
Joined
Jan 22, 2005
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
12
sram, hspice

Hi,

I am new to HSPICE and digital circuit design at transistor level. I am trying to generate the VTC (Voltage Transfer Characteristic) of a 6T SRAM cell. Here is my simulated netlist,

MM5 q q-comp vdd vdd PMOS W=6 L=2 GEO=0
MM1 q q-comp gnd gnd NMOS W=3 L=2 GEO=0
MM6 q-comp q vdd vdd PMOS W=6 L=2 GEO=0
MM2 q-comp q gnd gnd NMOS W=3 L=2 GEO=0
MM4 q-comp W b-comp Gnd NMOS W=3 L=2 GEO=0
MM3 b W q Gnd NMOS W=3 L=2 GEO=0

The best way I can think of is to stimulate the two bitlines (b and b-comp above) with a cycle of a triangle function an measure the output with a trans analysis. Now, I am not sure this is 100% correct as the VTC should be obtained through DC analysis. However, I don't know how to do a DC analysis that would give me the wanted VTC. Any help/hint would be really appreciated.

Thanks,

Fernando.
 

vtc voltage

Well, to do a DC analysis. You can keep one of the inputs at VDD or GND. The other input voltge can be swept from 0 VDD and then plot the output. I am not sure this is what you are exactly looking for but I hope this helps.

In spice, you can write the DC deck

.DC VIN <initial value> <final value> <step size>
 

Re: Measurement of SRAM VTC (Voltage Transfer C.) with HSPIC

a ramp in ms is as good as dc.
Hold wordline W high.
use a triangular signal at b. leave b-comp floating.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top