Computer Science K Maps and Simplest Sum of Products Worksheet – Description
Design Binary Arithmetic Components
1 bit Half Adder – constructed with all NANDs
1 bit Full Adder – constructed with all NANDs
4 bit Adder – constructed with all full adders
8 bit Adder – constructed with 4 bit adders
16 bit Adder – constructed with 8 bit adders
Test circuit using Value -> Arbitrary Value to set particular values for the inputs during a time period of the timing diagram to test the circuit with a set of specific inputs
Build using hierarchical design using PACKAGE and COMPONENT
Build using arrays of bits using STD_LOGIC_VECTOR type
The post Computer Science K Maps and Simplest Sum of Products Worksheet first appeared on .