You must login before you can post a comment.
Author: Joonsu Seo
Project access type: Public
Description:
In class, we considered a counter circuit which counted from 0b000 to 0b111 and then back
to 0b000. Design a counter circuit that ”stops” at x = 0b1111? That is, if x is not all 1s, then
increment by 1. If x is all 1s, then increment by 0, i.e., z = 0b1111. Feel free to use the Full Adder
component under Misc. Think about how you can turn a Full Adder into a half adder by setting
inputs. Also, feel free to wire up the reset line on your flip flops to reset them for testing. Please
label all your inputs and outputs
Created: Sep 18, 2023
Updated: Sep 18, 2023
Comments