-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added obufds and obuftds tests for ZCU104
Signed-off-by: Krzysztof Boronski <[email protected]>
- Loading branch information
1 parent
faa5310
commit 4f5ee9f
Showing
3 changed files
with
25 additions
and
1 deletion.
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
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,13 @@ | ||
# ZCU-104 board | ||
|
||
# PMOD GPIO | ||
|
||
set_property PACKAGE_PIN G8 [get_ports led] | ||
set_property PACKAGE_PIN H8 [get_ports sw[0]] | ||
set_property PACKAGE_PIN G7 [get_ports sw[1]] | ||
|
||
set_property PACKAGE_PIN H11 [get_ports diff_p] | ||
set_property PACKAGE_PIN G11 [get_ports diff_n] | ||
|
||
set_property IOSTANDARD LVDS [get_ports diff_p] | ||
set_property IOSTANDARD LVDS [get_ports diff_n] |
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,11 @@ | ||
# ZCU-104 board | ||
|
||
# PMOD GPIO | ||
|
||
set_property PACKAGE_PIN G8 [get_ports sw] | ||
|
||
set_property PACKAGE_PIN H11 [get_ports diff_p] | ||
set_property PACKAGE_PIN G11 [get_ports diff_n] | ||
|
||
set_property IOSTANDARD LVDS [get_ports diff_p] | ||
set_property IOSTANDARD LVDS [get_ports diff_n] |