Altera_Forum
Honored Contributor
16 years agoC2 & C3 AS Mode EPCS without Altera EPCS IP
All Cyclone 1, 2 and 3 designs i have done with EPCS devices for AS configuration used the EPCS controller ip that is provided by the sopc builder with the nios cpu.
now i do a design that uses the epcs for configuration as well as for data that is fetched by the design to be used with other input data, but this time no nios is used instead pure hdl. (a simple nios design will be used only to store the user image as well as the user data via jtag) so i need to implement an ip that reads out the epcs with random read access, what is not a problem as these altera epcs (or from other manufactures) are well documented. but i wonder if i would face difficulties. within quartus device options under dual purpose options : cyclone II devices ASDO, nCSO only selectable as input tri-stated but both are output of the fpga to the epcs inputs ADSI, nCS so if they are only chooseable as inputs but my custom ip needs them as outputs ... that won't work :confused: i am quite unshure if i misunderstood here something, also as the epcs ip is not fully documented by altera. does altera do something that is not made public to access the epcs devices in user mode ? can somebody clarify that to me ?