forked from pavel-demin/red-pitaya-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
647b9e9
commit 7d54caf
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
create_clock -period 8.000 -name adc_clk [get_ports adc_clk_p] | ||
create_clock -period 8.000 -name adc_clk [get_ports adc_clk_p_i] | ||
|
||
set_input_delay -clock adc_clk 3.400 [get_ports adc_data_a[*]] | ||
set_input_delay -clock adc_clk 3.400 [get_ports adc_data_b[*]] | ||
set_input_delay -clock adc_clk 3.400 [get_ports adc_dat_a_i[*]] | ||
set_input_delay -clock adc_clk 3.400 [get_ports adc_dat_b_i[*]] | ||
|
||
create_clock -period 4.000 -name rx_clk [get_ports daisy_p_i[1]] |