Forum Discussion

SKon1's avatar
SKon1
Icon for Occasional Contributor rankOccasional Contributor
5 years ago

Using the -add_delay switch

Hello, I'm setting an output delays on DDR interface for a signal named "valid" relative to a clock named "clock" as follows: set_output_delay -clock clock -max -0.9 [get_ports {valid}] set_outpu...