Figure 15. Single Data Rate Output Register
| Command | Command Example | Description |
|---|---|---|
| create_clock and create_generated_clock |
create_clock -name sdr_out_clk -period "100 MHz" sdr_out_clk create_generated_clock -source sdr_out_clk -name sdr_out_outclk sdr_out_outclk |
Generate the source clock and the output clock to transmit. |
| set_output_delay | set_output_delay -clock sdr_out_outclk 0.45 sdr_out_data | Instructs the Timing Analyzer to analyze the output data to transmit against the output clock to transmit. |