integrated circuits & systemsguntzel/ine5442/slides/csi-lecture-18-sequential... · cmos...

53
Lecture 18 CMOS Sequential Circuits - 1 Prof. José Luís Güntzel [email protected] Integrated Circuits & Systems INE 5442 Federal University of Santa Catarina Center for Technology Computer Science & Electronics Engineering

Upload: voduong

Post on 09-Jul-2018

219 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

Lecture 18 CMOS Sequential Circuits - 1

Prof. José Luís Güntzel [email protected]

Integrated Circuits & Systems INE 5442

Federal University of Santa Catarina Center for Technology

Computer Science & Electronics Engineering

Page 2: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.2

2 Storage Mechanisms:  Positive feedback  Charge-Based

Combinational Logic

inputs outputs

State

Current State

Next State

Sequential Logic

Source: Rabaey; Chandrakasan; Nikolic, 2003

Page 3: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.3

Combinational Logic

inputs outputs

Registers

CLK

D Q

Current State

Next State

Positive Feedback: uses latches or registers

Sequential Logic

Page 4: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.4

  In Rabaey’s IC book:

  A latch is level sensitive   A register is edge-triggered

  Many other books:   Flip-flop is an edge-triggered

Naming Conventions

Source: Rabaey; Chandrakasan; Nikolic, 2003

Page 5: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.5

  Latch stores data when clock is low

D Clk

Q D Clk

Q

Clk Clk D D Q Q

  Register stores data when clock rises

Latch Versus Register

Source: Rabaey; Chandrakasan; Nikolic, 2003

Page 6: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.6

Latches

Source: Rabaey; Chandrakasan; Nikolic, 2003

Page 7: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.7

Register Latch

Characterizing Timing

tC2Q or tCO

Clk

Q D

Clk

Q D

tC2Q or tCO

tD2Q or tDO

Page 8: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.8

t CLK

t D

tco

t Q DATA

STABLE

DATA STABLE

Timing Definitions

tsu th

Clk

Q D

Register

tsu = setup time th = hold time tco = tc2q = maximum propagation delay (or time from clock to output Q) tcd = minimum propagation delay (or contamination delay)

Source: Rabaey; Chandrakasan; Nikolic, 2003

Page 9: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.9

Maximum Clock Frequency

Combinational Logic

inputs outputs

Registers

CLK

D Q

Current State

Next State

ck

T tdLogic = maximum propagation delay tcLogic = minimum propagation delay

(or contamination delay)

tsu, th, tco, tcd

tdLogic

T ≥ tco + tdLogic + tsu

f = 1/T

tco tsu

Page 10: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.10

Avoiding Race Condition

Combinational Logic

inputs outputs

Registers

CLK

D Q

Current State

Next State

tdLogic = maximum propagation delay tcLogic = minimum propagation delay

(or contamination delay)

tsu, th, tco, tcd

tcd + tcLogic ≥ th

ck

T

tcLogic

th

tcd

Page 11: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.11

Maximum Clock Frequency

Combinational Logic

inputs outputs

Registers

CLK

D Q

Current State

Next State

ck

T

tdLogic tco tsu

In contemporary designs:  The maximum logic depth is around 12 gates  Approx. 15% of the clock period is due to register overheads  tcd + tcLogic ≥ th is quite easy to meet if clock slew can be disregarded

Page 12: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.12

Positive Feedback: Bi-Stability

Vo1

Vi1 Vo2

Vi2

Vi1 Vo1 = Vi2 Vo2

Vo2 = Vi1

Source: Rabaey; Chandrakasan; Nikolic, 2003

Page 13: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.13

A

C

B

Positive Feedback: Bi-Stability

Vo1

Vi1 Vo2

Vi2

Vi1 Vo1 = Vi2 Vo2

Vo2 = Vi1

Vo1 = Vi2

Vo2 = Vi1 Source: Rabaey; Chandrakasan; Nikolic, 2003

Page 14: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.14

G is the loop gain

Meta-Stability

Vo1 = Vi2

Vo2 = Vi1

Vo1 = Vi2

Vo2 = Vi1 d d

Source: Rabaey; Chandrakasan; Nikolic, 2003

G>1 around “C” G<1 around “A” and around “B”

metastable point

Page 15: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.15

Changing the State of a Bistable   Cutting the feedback loop:

  Multiplexer-based structure   Once the loop is open, a new value can be easily

written in   This is the most popular approach in today’s

latches   Overpowering the feedback loop:

  By applying a trigger signal at the input of the bistable a new value is forced into the cell

  Careful sizing of the transistors in the feedback loop and trigger circuitry

  Currently, is used to built static background memories

CLK

1

0 D

Q

1 0 1

1

Page 16: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.16

Converting into a MUX

Use the clock as a decoupling signal, that distinguishes between the transparent and opaque states

CLK

CLK

Writing into a Static Latch

D

CLK

Q

CLK

CLK

Page 17: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.17

Converting into a MUX

Use the clock as a decoupling signal, that distinguishes between the transparent and opaque states

CLK

CLK

Writing into a Static Latch

D

CLK

Q

CLK

CLK

Page 18: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.18

CLK

CLK

Writing into a Static Latch

Use the clock as a decoupling signal, that distinguishes between the transparent and opaque states

Forcing the state

D D

CLK

CLK

If the transmission gate has minimum sized transistors, the lower inverter must be even weaker!

Page 19: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.19

CLK

CLK

Writing into a Static Latch

Use the clock as a decoupling signal, that distinguishes between the transparent and opaque states

D D

CLK

CLK

Forcing the state

Page 20: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.20

Writing into a Static Latch

Converting into a MUX Forcing the state

D D

CLK

CLK

D

CLK

Q

CLK

CLK

Page 21: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.21

Positive latch (transparent when CLK= 1)

0

CLK

1 D

Q

Negative latch (transparent when CLK= 0)

CLK

1

0 D

Q

Mux-Based Latches

Source: Rabaey; Chandrakasan; Nikolic, 2003

Page 22: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.22

CLK: α0→1 = 1

How many transistor loads seen by CLK per bit?

Mux-Based Latch

D

CLK

Q

CLK

CLK

Page 23: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.23

NMOS only

VDD - VTn

Noise margin degradation

VDD

VDD - VTn

VDD

0

VOH = VDD - VTn Mux-Based Latch

CLK

CLK QM

QM

Page 24: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.24

Switching performance degradation

VDD

VDD - VTn

tpHL ≈ 0.69 Req-NMOS CL

Req ≈ (Ron(t1) + Ron (t2))/2

Ron (t) ≈ VDS(t)/ID(t)

CL

Mux-Based Latch

NMOS only

VDD - VTn VDD

0

CLK

CLK QM

QM

Page 25: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.25

VDD

VDD - VTn

Short-circuit power increases

Not completely OFF

Mux-Based Latch

NMOS only

VDD - VTn VDD

0

CLK

CLK QM

QM

Page 26: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.26

Two opposite latches trigger on edge Also called master-slave latch pair

Master-Slave (Edge-Triggered) Register

Source: Rabaey; Chandrakasan; Nikolic, 2003

Page 27: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.27

Master-Slave Register

D

I2

CLK

QM

Q

I1

I0

T1

T2 I3

T3

T4 I6 I5

I4

Multiplexer-based latch pair

Page 28: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.28

Multiplexer-based latch pair Master-Slave Register

D

I2

CLK

QM

Q

I1

I0

T1

T2 I3

T3

T4 I6 I5

I4

VI2-T2

tsu

I1 T1

I3 I2

CLK

0

0

1

1 1

1

0

0

Page 29: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.29

tsu = 0.21 ns

Setup Time

tsu = 0.20 ns Source: Rabaey; Chandrakasan; Nikolic, 2003

Page 30: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.30

Multiplexer-based latch pair Master-Slave Register

D

I2

CLK

QM

Q

I1

I0

T1

T2 I3

T3

T4 I6 I5

I4

VI2-T2

I1 T1

I3 I2

0

0

1

1 1

1

0

0

tco

CLK

D

Q

I4

Page 31: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.31

Multiplexer-based latch pair Master-Slave Register

D

I2

CLK

QM

Q

I1

I0

T1

T2 I3

T3

T4 I6 I5

I4

1

1

0

0 0

0

1

1

tco

CLK

D

Q

T3

I6

Page 32: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.32

Clk to Output (Q) Delay

tcoLH tcoHL

Source: Rabaey; Chandrakasan; Nikolic, 2003

Page 33: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.33

Must be weak

Reduced Clock Load Master-Salve Register

Source: Rabaey; Chandrakasan; Nikolic, 2003

Page 34: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.34

CLK

CLK

A B

X

D Q

CLK

CLK

CLK

CLK Q may change on the rising edge!

Node A driven by D and B: undefined state!

Avoiding Clock Overlap

Source: Rabaey; Chandrakasan; Nikolic, 2003

Page 35: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.35

CLK

CLK

A B

X

D Q

CLK

CLK

φ1

φ2

CLK

Non-overlap

φ1

φ1 φ2

φ2

Avoiding Clock Overlap

Page 36: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.36

CLK

CLK

A B

X

D Q

CLK

CLK

φ1

φ2

CLK

Non-overlap

φ1

φ1 φ2

φ2

Avoiding Clock Overlap

Page 37: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.37

CLK

CLK

A B

X

D Q

CLK

CLK

φ1

φ2

CLK

Non-overlap

φ1

φ1 φ2

φ2

Avoiding Clock Overlap

Page 38: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.38

CLK

CLK

A B

X

D Q

CLK

CLK

φ1

φ2

CLK

Non-overlap

φ1

φ1 φ2

φ2

Avoiding Clock Overlap

Page 39: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.39

Overpowering the Feedback Loop – Cross-Coupled Pairs

NOR-based set-reset

Asynchronous doesn’t fit in dominant methodology! (99% of the ICs are synchronous)

How to turn it into a synchronous circuit?

Source: Rabaey; Chandrakasan; Nikolic, 2003

Page 40: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.40

(W/L)M2 = 3 (W/L)M1 (W/L)M4 = 3 (W/L)M3

This is not used in datapaths any more, but is a basic building memory cell

Ratioed CMOS SR Latch

Page 41: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.41

Q = 1: R = 1 @ CLK = 1 → Q = 0 VQ = VDD → VQ = VDD/2

(W/L)M2 = 3 (W/L)M1 (W/L)M4 = 3 (W/L)M3

3(W/L)M7-M8 ≈ (W/L)M4

0

Ratioed CMOS SR Latch

Page 42: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.42

Q = 0: S = 1 @ CLK = 1 → Q = 1

(W/L)M2 = 3 (W/L)M1 (W/L)M4 = 3 (W/L)M3

3(W/L)M5-M6 ≈ (W/L)M2

VQ = VDD → VQ = VDD/2

0

Ratioed CMOS SR Latch

Page 43: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.43

3(W/L)M5-M6 ≈ (W/L)M2

(WM2/Lmin) = 3 (WM1/ Lmin)

= (WM2/Lmin) = (3WM1/Lmin)

(W/L)M5-M6 = W/(2 Lmin)

W = WM5 = WM6

Ratioed CMOS SR Latch

Page 44: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.44

3(W/L)M5-M6 ≈ 3 W/(2 Lmin) = 3 WM1/Lmin

(WM2/Lmin) = 3 (WM1/ Lmin)

For WM1 = 2 Lmin:

W = WM5 = WM6 ≈ 4 Lmin

How accurate is the value of W for Lmin = 0.25 µ and WM1 = 0.5 µ ?

Ratioed CMOS SR Latch

Page 45: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.45

Transient response

W≈3 Lmin is enough!

Ratioed CMOS SR Latch Sizing Issues

Page 46: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.46

Requires proper transitor sizing: ratioed design.

Synchronized Cross-Coupled NAND

Page 47: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.47

What is the corresponding truth table?

For a given tp, which requires more area synchronized cross-coupled NOR or NAND?

Cross-Coupled NAND

Page 48: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.48

S Q

R Q

0

0

0

1

Initial Values

Generating Two-Phase Non-Overlapping Clock

Page 49: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.49

S Q

R Q

0

0

0

1

Time = to

0

1

0

1

Generating Two-Phase Non-Overlapping Clock

Page 50: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.50

S Q

R Q

0

0

0

1

0

1

0

1 0

0 0

1

Time = to + d

Generating Two-Phase Non-Overlapping Clock

Page 51: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.51

S Q

R Q

0

0

0

1

0

1

0

1 0

0 0

1 1

0

0

1

Time = to + 2d

Generating Two-Phase Non-Overlapping Clock

Page 52: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.52

S Q

R Q

φ1

φ2

CLK

φ1

φ2

CLK

Non-overlap

Generating Two-Phase Non-Overlapping Clock

Page 53: Integrated Circuits & Systemsguntzel/ine5442/slides/CSI-lecture-18-Sequential... · CMOS Sequential Circuits - 1 Prof. José Luís Güntzel guntzel@inf.ufsc.br Integrated Circuits

CMOS Sequential Circuits

Lecture 18 – 2012/2 Prof. José Luís Güntzel

INE/CTC/UFSC Integrated Circuits and Systems Slide 18.53

References

1.  RABAEY, J; CHANDRAKASAN, A.; NIKOLIC, B. Digital Integrated Circuits: a design perspective. 2nd Edition. Prentice Hall, 2003. ISBN: 0-13-090996-3.

2.  WESTE, Neil; HARRIS, David. CMOS VLSI Design: a circuits and systems perspective. Addison-Wesley, 4th Edition, 2010. ISBN 978-0321547743.