Bit stream generation failing due to MMCM instantiation

0

I needed a phase-shifted (relative to the clk_main_a0) clock for my CL, and I implemented that using an MMCME4_ADV in my design. I ran into the well-known sub-optimal placement issues. When I did this in the pnr xdc: set_property CLOCK_DEDICATED_ROUTE ANY_CMT_COLUMN [get_nets WRAPPER_INST/SH/kernel_clks_i/clkwiz_sys_clk/inst/CLK_CORE_DRP_I/clk_inst/clk_out1] the checkpoint was generated but left my derived clock unrouted, leading to a failure in the AFI generation phase. What is the work around this? I have seen people posting this problem but none of them seemed to fail in the AFI generation stage. Thanks in Advaced

Fjaml
asked 8 months ago180 views
1 Answer
0

Hi,

There could be multiple reasons for unrouted net. The most common ones are that the derived clock signal is by accident not connected properly or the the design is congested. Have you carefully looked through the build log and checked if there is any warning or critical warning for the clock signal or the MMCM? Also, have you tried a second time and it failed in the exactly same way?

Thanks,

Chen

AWS
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions