電子電路. Memory and Advanced Digital Circuits

Size: px
Start display at page:

Download "電子電路. Memory and Advanced Digital Circuits"

Transcription

1 電子電路 Memory and Advanced Digital Circuits Hsun-Hsiang Chen ( 陳勛祥 ) Department of Electronic Engineering National Changhua University of Education chenhh@cc.ncue.edu.tw Spring 2010

2 2 Reference Microelectronic Circuits, 5th, 2004 by Sedra/Smith

3 3 Memory and Advanced Digital Circuits Combinational Sequential Two approaches Bi-stable circuit Utilize positive feedback. Storage of charge on a capacitor Refresh, clock. Dynamic sequential circuits.

4 Latches and Flip-Flops Assuming that the input impedance of G 1 is large. Figure 11.1 (a) Basic latch. (b) The latch with the feedback loop opened. (c) Determining the operating point(s) of the latch. 4

5 The SR Flip-Flop It is formed by cross-coupling two NOR gates. Figure 11.2 (a) The set/reset (SR) flip-flop and (b) its truth table. 5

6 CMOS Implementation of SR Flip-Flops Two assumption Transistor Q 5 and Q 6 supply sufficient current to pull the node down to a voltage at least slightly below the threshold of (Q 3,Q 4 )the inverter. The set signal remains high for an interval long enough to cause regeneration to take over the switching process. Figure 11.3 CMOS implementation of a clocked SR flip-flop. The clock signal is denoted by φ. 6

7 7 Example 11.1 The CMOS SR flip-flop in Fig is fabricated in a process technology for which μ n C ox = 2.5μ p C ox =50μA/V 2, V tn = V tp =1, and V DD =5V. The inverters have (W/L) n = 4μm /2μm and (W/L) p =10μm/2μm. The four NMOS transistors in the set-reset circuit have equal ratios. Determine the minimum value required for this W/L ratio to ensure that the flip-flop will switch.

8 8 Figure 11.4 The relevant portion of the flip-flop circuit of Fig for determining the minimum W/L ratios of Q 5 and Q 6 needed to ensure that the flip-flop will switch. Example 11.1 To simplify matters, we assume that the series connection of Q5 and Q6 is approximately equivalent to a single transistor whose W/L is half the W/L of each of Q 5 and Q 6. ( ) ( ) = SD SD tp SGp ox p DS DS tn GSn ox n V V V V L W C V V V V L W C μ μ ( ) ( ) = L W 4 4 and 6 5 = = L W L W

9 A Simpler CMOS Implementation Figure 11.5 A simpler CMOS implementation of the clocked SR flip-flop. This circuit is popular as the basic cell in the design of static random-access memory (SRAM) chips. 9

10 10 Implementations of Flip-Flop Replacing the gates with their CMOS circuit realizations. Results in rather complex circuits. Circuit Design viewpoint Simpler circuits can be found.

11 D Flip-Flop Circuits As the clock goes high, the flip-flop acquires the logic level that existed on the D line just before the rising edge of the clock. Such a flip-flop is said to be Edge triggered Figure 11.6 A block-diagram representation of the D flip-flop. 11

12 A simple implementation The circuit combines the positive-feedback technique of static bistable circuits and the charge-storage technique of dynamic circuits An inherent drawback: during φ, the output of the flip flop simply follows the signal on the D input line. Using the master-slave configuration We are simply using the single MOS transistor as a shorthand notation for a series switch. Figure 11.7 A simple implementation of the D flip-flop. The circuit in (a) utilizes the two-phase nonoverlapping clock whose waveforms are shown in (b). 12

13 A master slave D flip-flop The two clock phase must be nonoverlapping 1. φ 1 is high, φ 2 is low. 2. φ 1 goes low first, ten φ 2 goes high. The nonoverlap interval should be kept reasonably short. Figure 11.8 (a) A master slave D flip-flop. The switches can be, and usually are, implemented with CMOS transmission gates. (b) Waveforms of the two-phase nonoverlapping clock required. 13

14 14 Multivibrator circuits Types of multivibrator Bistable Two stable states Monostable One stable state One quasi-stable state Astable Two quasi-stable state

15 15 A monostable multivibrator Pulse stretcher, or a pulse standardizer A one shot. Figure 11.9 The monostable multivibrator (one-shot) as a functional block, shown to be triggered by a positive pulse. In addition, there are one shots that are triggered by a negative pulse.

16 16 A CMOS Monostable circuit It is composed of two two-input CMOS NOR gates, G1 and G2, a capacitor of capacitance C, and a resistor of resistance R. Figure A monostable circuit using CMOS NOR gates. Signal source v I supplies positive trigger pulses.

17 17 Input Clamping Diode Purpose: To prevent the input voltage signal from rising above the supply voltage VDD (by more than one diode drop) and from falling below ground voltage (by more than one diode drop). Figure (a) Diodes at each input of a two-input CMOS gate. (b) Equivalent diode circuit when the two inputs of the gate are joined together. Note that the diodes are intended to protect the device gates from potentially destructive overvoltages due to static charge accumulation.

18 18 Output equivalent circuits R on ~ a few hundred ohms. Neglecting the propagation delays through G1 and G2. These delays set a lower limit on the pulse width τ, τ > (t p1 +t p2 ) Figure Output equivalent circuit of CMOS gate when the output is (a) low and (b) high.

19 19 A CMOS Monostable circuit Initial condition: G 1 o/p=1, G 2 o/p=0, v I =0, C w/o charge. Trigger pulse applied: G 1 o/p goes 0, G 2 o/p goes 1, then v I goes 0, C begin to charge toward V DD. Figure A monostable circuit using CMOS NOR gates. Signal source v I supplies positive trigger pulses.

20 A CMOS Monostable circuit ΔV 1 = V DD R R + R on Figure Timing diagram for the monostable circuit in Fig

21 A CMOS Monostable Circuit Figure Circuit that applies during the discharge of C (at the end of the monostable pulse interval T). 21

22 Structure: An Astable Circuit Two inverter-connected NOR gates, a resistor, and a capacitor. Assumption: 1. Neglecting the finite output resistance of the CMOS gate 2. Ideal clamping diodes. Figure (a) A simple astable multivibrator circuit using CMOS gates. (b) Waveforms for the astable circuit in (a). The diodes at the gate input are assumed to be ideal and thus to limit the voltage v I1 to 0 and V DD. 22

23 Structure: Connecting an odd number of inverters in a loop. Simplification: Their edges have zero rise and fall times. Period: For a loop consists of N inverters, the period is 2Nt p and frequency 1/ 2Nt p. The Ring Oscillator Figure (a) A ring oscillator formed by connecting three inverters in cascade. (Normally at least five inverters are used.) (b) The resulting waveform. Observe that the circuit oscillates with frequency 1/6t P. 23

24 Semiconductors Memories: types and architecture Computer memory Main memory The most rapidly accessible memory. The instructions in programs are executed. The random-access type. RAM, ROM, Mass storage Serial memory Disks, tapes, 24

25 25 Semiconductors Memories: types and architecture At any moment, memory chips represent the state of the art in packing density and hence integration level. Beginning with the introduction of the 1 K- bit chip in 1970, memory-chip density has quadrupled about every 3 years. At present?

26 Memory-chip Organization The bits on a memory chip are addressable either individually or in groups of 4 to 16. As an example, a 64 M-bit chip. Assume: In out subsequent discussion that all the bits on a memory chip are individually addressable. Figure A 2 M+N -bit memory chip organized as an array of 2 M rows 2 N columns. 26

27 Memory-chip Organization Structure: 1. Cell. 2. Word line row decoder. 3. Bit line column decoder. 4. Sense amplifier. - provide a full swing digital signal. *organize cell in a square or nearly square matrix. As cell number, word line, bit line length, net resistance, capacitance, cell size, cell capacitance. Transient response. - Block partition. Figure A 2 M+N -bit memory chip organized as an array of 2 M rows 2 N columns. 27

28 28 Memory Chip timing Memory access time The time between the initiation of a read operation and the appearance of the output data. Memory cycle time The minimum time allowed between two consecutive memory operation.

29 29 Random-Access Memory (RAM) Cells In order to pack a large number of bits on a chip. Smallest cell size. Minimize power dissipation. Two types of MOS RAM: Static RAMs (SRAM) Dynamic RAMs (DRAM) Both DRAM and SRAM are volatile. Most ROM are of the nonvolatile

30 Static Memory Cell Figure A CMOS SRAM memory cell. 30

31 The Read Operation Assume: the cell is storing a 1. Precharge. Before the read operation begins, the B and B lines are precharged to an intermediate voltage. Between the low and high values. Usually V DD /2 Assume: the cell is storing a 1. Figure Relevant parts of the SRAM cell circuit during a read operation when the cell is storing a logic 1. Note that initially v Q = V DD and v Q = 0. Also note that the B and B lines are usually precharged to a voltage of about V DD /2. However, in Example 11.2, it is assumed for simplicity that the precharge voltage is V DD. 31

32 The Read Operation Read Operation. During read operation the voltage difference of B and B. Usually, only 0.2 V or so is required for the sense amplifier to detect the presence of 1 in the cell. Nondestructive operation Matched Inverter design, inverter threshold at V DD /2. the access Tr 2~3 wider than Q N. Assume: the cell is storing a 1. Figure Relevant parts of the SRAM cell circuit during a read operation when the cell is storing a logic 1. Note that initially v Q = V DD and v Q = 0. Also note that the B and B lines are usually precharged to a voltage of about V DD /2. However, in Example 11.2, it is assumed for simplicity that the precharge voltage is V DD. 32

33 Example 11.2 Process technology: μ n C ox =50μA/V 2, μ p C ox =20μA/V 2, V tn =-V tp =1V, 2φ f =0.6V, γ=0.5v 1/2, V DD =5V. (W/L) n =4/2, (W/L) p =10/2, access transistor (W/L)=10/2, assume cell store 1, capacitance of each bit line=1pf, determine the time required to develop an output voltage of 0.2. assume that B and B lines are charged to V DD. Figure Relevant parts of the SRAM cell circuit during a read operation when the cell is storing a logic 1. Note that initially v Q = V DD and v Q = 0. Also note that the B and B lines are usually precharged to a voltage of about V DD /2. However, in Example 11.2, it is assumed for simplicity that the precharge voltage is V DD. 33

34 34 Example 11.2 I I I = μ C n ox W L 1 2 ( V V ) v v DD t1 4 1 = 50 2 Q 2 1 W = μncox VDD Vt 5 2 L Q 2 ( 5 1) v Q v Q ( v ) 2 Q Δt ( ) V t v = Q Δt = C Δ B I 5 V = = 0.4ns

35 The Write Operation Total Write Delay Time: delay time for (b) + delay time of inverter + word line delay time. Write delay << Read delay, because C B >> C Q Figure Relevant parts of the SRAM circuit during a write operation. Initially, the SRAM has a stored 1 and a 0 is being written. These equivalent circuits apply before switching takes place. (a) The circuit is pulling node Q up toward V DD /2. (b) The circuit is pulling node Q down toward V DD /2. 35

36 The Write Operation Total Write Delay Time: delay time for (b) + delay time of inverter + word line delay time. Write delay << Read delay, because C B >> C Q Figure Relevant parts of the SRAM circuit during a write operation. Initially, the SRAM has a stored 1 and a 0 is being written. These equivalent circuits apply before switching takes place. (a) The circuit is pulling node Q up toward V DD /2. (b) The circuit is pulling node Q down toward V DD /2. 36

37 Dynamic Memory Cell The industry standard One-transistor cell Only one bit line is used (SRAM both B and B) Refresh every 5ms to 10 ms Operation C s is typically 30 ff to 50 ff C B is 30 to 50 times larger Figure The one-transistor dynamic RAM cell. 37

38 38 Figure The one-transistor dynamic RAM cell. Dynamic Memory Cell Reading Operation The bit line is precharged to V DD /2 V CS =V DD -V t (stored 1), V CS =0 (stored 0) Since C B >> C S + Δ + = + V V C C V C V C DD B S DD B CS S 2 ) ( 2 + = Δ 2 DD CS B S S V V C C C V Δ 2 DD CS B S V V C C V Δ t DD B S V V C C V 2 (1) Δ 2 0) ( DD B S V C C V

39 39 Dynamic Memory Cell CS VDD ΔV ( 0) C 2 B ΔV (1) C C S B V 2 DD V t For C B =30C S, V DD =5V, and V t =1.5V ΔV(0)=-83mV and ΔV(1)=33mV In modern chips, V DD =3.3 or less The readout process is destructive

40 Dynamic Memory Cell The change of voltage is detected by sense amplifier and amplified Then restoring the capacitor signal to the proper level (refresh) Periodic refreshing of the entire memory every 5 to 10 ms The interval required to refresh the entire chip is typically less then 2% of the time between refresh cycle (98% for normal operation) Figure A differential sense amplifier connected to the bit lines of a particular column. This arrangement can be used directly for SRAMs (which utilize both the B and B lines). DRAMs can be turned into differential circuits by using the dummy cell arrangement shown in Fig

41 Sense amplifiers and address The memory peripheral Improving the peripheral performance can results in Denser Faster Dissipate less power decoder Figure A differential sense amplifier connected to the bit lines of a particular column. This arrangement can be used directly for SRAMs (which utilize both the B and B lines). DRAMs can be turned into differential circuits by using the dummy cell arrangement shown in Fig

42 A differential sense amplifier that employs positive feedback. Directly used in SRAM, the DRAM circuit used through the dummy cell technique The signal difference can range between 30 mv to 500 mv Its output terminal and input terminal are the same The sense amplifier Figure A differential sense amplifier connected to the bit lines of a particular column. This arrangement can be used directly for SRAMs (which utilize both the B and B lines). DRAMs can be turned into differential circuits by using the dummy cell arrangement shown in Fig

43 The sense amplifier Structure Consists of 2 cross coupling inverter, 2 switches controlled by φ s and 3 switches controlled by φ p for precharge and equalization. Q 1, Q 2 forms an inverter, and another consists of Q 3, Q 4 Q 5, Q 6 act as switches that connect the sense amplifier to ground and V DD only when data sensing action is required. Otherwise, sense amplifier is off. This conserves power. (thousands of sense amplifiers per chip.) Figure A differential sense amplifier connected to the bit lines of a particular column. This arrangement can be used directly for SRAMs (which utilize both the B and B lines). DRAMs can be turned into differential circuits by using the dummy cell arrangement shown in Fig

44 The sense amplifier Terminals x and y are both the input and the output terminals of the amplifier The amplifier is required to detect a small signal appearing between B and B, an to amplify it to provide a full-swing signal at B and B. For instance: the cell is stored 1, then The precharge and equalization circuit When φ p goes higher prior to a read operation, Any voltage difference can result in erroneous interpretation by the sense amplifier Figure A differential sense amplifier connected to the bit lines of a particular column. This arrangement can be used directly for SRAMs (which utilize both the B and B lines). DRAMs can be turned into differential circuits by using the dummy cell arrangement shown in Fig

45 The sequence during a read operation Precharge Word line activated Sense amplifier activated Figure Waveforms of v B before and after the activation of the sense amplifier. In a read-1 operation, the sense amplifier causes the initial small increment ΔV(1) to grow exponentially to V DD. In a read-0 operation, the negative ΔV(0) grows to 0. Complementary signal waveforms develop on the B line. 45

46 Obtaining Differential Operation in Dynamic RAMs Figure An arrangement for obtaining differential operation from the single-ended DRAM cell. Note the dummy cells at the far right and far left. 46

47 The Raw-Address Decoder Figure A NOR address decoder in array form. One out of eight lines (row lines) is selected using a 3-bit address. 47

48 The Column-Address Decoder Figure A column decoder realized by a combination of a NOR decoder and a pass-transistor multiplexer. 48

49 A Tree Decoder Figure A tree column decoder. Note that the colored path shows the transistors that are conducting when A 0 = 1, A 1 = 0, and A 2 = 1, the address that results in connecting B 5 to the data line. 49

50 Read-Only Memory (ROM) Figure A simple MOS ROM organized as 8 words 4 bits. 50

51 Programmable ROMs Figure (a) Cross section and (b) circuit symbol of the floating-gate transistor used as an EPROM cell. 51

52 Shift in I-V Characteristic Figure Illustrating the shift in the i D v GS characteristic of a floating-gate transistor as a result of programming. 52

53 The Floating-Gate Transistor During Programming Figure The floating-gate transistor during programming. 53

54 Emitter-Coupled Logic (ECL) Feature The fastest logic circuit Trs are operated out of Saturation Avoiding storage-time delay Small logic swing Reducing time to charge and discharge the load and parasitic capacitances Using differential pair as a current switch Also known as current mode logic (CML) Figure The basic element of ECL is the differential pair. Here, V R is a reference voltage. 54

55 Emitter-Coupled Logic (ECL) The Basic Principle Biased with a constant current source When v i is greater than V R by about 4 V T, v O1 =V CC -IR C, V O2 =V CC When v i is lower than V R by about 4 V T, v O1 =V CC, V O2 =V CC -IR C V OH =V CC, V OL =V CC -IR C Output logic swing: IR C Figure The basic element of ECL is the differential pair. Here, V R is a reference voltage. 55

56 Emitter-Coupled Logic (ECL) Additional Remark Differential pair less susceptible to picked-up noise (particular, an interfering signal will tend to affect both sides) Constant current consumption, no supply current spikes The output signal levels are both reference to V CC, Let V CC =0, V OH =0 and V OL =-IR C Need a level shifting to make the output signal levels compatible to the input. Complementary outputs are available, simplified the logic design. Figure The basic element of ECL is the differential pair. Here, V R is a reference voltage. 56

57 57 ECL Families Gate delays Power dissipation DP ECL 10K 2 ns 25 mw 50 pj ECL 100K 0.75 ns 45 mw 30 pj The 10K series is easier to use, the rise and fall times are deliberately made longer, thus reducing signal coupling, or crosstalk.

58 The Basic Gate Circuit =-1.32 Figure Basic circuit of the ECL 10K logic-gate family. 58

59 The Basic Gate Circuit =-1.32 The value of this reference voltage is made to change with the temperature in a predetermined manner to keep the noise margins almost constant. Also, the reference voltage VR is made relatively insensitive to variations in the power supply voltage VEE. Figure Basic circuit of the ECL 10K logic-gate family. 59

60 60 Exercise Figure E11.18

61 Figure The proper way to connect high-speed logic gates such as ECL. Properly terminating the transmission line connecting the two gates eliminates the ringing that would otherwise corrupt the logic signals. (See Section ) 61

62 Voltage Transfer Curve Assume B is low, Q B is off V BE =0.75 at I E =1mA Add 50Ω termination load Figure Simplified version of the ECL gate for the purpose of finding transfer characteristics. 62

63 Voltage Transfer Curve Figure Simplified version of the ECL gate for the purpose of finding transfer characteristics. 63

64 Voltage Transfer Curve Assume that at point x, Q A is conducting 1% of I E I I E E Q Q R A = 99 V BE Q VBE Q = VT ln 99 = 115mV R A V IL = = V Assuming Q A, Q R to be match V IH V = V V = R R IL V IH Figure The OR transfer characteristic v OR versus v I, for the circuit in Fig

65 Voltage Transfer Curve To Obtain V OL I E = = V R V BE R E Q + V EE mA R VC Q = 0. 98V R V OL = V V C QR BE Q = 1.73V Figure The OR transfer characteristic v OR versus v I, for the circuit in Fig

66 Figure Circuit for determining V OH. 66

67 Figure The NOR transfer characteristic, v NOR versus v I, for the circuit in Fig

68 Figure Circuit for finding, v NOR versus v I for the range v I > V IH. 68

69 Figure Equivalent circuit for determining the temperature coefficient of the reference voltage V R. 69

70 Figure Equivalent circuit for determining the temperature coefficient of the reference voltage V R. 70

71 Figure Equivalent circuit for determining the temperature coefficient of V OL. 71

72 Figure Equivalent circuit for determining the temperature coefficient of V OH. 72

73 Figure The wired-or capability of ECL. 73

74 Figure Development of the BiCMOS inverter circuit. (a) The basic concept is to use an additional bipolar transistor to increase the output current drive of each of Q N and Q P of the CMOS inverter. (b) The circuit in (a) can be thought of as utilizing these composite devices. 74

75 Figure (Continued) (c) To reduce the turn-off times of Q 1 and Q 2, bleeder resistors R 1 and R 2 are added. (d) Implementation of the circuit in (c) using NMOS transistors to realize the resistors. (e) An improved version of the circuit in (c) obtained by connecting the lower end of R 1 to the output node. 75

76 Figure Equivalent circuits for charging and discharging a load capacitance C. Note that C includes all the capacitances present at the output node. 76

77 Figure A BiCMOS two-input NAND gate. 77

78 Figure Capture schematic of the two-input ECL gate for Example

79 Figure Circuit arrangement for computing the voltage transfer characteristics of the ECL gate in Fig

Electronic Circuits EE359A

Electronic Circuits EE359A Electronic Circuits EE359A Bruce McNair B206 bmcnair@stevens.edu 201-216-5549 1 Memory and Advanced Digital Circuits - 2 Chapter 11 2 Figure 11.1 (a) Basic latch. (b) The latch with the feedback loop opened.

More information

EE 330 Lecture 44. Digital Circuits. Dynamic Logic Circuits. Course Evaluation Reminder - All Electronic

EE 330 Lecture 44. Digital Circuits. Dynamic Logic Circuits. Course Evaluation Reminder - All Electronic EE 330 Lecture 44 Digital Circuits Dynamic Logic Circuits Course Evaluation Reminder - All Electronic Digital Building Blocks Shift Registers Sequential Logic Shift Registers (stack) Array Logic Memory

More information

CMOS Digital Integrated Circuits Lec 11 Sequential CMOS Logic Circuits

CMOS Digital Integrated Circuits Lec 11 Sequential CMOS Logic Circuits Lec Sequential CMOS Logic Circuits Sequential Logic In Combinational Logic circuit Out Memory Sequential The output is determined by Current inputs Previous inputs Output = f(in, Previous In) The regenerative

More information

CMOS Digital Integrated Circuits Analysis and Design

CMOS Digital Integrated Circuits Analysis and Design CMOS Digital Integrated Circuits Analysis and Design Chapter 8 Sequential MOS Logic Circuits 1 Introduction Combinational logic circuit Lack the capability of storing any previous events Non-regenerative

More information

DIGITAL INTEGRATED CIRCUITS A DESIGN PERSPECTIVE 2 N D E D I T I O N

DIGITAL INTEGRATED CIRCUITS A DESIGN PERSPECTIVE 2 N D E D I T I O N DIGITAL INTEGRATED CIRCUITS A DESIGN PERSPECTIVE 2 N D E D I T I O N Jan M. Rabaey, Anantha Chandrakasan, and Borivoje Nikolic CONTENTS PART I: THE FABRICS Chapter 1: Introduction (32 pages) 1.1 A Historical

More information

! Is it feasible? ! How do we decompose the problem? ! Vdd. ! Topology. " Gate choice, logical optimization. " Fanin, fanout, Serial vs.

! Is it feasible? ! How do we decompose the problem? ! Vdd. ! Topology.  Gate choice, logical optimization.  Fanin, fanout, Serial vs. ESE 570: Digital Integrated Circuits and VLSI Fundamentals Design Space Exploration Lec 18: March 28, 2017 Design Space Exploration, Synchronous MOS Logic, Timing Hazards 3 Design Problem Problem Solvable!

More information

Preface to Third Edition Deep Submicron Digital IC Design p. 1 Introduction p. 1 Brief History of IC Industry p. 3 Review of Digital Logic Gate

Preface to Third Edition Deep Submicron Digital IC Design p. 1 Introduction p. 1 Brief History of IC Industry p. 3 Review of Digital Logic Gate Preface to Third Edition p. xiii Deep Submicron Digital IC Design p. 1 Introduction p. 1 Brief History of IC Industry p. 3 Review of Digital Logic Gate Design p. 6 Basic Logic Functions p. 6 Implementation

More information

UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency

UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency Jamie E. Reinhold December 15, 2011 Abstract The design, simulation and layout of a UMAINE ECE Morse code Read Only Memory and transmitter

More information

EE 330 Lecture 44. Digital Circuits. Ring Oscillators Sequential Logic Array Logic Memory Arrays. Final: Tuesday May 2 7:30-9:30

EE 330 Lecture 44. Digital Circuits. Ring Oscillators Sequential Logic Array Logic Memory Arrays. Final: Tuesday May 2 7:30-9:30 EE 330 Lecture 44 igital Circuits Ring Oscillators Sequential Logic Array Logic Memory Arrays Final: Tuesday May 2 7:30-9:30 Review from Last Time ynamic Logic Basic ynamic Logic Gate V F A n PN Any of

More information

Memory (Part 1) RAM memory

Memory (Part 1) RAM memory Budapest University of Technology and Economics Department of Electron Devices Technology of IT Devices Lecture 7 Memory (Part 1) RAM memory Semiconductor memory Memory Overview MOS transistor recap and

More information

! Sequential Logic. ! Timing Hazards. ! Dynamic Logic. ! Add state elements (registers, latches) ! Compute. " From state elements

! Sequential Logic. ! Timing Hazards. ! Dynamic Logic. ! Add state elements (registers, latches) ! Compute.  From state elements ESE 570: Digital Integrated Circuits and VLSI Fundamentals Lec 19: April 2, 2019 Sequential Logic, Timing Hazards and Dynamic Logic Lecture Outline! Sequential Logic! Timing Hazards! Dynamic Logic 4 Sequential

More information

HIGH LOW Astable multivibrators HIGH LOW 1:1

HIGH LOW Astable multivibrators HIGH LOW 1:1 1. Multivibrators A multivibrator circuit oscillates between a HIGH state and a LOW state producing a continuous output. Astable multivibrators generally have an even 50% duty cycle, that is that 50% of

More information

Module-3: Metal Oxide Semiconductor (MOS) & Emitter coupled logic (ECL) families

Module-3: Metal Oxide Semiconductor (MOS) & Emitter coupled logic (ECL) families 1 Module-3: Metal Oxide Semiconductor (MOS) & Emitter coupled logic (ECL) families 1. Introduction 2. Metal Oxide Semiconductor (MOS) logic 2.1. Enhancement and depletion mode 2.2. NMOS and PMOS inverter

More information

Lecture 16. Complementary metal oxide semiconductor (CMOS) CMOS 1-1

Lecture 16. Complementary metal oxide semiconductor (CMOS) CMOS 1-1 Lecture 16 Complementary metal oxide semiconductor (CMOS) CMOS 1-1 Outline Complementary metal oxide semiconductor (CMOS) Inverting circuit Properties Operating points Propagation delay Power dissipation

More information

ECE 3110: Engineering Electronics II Fall Final Exam. Dec. 16, 8:00-10:00am. Name: (78 points total)

ECE 3110: Engineering Electronics II Fall Final Exam. Dec. 16, 8:00-10:00am. Name: (78 points total) Final Exam Dec. 16, 8:00-10:00am Name: (78 points total) Problem 1: Consider the emitter follower in Fig. 7, which is being used as an output stage. For Q 1, assume β = and initally assume that V BE =

More information

EE 330 Lecture 44. Digital Circuits. Other Logic Styles Dynamic Logic Circuits

EE 330 Lecture 44. Digital Circuits. Other Logic Styles Dynamic Logic Circuits EE 330 Lecture 44 Digital Circuits Other Logic Styles Dynamic Logic Circuits Course Evaluation Reminder - ll Electronic http://bit.ly/isustudentevals Review from Last Time Power Dissipation in Logic Circuits

More information

Static Random Access Memory - SRAM Dr. Lynn Fuller Webpage:

Static Random Access Memory - SRAM Dr. Lynn Fuller Webpage: ROCHESTER INSTITUTE OF TECHNOLOGY MICROELECTRONIC ENGINEERING Static Random Access Memory - SRAM Dr. Lynn Fuller Webpage: http://people.rit.edu/lffeee 82 Lomb Memorial Drive Rochester, NY 14623-5604 Email:

More information

Lecture 13 - Digital Circuits (II) MOS Inverter Circuits. October 25, 2005

Lecture 13 - Digital Circuits (II) MOS Inverter Circuits. October 25, 2005 6.12 - Microelectronic Devices and Circuits - Fall 25 Lecture 13-1 Lecture 13 - Digital Circuits (II) MOS Inverter Circuits October 25, 25 Contents: 1. NMOS inverter with resistor pull-up (cont.) 2. NMOS

More information

Module -18 Flip flops

Module -18 Flip flops 1 Module -18 Flip flops 1. Introduction 2. Comparison of latches and flip flops. 3. Clock the trigger signal 4. Flip flops 4.1. Level triggered flip flops SR, D and JK flip flops 4.2. Edge triggered flip

More information

Topic 6. CMOS Static & Dynamic Logic Gates. Static CMOS Circuit. NMOS Transistors in Series/Parallel Connection

Topic 6. CMOS Static & Dynamic Logic Gates. Static CMOS Circuit. NMOS Transistors in Series/Parallel Connection NMOS Transistors in Series/Parallel Connection Topic 6 CMOS Static & Dynamic Logic Gates Peter Cheung Department of Electrical & Electronic Engineering Imperial College London Transistors can be thought

More information

Memory Basics. historically defined as memory array with individual bit access refers to memory with both Read and Write capabilities

Memory Basics. historically defined as memory array with individual bit access refers to memory with both Read and Write capabilities Memory Basics RAM: Random Access Memory historically defined as memory array with individual bit access refers to memory with both Read and Write capabilities ROM: Read Only Memory no capabilities for

More information

CMOS VLSI Design (A3425)

CMOS VLSI Design (A3425) CMOS VLSI Design (A3425) Unit V Dynamic Logic Concept Circuits Contents Charge Leakage Charge Sharing The Dynamic RAM Cell Clocks and Synchronization Clocked-CMOS Clock Generation Circuits Communication

More information

DESIGN & IMPLEMENTATION OF SELF TIME DUMMY REPLICA TECHNIQUE IN 128X128 LOW VOLTAGE SRAM

DESIGN & IMPLEMENTATION OF SELF TIME DUMMY REPLICA TECHNIQUE IN 128X128 LOW VOLTAGE SRAM DESIGN & IMPLEMENTATION OF SELF TIME DUMMY REPLICA TECHNIQUE IN 128X128 LOW VOLTAGE SRAM 1 Mitali Agarwal, 2 Taru Tevatia 1 Research Scholar, 2 Associate Professor 1 Department of Electronics & Communication

More information

CMPEN 411 VLSI Digital Circuits Spring Lecture 24: Peripheral Memory Circuits

CMPEN 411 VLSI Digital Circuits Spring Lecture 24: Peripheral Memory Circuits CMPEN 411 VLSI Digital Circuits Spring 2011 Lecture 24: Peripheral Memory Circuits [Adapted from Rabaey s Digital Integrated Circuits, Second Edition, 2003 J. Rabaey, A. Chandrakasan, B. Nikolic] Sp11

More information

Digital Integrated Circuits - Logic Families (Part II)

Digital Integrated Circuits - Logic Families (Part II) Digital Integrated Circuits - Logic Families (Part II) MOSFET Logic Circuits MOSFETs are unipolar devices. They are simple, small in size, inexpensive to fabricate and consume less power. MOS fabrication

More information

Code No: R Set No. 1

Code No: R Set No. 1 Code No: R05310402 Set No. 1 1. (a) What are the parameters that are necessary to define the electrical characteristics of CMOS circuits? Mention the typical values of a CMOS NAND gate. (b) Design a CMOS

More information

Output Circuit of the TTL Gate

Output Circuit of the TTL Gate JFETs, G a As DEVICES A N D CIRC UITS, A N D TTL CIRC UITS 27 28 MICR OELECTR ONIC CIRCUITS SEDRA /SMITH 14.3 TRANSISTOR TRANSISTOR LOGIC (TTL OR T 2 L) For more than two decades (late 1960s to late 1980s)

More information

Objective Questions. (a) Light (b) Temperature (c) Sound (d) all of these

Objective Questions. (a) Light (b) Temperature (c) Sound (d) all of these Objective Questions Module 1: Introduction 1. Which of the following is an analog quantity? (a) Light (b) Temperature (c) Sound (d) all of these 2. Which of the following is a digital quantity? (a) Electrical

More information

EE 42/100 Lecture 23: CMOS Transistors and Logic Gates. Rev A 4/15/2012 (10:39 AM) Prof. Ali M. Niknejad

EE 42/100 Lecture 23: CMOS Transistors and Logic Gates. Rev A 4/15/2012 (10:39 AM) Prof. Ali M. Niknejad A. M. Niknejad University of California, Berkeley EE 100 / 42 Lecture 23 p. 1/16 EE 42/100 Lecture 23: CMOS Transistors and Logic Gates ELECTRONICS Rev A 4/15/2012 (10:39 AM) Prof. Ali M. Niknejad University

More information

Lecture 11 Digital Circuits (I) THE INVERTER

Lecture 11 Digital Circuits (I) THE INVERTER Lecture 11 Digital Circuits (I) THE INVERTER Outline Introduction to digital circuits The inverter NMOS inverter with resistor pull-up Reading Assignment: Howe and Sodini; Chapter 5, Sections 5.1-5.3 6.12

More information

Digital Electronics Part II - Circuits

Digital Electronics Part II - Circuits Digital Electronics Part II - Circuits Dr. I. J. Wassell Gates from Transistors 1 Introduction Logic circuits are non-linear, consequently we will introduce a graphical technique for analysing such circuits

More information

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics Sr. No. Date TITLE To From Marks Sign 1 To verify the application of op-amp as an Inverting Amplifier 2 To

More information

Lecture 6: Electronics Beyond the Logic Switches Xufeng Kou School of Information Science and Technology ShanghaiTech University

Lecture 6: Electronics Beyond the Logic Switches Xufeng Kou School of Information Science and Technology ShanghaiTech University Lecture 6: Electronics Beyond the Logic Switches Xufeng Kou School of Information Science and Technology ShanghaiTech University EE 224 Solid State Electronics II Lecture 3: Lattice and symmetry 1 Outline

More information

Preliminary Exam, Fall 2013 Department of Electrical and Computer Engineering University of California, Irvine EECS 170B

Preliminary Exam, Fall 2013 Department of Electrical and Computer Engineering University of California, Irvine EECS 170B Preliminary Exam, Fall 2013 Department of Electrical and Computer Engineering University of California, Irvine EECS 170B Problem 1. Consider the following circuit, where a saw-tooth voltage is applied

More information

The entire range of digital ICs is fabricated using either bipolar devices or MOS devices or a combination of the two. Bipolar Family DIODE LOGIC

The entire range of digital ICs is fabricated using either bipolar devices or MOS devices or a combination of the two. Bipolar Family DIODE LOGIC Course: B.Sc. Applied Physical Science (Computer Science) Year & Sem.: IInd Year, Sem - IIIrd Subject: Computer Science Paper No.: IX Paper Title: Computer System Architecture Lecture No.: 10 Lecture Title:

More information

Electronics Basic CMOS digital circuits

Electronics Basic CMOS digital circuits Electronics Basic CMOS digital circuits Prof. Márta Rencz, Gábor Takács, Dr. György Bognár, Dr. Péter G. Szabó BME DED October 21, 2014 1 / 30 Introduction The topics covered today: The inverter: the simplest

More information

IES Digital Mock Test

IES Digital Mock Test . The circuit given below work as IES Digital Mock Test - 4 Logic A B C x y z (a) Binary to Gray code converter (c) Binary to ECESS- converter (b) Gray code to Binary converter (d) ECESS- To Gray code

More information

Lecture 12 Memory Circuits. Memory Architecture: Decoders. Semiconductor Memory Classification. Array-Structured Memory Architecture RWM NVRWM ROM

Lecture 12 Memory Circuits. Memory Architecture: Decoders. Semiconductor Memory Classification. Array-Structured Memory Architecture RWM NVRWM ROM Semiconductor Memory Classification Lecture 12 Memory Circuits RWM NVRWM ROM Peter Cheung Department of Electrical & Electronic Engineering Imperial College London Reading: Weste Ch 8.3.1-8.3.2, Rabaey

More information

Chapter 2 : Semiconductor Materials & Devices (II) Feb

Chapter 2 : Semiconductor Materials & Devices (II) Feb Chapter 2 : Semiconductor Materials & Devices (II) 1 Reference 1. SemiconductorManufacturing Technology: Michael Quirk and Julian Serda (2001) 3. Microelectronic Circuits (5/e): Sedra & Smith (2004) 4.

More information

Lecture 11 Circuits numériques (I) L'inverseur

Lecture 11 Circuits numériques (I) L'inverseur Lecture 11 Circuits numériques (I) L'inverseur Outline Introduction to digital circuits The inverter NMOS inverter with resistor pull-up 6.12 Spring 24 Lecture 11 1 1. Introduction to digital circuits:

More information

ECEN689: Special Topics in High-Speed Links Circuits and Systems Spring 2012

ECEN689: Special Topics in High-Speed Links Circuits and Systems Spring 2012 ECEN689: Special Topics in High-Speed Links Circuits and Systems Spring 2012 Lecture 5: Termination, TX Driver, & Multiplexer Circuits Sam Palermo Analog & Mixed-Signal Center Texas A&M University Announcements

More information

Analog CMOS Interface Circuits for UMSI Chip of Environmental Monitoring Microsystem

Analog CMOS Interface Circuits for UMSI Chip of Environmental Monitoring Microsystem Analog CMOS Interface Circuits for UMSI Chip of Environmental Monitoring Microsystem A report Submitted to Canopus Systems Inc. Zuhail Sainudeen and Navid Yazdi Arizona State University July 2001 1. Overview

More information

Multiplexer for Capacitive sensors

Multiplexer for Capacitive sensors DATASHEET Multiplexer for Capacitive sensors Multiplexer for Capacitive Sensors page 1/7 Features Very well suited for multiple-capacitance measurement Low-cost CMOS Low output impedance Rail-to-rail digital

More information

CML Current mode full adders for 2.5-V power supply

CML Current mode full adders for 2.5-V power supply CML Current full adders for 2.5-V power supply. Kazeminejad, K. Navi and D. Etiemble. LI - U 410 CNS at 490, Université Paris Sud 91405 Orsay Cedex, France bstract We present the basic structure and performance

More information

Chapter 6 Combinational CMOS Circuit and Logic Design. Jin-Fu Li Department of Electrical Engineering National Central University Jungli, Taiwan

Chapter 6 Combinational CMOS Circuit and Logic Design. Jin-Fu Li Department of Electrical Engineering National Central University Jungli, Taiwan Chapter 6 Combinational CMOS Circuit and Logic Design Jin-Fu Li Department of Electrical Engineering National Central University Jungli, Taiwan Outline Advanced Reliable Systems (ARES) Lab. Jin-Fu Li,

More information

1 Signals and systems, A. V. Oppenhaim, A. S. Willsky, Prentice Hall, 2 nd edition, FUNDAMENTALS. Electrical Engineering. 2.

1 Signals and systems, A. V. Oppenhaim, A. S. Willsky, Prentice Hall, 2 nd edition, FUNDAMENTALS. Electrical Engineering. 2. 1 Signals and systems, A. V. Oppenhaim, A. S. Willsky, Prentice Hall, 2 nd edition, 1996. FUNDAMENTALS Electrical Engineering 2.Processing - Analog data An analog signal is a signal that varies continuously.

More information

CPE/EE 427, CPE 527 VLSI Design I: Homeworks 3 & 4

CPE/EE 427, CPE 527 VLSI Design I: Homeworks 3 & 4 CPE/EE 427, CPE 527 VLSI Design I: Homeworks 3 & 4 1 2 3 4 5 6 7 8 9 10 Sum 30 10 25 10 30 40 10 15 15 15 200 1. (30 points) Misc, Short questions (a) (2 points) Postponing the introduction of signals

More information

EECS 141: SPRING 98 FINAL

EECS 141: SPRING 98 FINAL University of California College of Engineering Department of Electrical Engineering and Computer Science J. M. Rabaey 511 Cory Hall TuTh3:3-5pm e141@eecs EECS 141: SPRING 98 FINAL For all problems, you

More information

Lecture 12 - Digital Circuits (I) The inverter. October 20, 2005

Lecture 12 - Digital Circuits (I) The inverter. October 20, 2005 6.12 - Microelectronic Devices and Circuits - Fall 25 Lecture 12-1 Lecture 12 - Digital Circuits (I) The inverter October 2, 25 Contents: 1. Introduction to digital electronics: the inverter 2. NMOS inverter

More information

DESIGNING SEQUENTIAL LOGIC CIRCUITS

DESIGNING SEQUENTIAL LOGIC CIRCUITS chapter7.fm Page 296 Friday, January 18, 2002 9:09 AM CHAPTER 7 ESIGNING SEUENTIAL LOGIC CIRCUITS Implementation techniques for flip-flops, latches, oscillators, pulse generators, and Schmitt triggers

More information

DESIGNING SEQUENTIAL LOGIC CIRCUITS

DESIGNING SEQUENTIAL LOGIC CIRCUITS chapter7.fm Page 270 Tuesday, April 18, 2000 8:52 PM CHAPTER 7 ESIGNING SEUENTIAL LOGIC CIRCUITS Implementation techniques for flip-flops, latches, oscillators, pulse generators, and Schmitt triggers n

More information

Chapter 1 Semiconductors and the p-n Junction Diode 1

Chapter 1 Semiconductors and the p-n Junction Diode 1 Preface xiv Chapter 1 Semiconductors and the p-n Junction Diode 1 1-1 Semiconductors 2 1-2 Impure Semiconductors 5 1-3 Conduction Processes in Semiconductors 7 1-4 Thep-nJunction 9' 1-5 The Meta1-Semiconductor

More information

Lecture 02: Logic Families. R.J. Harris & D.G. Bailey

Lecture 02: Logic Families. R.J. Harris & D.G. Bailey Lecture 02: Logic Families R.J. Harris & D.G. Bailey Objectives Show how diodes can be used to form logic gates (Diode logic). Explain the need for introducing transistors in the output (DTL and TTL).

More information

First Optional Homework Problem Set for Engineering 1630, Fall 2014

First Optional Homework Problem Set for Engineering 1630, Fall 2014 First Optional Homework Problem Set for Engineering 1630, Fall 014 1. Using a K-map, minimize the expression: OUT CD CD CD CD CD CD How many non-essential primes are there in the K-map? How many included

More information

Design of Low Power High Speed Fully Dynamic CMOS Latched Comparator

Design of Low Power High Speed Fully Dynamic CMOS Latched Comparator International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 4 (April 2014), PP.01-06 Design of Low Power High Speed Fully Dynamic

More information

FIRSTRANKER. 1. (a) What are the advantages of the adjustable voltage regulators over the fixed

FIRSTRANKER. 1. (a) What are the advantages of the adjustable voltage regulators over the fixed Code No: 07A51102 R07 Set No. 2 1. (a) What are the advantages of the adjustable voltage regulators over the fixed voltage regulators. (b) Differentiate betweenan integrator and a differentiator. [8+8]

More information

! Review: Sequential MOS Logic. " SR Latch. " D-Latch. ! Timing Hazards. ! Dynamic Logic. " Domino Logic. ! Charge Sharing Setup.

! Review: Sequential MOS Logic.  SR Latch.  D-Latch. ! Timing Hazards. ! Dynamic Logic.  Domino Logic. ! Charge Sharing Setup. ESE 570: Digital Integrated Circuits and VLSI Fundamentals Lec 9: March 29, 206 Timing Hazards and Dynamic Logic Lecture Outline! Review: Sequential MOS Logic " SR " D-! Timing Hazards! Dynamic Logic "

More information

ASTABLE MULTIVIBRATOR

ASTABLE MULTIVIBRATOR 555 TIMER ASTABLE MULTIIBRATOR MONOSTABLE MULTIIBRATOR 555 TIMER PHYSICS (LAB MANUAL) PHYSICS (LAB MANUAL) 555 TIMER Introduction The 555 timer is an integrated circuit (chip) implementing a variety of

More information

Design and Simulation of Low Voltage Operational Amplifier

Design and Simulation of Low Voltage Operational Amplifier Design and Simulation of Low Voltage Operational Amplifier Zach Nelson Department of Electrical Engineering, University of Nevada, Las Vegas 4505 S Maryland Pkwy, Las Vegas, NV 89154 United States of America

More information

Digital circuits. Bởi: Sy Hien Dinh

Digital circuits. Bởi: Sy Hien Dinh Digital circuits Bởi: Sy Hien Dinh This module presents the basic concepts of MOSFET digital logic circuits. We will examine NMOS logic circuits, which contain only n-channel transistors, and complementary

More information

The steeper the phase shift as a function of frequency φ(ω) the more stable the frequency of oscillation

The steeper the phase shift as a function of frequency φ(ω) the more stable the frequency of oscillation It should be noted that the frequency of oscillation ω o is determined by the phase characteristics of the feedback loop. the loop oscillates at the frequency for which the phase is zero The steeper the

More information

Fan in: The number of inputs of a logic gate can handle.

Fan in: The number of inputs of a logic gate can handle. Subject Code: 17333 Model Answer Page 1/ 29 Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model

More information

CMOS Schmitt Trigger A Uniquely Versatile Design Component

CMOS Schmitt Trigger A Uniquely Versatile Design Component CMOS Schmitt Trigger A Uniquely Versatile Design Component INTRODUCTION The Schmitt trigger has found many applications in numerous circuits, both analog and digital. The versatility of a TTL Schmitt is

More information

Digital Electronics. Assign 1 and 0 to a range of voltage (or current), with a separation that minimizes a transition region. Positive Logic.

Digital Electronics. Assign 1 and 0 to a range of voltage (or current), with a separation that minimizes a transition region. Positive Logic. Digital Electronics Assign 1 and 0 to a range of voltage (or current), with a separation that minimizes a transition region Positive Logic Logic 1 Negative Logic Logic 0 Voltage Transition Region Transition

More information

Multivibrators. Department of Electrical & Electronics Engineering, Amrita School of Engineering

Multivibrators. Department of Electrical & Electronics Engineering, Amrita School of Engineering Multivibrators Multivibrators Multivibrator is an electronic circuit that generates square, rectangular, pulse waveforms. Also called as nonlinear oscillators or function generators. Multivibrator is basically

More information

EECS 141: FALL 98 FINAL

EECS 141: FALL 98 FINAL University of California College of Engineering Department of Electrical Engineering and Computer Science J. M. Rabaey 511 Cory Hall TuTh9:30-11am ee141@eecs EECS 141: FALL 98 FINAL For all problems, you

More information

Difference between BJTs and FETs. Junction Field Effect Transistors (JFET)

Difference between BJTs and FETs. Junction Field Effect Transistors (JFET) Difference between BJTs and FETs Transistors can be categorized according to their structure, and two of the more commonly known transistor structures, are the BJT and FET. The comparison between BJTs

More information

CHAPTER 5 DESIGN AND ANALYSIS OF COMPLEMENTARY PASS- TRANSISTOR WITH ASYNCHRONOUS ADIABATIC LOGIC CIRCUITS

CHAPTER 5 DESIGN AND ANALYSIS OF COMPLEMENTARY PASS- TRANSISTOR WITH ASYNCHRONOUS ADIABATIC LOGIC CIRCUITS 70 CHAPTER 5 DESIGN AND ANALYSIS OF COMPLEMENTARY PASS- TRANSISTOR WITH ASYNCHRONOUS ADIABATIC LOGIC CIRCUITS A novel approach of full adder and multipliers circuits using Complementary Pass Transistor

More information

Chapter 6 DIFFERENT TYPES OF LOGIC GATES

Chapter 6 DIFFERENT TYPES OF LOGIC GATES Chapter 6 DIFFERENT TYPES OF LOGIC GATES Lesson 9 CMOS gates Ch06L9-"Digital Principles and Design", Raj Kamal, Pearson Education, 2006 2 Outline CMOS (n-channel based MOSFETs based circuit) CMOS Features

More information

EE 330 Lecture 43. Digital Circuits. Other Logic Styles Dynamic Logic Circuits

EE 330 Lecture 43. Digital Circuits. Other Logic Styles Dynamic Logic Circuits EE 330 Lecture 43 Digital Circuits Other Logic Styles Dynamic Logic Circuits Review from Last Time Elmore Delay Calculations W M 5 V OUT x 20C RE V IN 0 L R L 1 L R R 6 W 1 C C 3 D R t 1 R R t 2 R R t

More information

UNIT-III GATE LEVEL DESIGN

UNIT-III GATE LEVEL DESIGN UNIT-III GATE LEVEL DESIGN LOGIC GATES AND OTHER COMPLEX GATES: Invert(nmos, cmos, Bicmos) NAND Gate(nmos, cmos, Bicmos) NOR Gate(nmos, cmos, Bicmos) The module (integrated circuit) is implemented in terms

More information

Abu Dhabi Men s College, Electronics Department. Logic Families

Abu Dhabi Men s College, Electronics Department. Logic Families bu Dhabi Men s College, Electronics Department Logic Families There are several different families of logic gates. Each family has its capabilities and limitations, its advantages and disadvantages. The

More information

Mux-Based Latches. Lecture 8. Sequential Circuits 1. Mux-Based Latch. Mux-Based Latch. Negative latch (transparent when CLK= 0)

Mux-Based Latches. Lecture 8. Sequential Circuits 1. Mux-Based Latch. Mux-Based Latch. Negative latch (transparent when CLK= 0) Mux-Based Latches Lecture 8 equential Circuits Negative latch (transparent when = 0) Positive latch (transparent when = ) Peter Cheung epartment of Electrical & Electronic Engineering Imperial College

More information

Logic Families. Describes Process used to implement devices Input and output structure of the device. Four general categories.

Logic Families. Describes Process used to implement devices Input and output structure of the device. Four general categories. Logic Families Characterizing Digital ICs Digital ICs characterized several ways Circuit Complexity Gives measure of number of transistors or gates Within single package Four general categories SSI - Small

More information

8-Bit A/D Converter AD673 REV. A FUNCTIONAL BLOCK DIAGRAM

8-Bit A/D Converter AD673 REV. A FUNCTIONAL BLOCK DIAGRAM a FEATURES Complete 8-Bit A/D Converter with Reference, Clock and Comparator 30 s Maximum Conversion Time Full 8- or 16-Bit Microprocessor Bus Interface Unipolar and Bipolar Inputs No Missing Codes Over

More information

Chapter 4. CMOS Cascode Amplifiers. 4.1 Introduction. 4.2 CMOS Cascode Amplifiers

Chapter 4. CMOS Cascode Amplifiers. 4.1 Introduction. 4.2 CMOS Cascode Amplifiers Chapter 4 CMOS Cascode Amplifiers 4.1 Introduction A single stage CMOS amplifier cannot give desired dc voltage gain, output resistance and transconductance. The voltage gain can be made to attain higher

More information

Classification of Digital Circuits

Classification of Digital Circuits Classification of Digital Circuits Combinational logic circuits. Output depends only on present input. Sequential circuits. Output depends on present input and present state of the circuit. Combinational

More information

Design of Low-Power High-Performance 2-4 and 4-16 Mixed-Logic Line Decoders

Design of Low-Power High-Performance 2-4 and 4-16 Mixed-Logic Line Decoders Design of Low-Power High-Performance 2-4 and 4-16 Mixed-Logic Line Decoders B. Madhuri Dr.R. Prabhakar, M.Tech, Ph.D. bmadhusingh16@gmail.com rpr612@gmail.com M.Tech (VLSI&Embedded System Design) Vice

More information

CS302 - Digital Logic Design Glossary By

CS302 - Digital Logic Design Glossary By CS302 - Digital Logic Design Glossary By ABEL : Advanced Boolean Expression Language; a software compiler language for SPLD programming; a type of hardware description language (HDL) Adder : A digital

More information

BICMOS Technology and Fabrication

BICMOS Technology and Fabrication 12-1 BICMOS Technology and Fabrication 12-2 Combines Bipolar and CMOS transistors in a single integrated circuit By retaining benefits of bipolar and CMOS, BiCMOS is able to achieve VLSI circuits with

More information

8. Combinational MOS Logic Circuits

8. Combinational MOS Logic Circuits 8. Combinational MOS Introduction Combinational logic circuits, or gates, witch perform Boolean operations on multiple input variables and determine the output as Boolean functions of the inputs, are the

More information

12-nm Novel Topologies of LPHP: Low-Power High- Performance 2 4 and 4 16 Mixed-Logic Line Decoders

12-nm Novel Topologies of LPHP: Low-Power High- Performance 2 4 and 4 16 Mixed-Logic Line Decoders 12-nm Novel Topologies of LPHP: Low-Power High- Performance 2 4 and 4 16 Mixed-Logic Line Decoders Mr.Devanaboina Ramu, M.tech Dept. of Electronics and Communication Engineering Sri Vasavi Institute of

More information

Module-1: Logic Families Characteristics and Types. Table of Content

Module-1: Logic Families Characteristics and Types. Table of Content 1 Module-1: Logic Families Characteristics and Types Table of Content 1.1 Introduction 1.2 Logic families 1.3 Positive and Negative logic 1.4 Types of logic families 1.5 Characteristics of logic families

More information

6.012 Microelectronic Devices and Circuits

6.012 Microelectronic Devices and Circuits Page 1 of 13 YOUR NAME Department of Electrical Engineering and Computer Science Massachusetts Institute of Technology 6.012 Microelectronic Devices and Circuits Final Eam Closed Book: Formula sheet provided;

More information

Digital Microelectronic Circuits ( ) Pass Transistor Logic. Lecture 9: Presented by: Adam Teman

Digital Microelectronic Circuits ( ) Pass Transistor Logic. Lecture 9: Presented by: Adam Teman Digital Microelectronic Circuits (361-1-3021 ) Presented by: Adam Teman Lecture 9: Pass Transistor Logic 1 Motivation In the previous lectures, we learned about Standard CMOS Digital Logic design. CMOS

More information

Basic Logic Circuits

Basic Logic Circuits Basic Logic Circuits Required knowledge Measurement of static characteristics of nonlinear circuits. Measurement of current consumption. Measurement of dynamic properties of electrical circuits. Definitions

More information

Advanced Operational Amplifiers

Advanced Operational Amplifiers IsLab Analog Integrated Circuit Design OPA2-47 Advanced Operational Amplifiers כ Kyungpook National University IsLab Analog Integrated Circuit Design OPA2-1 Advanced Current Mirrors and Opamps Two-stage

More information

Lab 7 (Hands-On Experiment): CMOS Inverter, NAND Gate, and NOR Gate

Lab 7 (Hands-On Experiment): CMOS Inverter, NAND Gate, and NOR Gate Lab 7 (Hands-On Experiment): CMOS Inverter, NAND Gate, and NOR Gate EECS 170LB, Wed. 5:00 PM TA: Elsharkasy, Wael Ryan Morrison Buu Truong Jonathan Lam 03/05/14 Introduction The purpose of this lab is

More information

D n ox GS THN DS GS THN DS GS THN. D n ox GS THN DS GS THN DS GS THN

D n ox GS THN DS GS THN DS GS THN. D n ox GS THN DS GS THN DS GS THN Name: EXAM #3 Closed book, closed notes. Calculators may be used for numeric computations only. All work is to be your own - show your work for maximum partial credit. Data: Use the following data in all

More information

Chapter 7 EMITTER-COUPLED LOGIC

Chapter 7 EMITTER-COUPLED LOGIC Chapter 7 EMITTER-COUPLED LOGIC The major speed limitation of TTL is the turn-off time of saturated transistors. To be sure, TTL has come a long way from the 100 ns time of DTL to the 2-4 ns propagation

More information

EG572EX: ELECTRONIC CIRCUITS I 555 TIMERS

EG572EX: ELECTRONIC CIRCUITS I 555 TIMERS EG572EX: ELECTRONIC CIRCUITS I 555 TIMERS Prepared By: Ajay Kumar Kadel, Kathmandu Engineering College 1) PIN DESCRIPTIONS Fig.1 555 timer Pin Configurations Pin 1 (Ground):- All voltages are measured

More information

Introduction to IC-555. Compiled By: Chanakya Bhatt EE, IT-NU

Introduction to IC-555. Compiled By: Chanakya Bhatt EE, IT-NU Introduction to IC-555 Compiled By: Chanakya Bhatt EE, IT-NU Introduction SE/NE 555 is a Timer IC introduced by Signetics Corporation in 1970 s. It is basically a monolithic timing circuit that produces

More information

EEC 118 Lecture #12: Dynamic Logic

EEC 118 Lecture #12: Dynamic Logic EEC 118 Lecture #12: Dynamic Logic Rajeevan Amirtharajah University of California, Davis Jeff Parkhurst Intel Corporation Outline Today: Alternative MOS Logic Styles Dynamic MOS Logic Circuits: Rabaey

More information

A Low-Power SRAM Design Using Quiet-Bitline Architecture

A Low-Power SRAM Design Using Quiet-Bitline Architecture A Low-Power SRAM Design Using uiet-bitline Architecture Shin-Pao Cheng Shi-Yu Huang Electrical Engineering Department National Tsing-Hua University, Taiwan Abstract This paper presents a low-power SRAM

More information

BASIC PHYSICAL DESIGN AN OVERVIEW The VLSI design flow for any IC design is as follows

BASIC PHYSICAL DESIGN AN OVERVIEW The VLSI design flow for any IC design is as follows Unit 3 BASIC PHYSICAL DESIGN AN OVERVIEW The VLSI design flow for any IC design is as follows 1.Specification (problem definition) 2.Schematic(gate level design) (equivalence check) 3.Layout (equivalence

More information

11. What is fall time (tf) in transistor? The time required for the collector current to fall from 90% to 10% of its DEPARTMENT OF ECE EC 6401 Electronic Circuits II UNIT-IV WAVE SHAPING AND MULTIVIBRATOR

More information

CMOS VLSI Design (A3425)

CMOS VLSI Design (A3425) CMOS VLSI Design (A3425) Unit III Static Logic Gates Introduction A static logic gate is one that has a well defined output once the inputs are stabilized and the switching transients have decayed away.

More information

ECE/CoE 0132: FETs and Gates

ECE/CoE 0132: FETs and Gates ECE/CoE 0132: FETs and Gates Kartik Mohanram September 6, 2017 1 Physical properties of gates Over the next 2 lectures, we will discuss some of the physical characteristics of integrated circuits. We will

More information

Lecture 4&5 CMOS Circuits

Lecture 4&5 CMOS Circuits Lecture 4&5 CMOS Circuits Xuan Silvia Zhang Washington University in St. Louis http://classes.engineering.wustl.edu/ese566/ Worst-Case V OL 2 3 Outline Combinational Logic (Delay Analysis) Sequential Circuits

More information

Digital Logic Circuits

Digital Logic Circuits Digital Logic Circuits Let s look at the essential features of digital logic circuits, which are at the heart of digital computers. Learning Objectives Understand the concepts of analog and digital signals

More information