Hey, I was wondering if anyone could provide any help in figuring out how to create a digital dice on Logism using D flip flops and displaying on a 7 segment display only displaying numbers 1-6?
Since you're using an asynchronous counter, is it safe to assume that you haven't been taught how to design a synchronous counter?Yeah I’m pretty new at this so I apologize if my connections are not really right. The text is:
“When the button is pressed the die will quickly change values as long as the button is pressed. Make sure to only use the values 1-6”

Then why did you wire it incorrectly?Yes I am familiar with the 7447
Your counter has 3 outputs, the decoder takes 4 for inputs for BCD. You also need to wire the 3 control inputs appropriately and connect power and ground.I get how it supposed to connect to the 7447 but I’m having trouble with how to properly do the connections