Pragmatic logic

Pragmatic Logic presents the analysis and design of digital logic systems. The author begins with a brief study of binary and hexadecimal number systems and then looks at the basics of Boolean algebra. The study of logic circuits is divided into two parts, combinational logic, which has no memory, a...

Full description

Bibliographic Details
Main Author: Eccles, William J.
Format: Electronic
Language:English
Published: San Rafael, Calif. (1537 Fourth Street, San Rafael, CA 94901 USA) : Morgan & Claypool Publishers, c2007.
Edition:1st ed.
Series:Synthesis lectures on digital circuits and systems (Online) ; #13.
Subjects:
Online Access:Abstract with links to full text
Table of Contents:
  • Designing digital systems: Where are we going
  • Design, up and down
  • What's a digital system?
  • Combinational example
  • Specifications
  • Truth table
  • Reduction and simplification
  • Implementation
  • Payment!
  • Sequential example
  • Specifications
  • State diagram
  • Transition/excitation table
  • Implementation
  • Payment!
  • Documentation
  • Logic symbols
  • IEEE standard symbols
  • Wires and buses
  • Signal names and levels
  • Logic circuit families
  • TTL family
  • CMOS family
  • Summary
  • Numbers and arithmetic: Counting 101
  • Decimal
  • Binary
  • Hexadecimal
  • Binary arithmetic
  • Binary addition
  • Subtraction and 2's-complement
  • Codes
  • Summary
  • Boolean algebra: The formal stuff
  • Boolean beginnings
  • Postulates
  • Theorems
  • Using Boole
  • A proof
  • Logic simplification
  • Applying DeMorgan
  • Canonical forms
  • Definitions
  • Example of Minterms and Maxterms
  • Complements and conversions
  • Truth tables
  • Summary
  • Combinational logic: No time like the present
  • Gates and symbols
  • Basic gates
  • Nand and nor
  • Levels of logic
  • Logic circuit analysis
  • Analysis example I
  • Analysis example II
  • Analysis example III
  • Minimization
  • Map minimization, Two variables
  • Map minimization, three variables
  • Map minimization, four variables
  • Map minimization, don't-cares
  • Other minimization methods
  • Other gate arrangements
  • And-or and Nand-Nand circuits
  • Or-and and nor-nor circuits
  • Design examples
  • Multiplication
  • Flip-flop drivers
  • Summary
  • Building blocks: bigger stuff
  • Decoder
  • Minterm generator
  • Two applications of decoders
  • Other decoders
  • Multiplexer
  • One-chip designs
  • Two applications of multiplexers
  • Arithmetic
  • Programmable blocks
  • Read-only memory
  • Programmable logic device
  • Hazards and glitches
  • Example of glitch
  • Hazards
  • Design example
  • Summary
  • Sequential circuits: Now you have time!
  • Sequential logic analysis
  • Flip-flops
  • Tabular analysis of example
  • Analysis steps
  • Latches and flip-flops
  • Inverter latch
  • Better latch
  • Debouncing a switch
  • Altogether
  • Design elements
  • Design examples
  • Summary
  • Counters and registers: More building blocks
  • Counters
  • Count 30
  • "Gray" counting
  • Shift registers
  • Universal shift register
  • Ring counters
  • Random numbers
  • Another counter
  • Mealy 'n Moore
  • Parallel-serial converter
  • Summary
  • Design a microwave: Well, the controller
  • Specifications
  • Basic functions
  • User interface
  • Some additions
  • System design
  • Finite state machine
  • Signals
  • Transitions
  • Excitations
  • FSM circuit
  • Counters and timers
  • Up counters
  • Down counters
  • Do they work?
  • Display
  • Keyboard control
  • Complete system
  • Summary
  • Large systems: Do "real" designers do Boolean
  • Basic Verilog
  • Structural form
  • Dataflow form
  • Behavioral form
  • Flexible Verilog
  • Coin adder
  • Multiplication
  • Priority encoder
  • Assignment
  • Sequential logic in Verilog
  • Simple counter
  • Better counter
  • Another counter
  • Moore and Mealy
  • Final example
  • The end.