Altera_Forum
Honored Contributor
15 years agoCyclone3 fails to configure
Hi,
I have custom board with EP3C55F484. I'm trying to configure Cyclone using .jic file in QuartusII 9.0. The problem is that after Quartus programmer says that "operation was successful" nothing happens. FPGA doesn’t configure itself. In the message field I see: Info: Started Programmer operation at Mon Sep 27 10:25:52 2010 Info: Configuring device index 1 Info: Device 1 contains JTAG ID code 0x020F50DD Info: Configuration succeeded -- 1 device(s) configured Info: Device 1 silicon ID is 0x14 Info: Erasing ASP configuration device(s) Info: Programming device(s) Info: Successfully performed operation(s) Info: Ended Programmer operation at Mon Sep 27 10:26:02 2010 Several days ago everything worked fine but one sad morning it began to fail. One more thing. Verification process fails too: Info: Performing CRC verification on device(s) Error: Verification failed for device number 1 Error: Operation failed When I tried to use .sof file instead of .jic it all worked well. So it's clear for me that my FPGA is not dead yet. On oscilloscope I can see that: - nConfig is always HIGH; - Conf_Done is always LOW; - nStatus is toggling with period ~120us; - all AS signals (DCLK, ASDO,nCS and DATA) are OK, so I assume that FPGA is trying to configure but fails for some reason. I’ve read this forum from top to bottom but didn’t find any solution. Any helpful suggestions?