Notes 6 Flashcards
combinational
inputs -> process ->output
sequential
input -> process -> output
/\ |
| memory \/
/
clock
analysis
what is the behavior?
start with a circuit or problem description or a Boolean equation or a sum of m terms
design
how do we do it?
efficient structure
Boolean algebra or kmap
synthesis
build it
analysis and deign given a circuit
label inputs and outputs and then the intermediates
express outputs in terms of inputs by determining the Boolean function for each gate output
this will give you an equation
then make a truth table and turn into k map to get simplified expression
pop the bubble nand gate
draw and understand it