Forum Discussion
Altera_Forum
Honored Contributor
14 years agoDifferent results on hardware compared to simulator
I'm having trouble when I run my code on the actual Cyclone III FPGA. In the simulator it works fine. I have set up state machines to make sure that clock signals to registers are occurring after ple...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- What am I missing here that makes the code work incorrectly on the actual hardware? --- Quote End --- Missing synchronization logic between clock domains? Missing reset synchronizer logic. Timing constraints? Does Quartus warn you about anything? Make sure all synthesis warning messages are resolved. Does TimeQuest indicate all timing is met? Rather than using LEDs to probe your design, use SignalTap II - this logic analyzer allows you to see much more of the internals of the design. Cheers, Dave