90 likes | 118 Views
Learn how to implement logic functions in binary using truth tables and hardware. This guide covers creating truth tables, designing functions algebraically, and implementing them on a breadboard with AND Chips.
E N D
ECE 1315 LAB PROCEDURES
Implementing Logic Functions • Given a Logic Function in Two Binary Variables: f(X1,X0) = X1 AND X0 • Mathematically written: f = X1 * X0 • Symbolically Written:
Truth Table for f • Generating a Truth Table for: f = X1 *X0
Hardware Implementation: • BreadBoard Layout:
LogiScan Socket • Inserting LogiScan Socket GENTLY!!:
AND Chip • 74LS08 Chip
A More Difficult Function: f(X1,X0) = 1, if X1= 1 OR X0=0 = 0, Else
Design and Implement • Algebraically, our function is Logic 1 when X1 is 1 or Xo is Logic 0, so: f(X1,X0) = X1 + X0’ • Symbolically: