Altera_Forum
Honored Contributor
18 years agoCyclone II PS configuration problem
Hi all,
I am trying to configure 3 EP2C20 with 3 EPC2 device. The EPC2 device was configured with JTAG. So when the board power up the EP2C20 should be configured by the EPC2. The connection is as per the altera website's Passive Serial interface... nConfig: 10k ohm pull up nstatus: 10k ohm pull up conf_done: 10k ohm pull up MSEL1: GND MSEL0: 3.3V The JTAG chain has 6 devices in total: EPROM1, FPGA1, EPROM2, FPGA2, EPROM3, FPGA3. First I made a mistake of compiling the 3 devices with the option 'nCE0 as a programming pin' (i have it unconnected at the moment). The FPGA1 seem to be programmed (don't see nstatus and conf_done toggling) but not the other two. Then after I recompile all 3 devices with 'nCE0 as a i/o pin' option, all three FPGA's conf_done and nstatus seem to be toggling, but the overall conf_done signal seem to be OK. Please give me some advice? If there's anything not clear, please let me know. I will try to describe clearer if I can. Thanks so much in advance!! ETA: by the way, if I configure the 3 FPGAs with the *.sof file thru JTAG directly, there is no problem.