TimeQuest Analyzer. False unconstrained clock?
Hi,
In the timing analysis of my design, I have one unconstrained clock: csr_control_data_reg[0] which is the control register for the serial flash controller II IP core. The CSR is connected to the HPS using the lightweight bridge. Is there a way to ignore this path as a clock?
I tried running remove_clock -name { csr_control_data_reg[0] } but it returns "Ignored remove_clock: Argument -name with value csr_control_data_reg[0] could not match any element of the following types: ( clk )"
Can a false unconstrained clock cause a system to fail timing or cause timing-related symptoms? I am writing the EPCQL using the Serial Flash Controller II but when I erase, my system becomes unresponsive. A power cycle does not recover and I need to re-program the EPCQ or load a SOF
Thank you!