stbeno wrote
Here's my code,(i don't know if i show too many codes or not)
...
Is it wrong that i use the Mux8Way16?
I suppose I have considerded the priority of load,rest and inc,but it still doesn't work.
I think I miss something.
[It's OK to post code to get help. Once your problems are solved, please edit your post to remove the code.]
The control input priority is correctly handled by the Mux8Way16.
There are two problems here:
The
load pin of the Register is connected to
false so the Register will never change.
The Mux8Way16 is in the wrong place in the circuit. It needs to work like the Mux does in the Bit.
--Mark