Project 1: Counter Modules

Slides:



Advertisements
Similar presentations
Digital Circuits. Review – Getting the truth table The first step in designing a digital circuit usually is to get the truth table. That is, for every.
Advertisements

Carry Lookahead Homework
Assignments The submission has to be by the end of this week Write your full name and the group number on the answer sheet.
Full Adder Display. Topics A 1 bit adder with LED display Ripple Adder Signed/Unsigned Subtraction Hardware Implementation of 4-bit adder.
SYEN 3330 Digital SystemsJung H. Kim Chapter5-1 1 SYEN 3330 Digital Systems Chapter 5 – Part 1.
Binary Addition. Binary Addition (1) Binary Addition (2)
Chapter 3 Continued Logic Gates Logic Chips Combinational Logic Timing Sequential Logic Flip Flops Registers Memory State Machines.
Lecture 1: Introduction to Digital Logic Design CK Cheng Tuesday 4/1/02.
ECE 301 – Digital Electronics
CS 140 Lecture 19 Professor CK Cheng 12/05/02. Sequential Machine Standard Modules Combinational Sequential System Designs.
Adders.
ECE 3130 – Digital Electronics and Design Lab 3 Multiplexers, Parity Generators, and Boolean functions using MUX Fall 2012 Allan Guan.
Chapter 3 Digital Logic Structures. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 3-2 Building Functions.
EECS 370 Discussion 1 xkcd.com. EECS 370 Discussion Topics Today: – Floating Point – Finite State Machines – Combinational Logic – Sequential Logic 2.
Digital Electronics.
1. Copyright  2005 by Oxford University Press, Inc. Computer Architecture Parhami2 Figure 10.1 Truth table and schematic diagram for a binary half-adder.
Binary Addition Section 4.5. Binary Addition Example.
ECE 3130 – Digital Electronics and Design
Combinational Logic. Outline 4.1 Introduction 4.2 Combinational Circuits 4.3 Analysis Procedure 4.4 Design Procedure 4.5 Binary Adder- Subtractor 4.6.
©2004 Brooks/Cole FIGURES FOR CHAPTER 4 APPLICATIONS OF BOOLEAN ALGEBRA MINTERM AND MAXTERM EXPANSIONS Click the mouse to move to the next page. Use the.
ADDERS Half Adders Recall that the basic rules of binary addition are as indicated below in Table 2-9. A circuit known as the half-adder carries out these.
Functions of Combinational Logic
Module 9.  Digital logic circuits can be categorized based on the nature of their inputs either: Combinational logic circuit It consists of logic gates.
Digital Electronics Lecture 6 Combinational Logic Circuit Design.
Digital Electronics and Computer Interfacing
Multiplexers. Functional Description and Symbols.
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 – Lab 6 Multiplexers,
Universal college of engineering & technology. .By Harsh Patel)
Sneha.  A combinational circuit that performs the addition of two bits is called a half adder.  It has two inputs.  It has two outputs.
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
Computing Machinery Chapter 3: Combinational Circuits.
Chapter 3 Digital Logic Structures
Gates AND, OR, NOT NAND, NOR Combinational logic No memory A set of inputs uniquely and unambiguously specifies.
3.13 How many output lines will a five-input decoder have?
1 The ALU l ALU includes combinational logic. –Combinational logic  a change in inputs directly causes a change in output, after a characteristic delay.
Lecture No. 14 Combinational Functional Devices. Digital Logic &Design Dr. Waseem Ikram Lecture 14.
ECEN 248 Lab 3: Study and Implementation of Adders Dept. of Electrical and Computer Engineering.
PRESENTATION Carry Look Ahead Adder.
Presented by A. Maleki Fall Semester, 2010
Combinational Circuits
ECE 3130 Digital Electronics and Design
ECE 3130 Digital Electronics and Design
Digital Electronics Multiplexer
Multiplexer.
Combinational Functions and Circuits
HDL Programming Fundamentals
Lecture 4: Combinational Functions and Circuits
Combinational Circuits
Digital Electronics Multiplexer
Dr. Clincy Professor of CS
Summary Half-Adder Basic rules of binary addition are performed by a half adder, which has two binary inputs (A and B) and two binary outputs (Carry out.
Basics Combinational Circuits Sequential Circuits
CSE Winter 2001 – Arithmetic Unit - 1
FIGURE 4.1 Block diagram of combinational circuit
HALF ADDER FULL ADDER Half Subtractor.
Digital Logic.
Ch 4. Combinational logic
Number Systems and Circuits for Addition
CSE 140L Discussion 3 CK Cheng and Thomas Weng
Dr. Clincy Professor of CS
Digital Logic.
Multiple function unit design
Combinational Circuits
Electronics for Physicists
XOR Function Logic Symbol  Description  Truth Table 
Prof. Onur Mutlu ETH Zurich Spring March 2019
Digital Circuits.
Chapter 10 Introduction to VHDL
Lecture 3 Combinational units. Adders
(Carry Lookahead Adder)
Presentation transcript:

Project 1: Counter Modules Project 352: Stop Watch Project 1: Counter Modules (Pure Combinational) -MSINC (Mode Selectable Increment/Decrement) CLAdder_4 (Carry Lookahead Adder) M10vg (Mod 10 value generator) M6vg (Mod 6 value generator) Mux21_4 (4-bit 2 to 1 Mux)

Carry Lookahead Adder - PFA(Partial Full Adder) - CLU_2(Carry Lookahead Unit for 2-bit Adder)

Mod generator 4-bit 2-to-1 Mux Fill out the truth table for both M10vg and M6vg. Generate using CAFÉ Implement the design in design architect(da) 4-bit 2-to-1 Mux Understand how 1-bit 2-to-1 Mux works Duplicate the muxes 4 times

MSINC