-
Notifications
You must be signed in to change notification settings - Fork 1
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
5e153c0
commit 498c3d4
Showing
3 changed files
with
683 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
########## LED CONSTRAINTS FOR the MIZ7035 BOARD ########## | ||
#LD4 | ||
set_property PACKAGE_PIN B9 [get_ports {led1_o}] | ||
##LD3 | ||
set_property PACKAGE_PIN K10 [get_ports {led2_o}] | ||
##LD2 | ||
#set_property PACKAGE_PIN H11 [get_ports {led[2]}] | ||
##LD1 | ||
#set_property PACKAGE_PIN G9 [get_ports {led[3]}] | ||
set_property IOSTANDARD LVCMOS15 [get_ports {led*}] | ||
|
||
set_property PACKAGE_PIN T4 [get_ports gthrxp_i[0]] | ||
set_property PACKAGE_PIN V4 [get_ports gthrxp_i[1]] | ||
|
||
|
||
|
||
########## GTX CONSTRAINTS FOR the MIZ7035 BOARD ########## | ||
set_property PACKAGE_PIN R5 [get_ports refclk_n_i] | ||
set_property PACKAGE_PIN R6 [get_ports refclk_p_i] | ||
create_clock -period 6.400 -name gtx_ref_clk [get_ports refclk_p_i] | ||
|
||
########## --------- SFP ------------########## | ||
set_property PACKAGE_PIN G10 [get_ports tx_disable_o[0]] | ||
set_property PACKAGE_PIN D10 [get_ports {tx_disable_o[1]}] | ||
#set_property PACKAGE_PIN A14 [get_ports {tx_disable_o[2]}] | ||
#set_property PACKAGE_PIN D13 [get_ports {tx_disable_o[3]}] | ||
|
||
set_property IOSTANDARD LVCMOS18 [get_ports tx_disable_o[*]] |
Oops, something went wrong.