- 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 (104.89 KiB) Viewed 13 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)
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Build a 4-bit counter that can do the following. Your design can use any basic (2-input) gates (AND, OR, NAND, NOR, XOR)
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 C1 0 0 1 1 0 0 CO Action 0 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 0 1 0 1 1 1 1