Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIf it is a normal io pin make it bidirectional (inout). Then you can drive it using for example the debug tool "in system signal source and probes" or a simple toggling bit with an tristate option. The measure the io with for example signaltap...
Check for sure the io routing in the fitter. Then you can be sure your logic was optimized away. You can also do fancy stuff using jtag to force io's but the above methods are easier and faster i think.