Page 1 of 1

Build a 4-bit counter that can do the following. Your design can use any basic (2-input) gates (AND, OR, NAND, NOR, XOR)

Posted: Sat May 21, 2022 12:21 am
by answerhappygod
Build A 4 Bit Counter That Can Do The Following Your Design Can Use Any Basic 2 Input Gates And Or Nand Nor Xor 1
Build A 4 Bit Counter That Can Do The Following Your Design Can Use Any Basic 2 Input Gates And Or Nand Nor Xor 1 (23.91 KiB) Viewed 26 times
Build a 4-bit counter that can do the following. Your design can use any basic (2-input) gates (AND, OR, NAND, NOR, XOR), inverters, D flip-flops, and multiplexers. C2 0 0 0 0 1 1 1 C1 0 0 1 1 0 0 1 1 CO Action O HOLD 1 Count up (when reaching the highest value, increment to lowest value) 0 Up-by-three (+3 to current value. If value is too large to hold, value = value - 16) 1 Up-by-two (+2 to current value. If value is too large to hold, value = value - 16) 0 Count down (when reaching the lowest value, decrement to highest value) 1 Set (set all output bits to 1) 0 Reset (set all output bits to 0) 1 Up-by-four (+4 to current value. If value is too large to hold, value = value - 16) 1