synthesizing sram timing and periphery using synopsis

22
Robu st Low Powe r VLSI Robust Low Power VLSI Synthesizing SRAM timing and Periphery using Synopsis By: Jim Boley

Upload: keefer

Post on 05-Jan-2016

49 views

Category:

Documents


3 download

DESCRIPTION

Synthesizing SRAM timing and Periphery using Synopsis. By: Jim Boley. Background and Motivation. Most SoC designs require on chip memory Design time on the order of months SRAMs consume a majority of the area and power on a digital design - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI

Robust

LowPower

VLSI

Synthesizing SRAM timing and Periphery using SynopsisBy: Jim Boley

Page 2: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI

Background and Motivation Most SoC designs require on chip

memory Design time on the order of

months SRAMs consume a majority of

the area and power on a digital design

To reduce this area, the bitcell array is made as dense as DRC will allow

Bitcell array consumes a majority of the total area, therefore optimizing the periphery doesn’t result in significant area savings

Page 3: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI

Outline Motivation SRAM bitcell layout Synthesis of periphery Future work

Page 4: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI

Outline Motivation SRAM bitcell layout Synthesis of periphery Future work

Page 5: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI 5

SRAM Bitcell Layout

NL NR

XL XR

PRPL

Q QB

VDD

WLBL BLB

Page 6: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI 6

Step 1- Place PMOS Devices

PL PR

Page 7: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI 7

Step 2- Place NMOS Pull Down devices

NL NR

PRPL

Page 8: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI 8

Step 3- Place NMOS Passgate Device

XL XR

NL NR

PRPL

Page 9: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI 9

Step 4- Create Gate to Diffusion Contacts

XL XR

NL NR

PRPL

Q QB

Page 10: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI 10

Step 5- Create Diffusion-M1 Contacts

XL XR

NL NR

PRPL

Q QB

Page 11: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI 11

Step 6- Place M2 Strips

NL NR

XL XR

PRPL

Q QB

VDD

BL BLB

Page 12: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI 12

Step 6- Place M3 Strips

NL NR

XL XR

PRPL

Q QB

VDD

BL BLBWL

VSS

Page 13: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI 13

Shared Contacts Minimize Area

Page 14: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI 14

Shared Contacts Minimize Area

Page 15: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI 15

Final Array- 16x16

53.84μm x 15.12μm = 814.1μm2

Page 16: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI

Outline Motivation SRAM bitcell layout Synthesis of periphery Future work

Page 17: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI

Decoder Synthesismodule decoder(binary_in , // 4 bit binary inputdecoder_out , // 16-bit out enable // Enable for the decoder);input [3:0] binary_in ;input enable ; output [15:0] decoder_out ; wire [15:0] decoder_out ;

assign decoder_out = (enable) ? (1 << binary_in) : 16'b0 ;

endmodule

Page 18: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI

Timing/Periphery Synthesis

}

}

BL Drivers

BLB Drivers

<- Decoder output

Page 19: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI

Timing/Periphery Synthesis

Inactive Read Write

Page 20: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI

Outline Motivation SRAM bitcell layout Synthesis of periphery Future work

Page 21: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI

Future Work Bitcell array- finish power grid, add body

contacts, add pins ICC- integration of synthesized periphery with

custom array (Milkyway) Simulation of final design

Page 22: Synthesizing SRAM timing and Periphery using Synopsis

Rob

ust

Low

Power

VLSI 22

Questions?