Nicolas Matringe <> wrote in message news:<>...
> I have a testbench and the design had been simulated many times (I'm no
> beginner
) but sometimes the simulation works and the real system doesn't.
> I just wanted to watch some internal signals (I can't use SignalTap
> since I use an Altera Flex)
For troubleshooting, assign the signal to an unused pin.
Normally synthesis "just works".
When it doesn't consider the following.
1. Double check the static timing report and synthesis warnings.
2. Eliminate asynchronous processes and multiple clocks.
3. Double check all inputs for synchronization.
4. Break the design into pieces zoom in on the problem.
-- Mike Treseler