Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
Your post is not well formatted and hard to read. Your code is also hard to follow. I dont think you really posted what the problem is.
Where is the testbench for this code? and can you post the whole code? then people might be able to simulate it themselves. Did you know that VHDL supports base level primitives in the code? having your own components for each tends to lead to difficult to read and over-complicated code. Much easier to just write: a <= b xor c; etc. - Altera_Forum
Honored Contributor
You still havent posted the code or the testbench. And it's still not clear exacltly what the problem is. I suspect there is a bug somewhere, but without the code, a clear explination of what it does, and a testbench, it is very difficult to comment.