Forum Discussion

open01's avatar
open01
Icon for Occasional Contributor rankOccasional Contributor
5 years ago
Solved

Timing Analyzer

Hi, I have two questions about Timing Analyzer. 1. As show in the fig, Quartus reminds me that I have two Unconstrained Clocks, But these two are not clock signals in my design, how can I correct...
  • open01's avatar
    open01
    5 years ago

    Hi,
    I know where the problem is.

    Because my design accidentally synthesized a latch, and these two signals are connected to latch_en, Quartus regards these two signals as clock.
    When I removed the latch, the situation was resolved.

    Thank you very much for your help.

    O.Chiang