Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- This should work in simulation, but this will not work on hardware, because of the feedback loops created. When inc = '1' then accumulator will just keep adding until inc goes back to '0', so its trying to loop through an infinite number of times. The simulator is trying to warn you of bad things on hardware. Id recommend making the entire design syncronous rather than asyncronous. --- Quote End --- you mean that we cann't synthesis asyncronous design? :(