cyboman
Member level 4
- Joined
- Mar 9, 2010
- Messages
- 71
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- USA
- Activity points
- 1,808
I want to get back to circuit design and decided to practice some of the problems. I'm using VHDL for coding. The problem looked simple to me, but to my surprise I was not able to solve it. Please bear in mind that it is not a homework problem. I work full time and simply want to do more of circuit design and want to pick my brain. Here is the problem.
Binary sorter.
Using concurrent code, design a circuit capable of ordering the bits of a bit vector. The ordering should be from left to right, with all '1's coming first (for example, "00011001" would become "11100000").
Does anybody have any idea?
Any help is appreciated.
Binary sorter.
Using concurrent code, design a circuit capable of ordering the bits of a bit vector. The ordering should be from left to right, with all '1's coming first (for example, "00011001" would become "11100000").
Does anybody have any idea?
Any help is appreciated.