Forum Discussion
Altera_Forum
Honored Contributor
14 years agoVHDL waveform simulation problems
Hello everyone, this is my first post here. Thanks in advance for reading my problem. Well, I have to create a vhdl code for a 2bit counter, which receives 8bits, and adds 1 to the counter fo...
Altera_Forum
Honored Contributor
14 years agoYou have implemented a kind of state machine to perform the intended action sequentially, one bit per clock cycle.
That's the other solution for the present problem if the involved logic is too complex to determine the result in a single clock cycle. In the present case, a parallel solution as sketched in my previous post should perfectly work. Technically, there are several points that possibly need to be changed with your code to use it in a real word application, but you'll surely find out when using it.