Forum Discussion

cjak's avatar
cjak
Icon for Occasional Contributor rankOccasional Contributor
3 months ago
Solved

Constraining an unclocked output?

Hi, I am trying to achieve timing closure, but have trouble constraining outputs that is not referenced to an external clock. Do I have to define a false path for each output?
  • FvM's avatar
    3 months ago

    Hi,

    to declare all IO as asynchronous

    set_false_path -from [all_inputs]

    set_false_path -to [all_outputs]