Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Yes. IIRC with the old Cyclones those pins were hidden, but since the Cyclone III (at least) the FPGA programming pins can either be disabled after configuration, or used as regular I/O. So if you want to access the EPCS from your application, you need to declare those pins as regular I/O after configuration, and connect them to the EPCS controller in SOPC builder/QSys. --- Quote End --- Thank you.