synthesizing sram timing and periphery using synopsis

Post on 05-Jan-2016

50 Views

Category:

Documents

3 Downloads

Preview:

Click to see full reader

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

Rob

ust

Low

Power

VLSI

Robust

LowPower

VLSI

Synthesizing SRAM timing and Periphery using SynopsisBy: Jim Boley

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

Rob

ust

Low

Power

VLSI

Outline Motivation SRAM bitcell layout Synthesis of periphery Future work

Rob

ust

Low

Power

VLSI

Outline Motivation SRAM bitcell layout Synthesis of periphery Future work

Rob

ust

Low

Power

VLSI 5

SRAM Bitcell Layout

NL NR

XL XR

PRPL

Q QB

VDD

WLBL BLB

Rob

ust

Low

Power

VLSI 6

Step 1- Place PMOS Devices

PL PR

Rob

ust

Low

Power

VLSI 7

Step 2- Place NMOS Pull Down devices

NL NR

PRPL

Rob

ust

Low

Power

VLSI 8

Step 3- Place NMOS Passgate Device

XL XR

NL NR

PRPL

Rob

ust

Low

Power

VLSI 9

Step 4- Create Gate to Diffusion Contacts

XL XR

NL NR

PRPL

Q QB

Rob

ust

Low

Power

VLSI 10

Step 5- Create Diffusion-M1 Contacts

XL XR

NL NR

PRPL

Q QB

Rob

ust

Low

Power

VLSI 11

Step 6- Place M2 Strips

NL NR

XL XR

PRPL

Q QB

VDD

BL BLB

Rob

ust

Low

Power

VLSI 12

Step 6- Place M3 Strips

NL NR

XL XR

PRPL

Q QB

VDD

BL BLBWL

VSS

Rob

ust

Low

Power

VLSI 13

Shared Contacts Minimize Area

Rob

ust

Low

Power

VLSI 14

Shared Contacts Minimize Area

Rob

ust

Low

Power

VLSI 15

Final Array- 16x16

53.84μm x 15.12μm = 814.1μm2

Rob

ust

Low

Power

VLSI

Outline Motivation SRAM bitcell layout Synthesis of periphery Future work

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

Rob

ust

Low

Power

VLSI

Timing/Periphery Synthesis

}

}

BL Drivers

BLB Drivers

<- Decoder output

Rob

ust

Low

Power

VLSI

Timing/Periphery Synthesis

Inactive Read Write

Rob

ust

Low

Power

VLSI

Outline Motivation SRAM bitcell layout Synthesis of periphery Future work

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

Rob

ust

Low

Power

VLSI 22

Questions?

top related