Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- The simulation from the compiled VHO files will reflect what is likely to happen on the chip. If it is asynchronous then I suspect you didnt take into account logic path delays in your design. Asynchronous designs are tricky to work with as they are full of race conditions and timing issues, and can be affected by PVT (process, voltage, temperature). I highly suggest you synchronise your design (what FPGAs are designed for) as it makes a design predictable. It might be worth posting your code to see if we can see any problems with it. --- Quote End --- I will try to look into the codings again. The code is quite messy at the moment, however I have posted the top levels and also the simulation waveform using both VHO file and VHDL files. Hopefully someone can pinpoint my mistakes here. Thanks alot