Forum Discussion

cjak's avatar
cjak
Icon for New Contributor rankNew Contributor
7 days 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
    6 days ago

    Hi,

    to declare all IO as asynchronous

    set_false_path -from [all_inputs]

    set_false_path -to [all_outputs]