I am trying to create a counter that counts up from zero all the way up to the heights passible 6bit number. It will count up automatically when the clk is on(it will never count down when clk is on) . when it is off the user has to manually sets the value up or down.
bellow is my attempt
I am able to let the clk count up on its own. I am also able to stop the clk and manually count up, but am stuck on figuring out how to make it count down.
bellow is my attempt
I am able to let the clk count up on its own. I am also able to stop the clk and manually count up, but am stuck on figuring out how to make it count down.