Forum Discussion
Altera_Forum
Honored Contributor
14 years agoCyclone 4 GX - Transceiver - EPCS-pins cannot be used?
Hi, we have a prototype board where we want to use REFCLK4 (Pin L10, F27-package) as reference-clock for a transciever. Now it turned out that we cannot access the EPCS-pins anymore when we use...
Altera_Forum
Honored Contributor
14 years agoTry putting the toggle rate on those signals to zero
http://www.altera.com/support/kdb/solutions/rd05052003_3407.html The Tcl constraint is set_instance_assignment -name IO_MAXIMUM_TOGGLE_RATE "0 MHz" -to $port where $port is the name of an EPCS pin. Cheers, Dave