Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
20 years ago

[CPLD_config]cannot config CycloneII

We config the cyclone (EP1C6) successfully using CPLD(EMP3128). (CPLD read from Flash and config FPGA by PS mode, in 3.125MHz like Altera NiosII Kit)

So we just modify a little to config cyclone II(EP2C5), but after CONFIG_DONE=1, the FPGA cannot get into USER_MODE successfully. But the Handbook said it can workup by itself.

What's wrong? which things I should take care?

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    At last , I make it work by DCLK pulled low("0") after CONFIG_DONE='1' while it was high ("1") at first.