davyzhu
Advanced Member level 1
- Joined
- May 23, 2004
- Messages
- 494
- Helped
- 5
- Reputation
- 10
- Reaction score
- 2
- Trophy points
- 1,298
- Location
- oriental
- Activity points
- 4,436
Hi all,
When use set_input_delay/set_output_delay, how to determine the -max/-min parameter? Is it calculated by hand , calculated by tools, or give out by some standard specification?
Best regards,
Davy
When use set_input_delay/set_output_delay, how to determine the -max/-min parameter? Is it calculated by hand , calculated by tools, or give out by some standard specification?
Code:
set_input_delay -max 498 -clock EXTSCL [find port ddc_sda_i]
set_input_delay -min 0 -clock EXTSCL [find port ddc_sda_i]
set_output_delay -max 498 -clock CLK1MHZ [find port ddc_sda_o]
set_output_delay -min 0 -clock CLK1MHZ [find port ddc_sda_o]
Best regards,
Davy