cjak
New Contributor
7 days agoConstraining 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?
- 6 days ago
Hi,
to declare all IO as asynchronous
set_false_path -from [all_inputs]
set_false_path -to [all_outputs]