Forum Discussion
Altera_Forum
Honored Contributor
8 years agoFinally I've found the source of problem.
It's caused by assign dram_clk = clock_50 assignment. When I comment it, timing analysis passes without reporting unconstrained input/output. But I still need to "redirect" system clock clock_50 to dram_clk to clock external SDRAM chip. I've tried buf(dram_clk, clock_50) instead of assign dram_clk = clock_50 ... and problem reappeared. Any suggestions ?