Jiadong Yao
Member level 1
- Joined
- Mar 19, 2014
- Messages
- 40
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 278
i am working with xilinx. I got the assignment to make a 16 bit binary counter and a loadable up&down counter. Now i have made it. And i have tested them. They all work well.
The last step is to combine two counters with multiplexer.
This is the requirement.
I have tries many ways to implement. but i always got error.
Because the MUX can only allow one data to go through (the width is 1), the output of the bus cannot go through the MUX. I dont know how to do so.
Another problem is that how can i get part of the signal i.e. the upper 8 bits of the CNT16BIT(15:0)???
Thank you
Jiadong
- - - Updated - - -
I make a test file. When i try to make connection like this, i got the error
I dont know how to make the connection.
- - - Updated - - -
if you do like this,
you got the error