Skip to content

Commit

Permalink
Added obufds and obuftds tests for ZCU104
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Boronski <[email protected]>
  • Loading branch information
kboronski-ant committed Feb 25, 2022
1 parent faa5310 commit 4f5ee9f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/features/diff_io/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function(diff_io_test name)
add_generic_test(
name ${name}
board_list basys3
board_list basys3 zcu104
constr_prefix ${name}
sources ${name}.v
testbench ${name}_tb.v
Expand Down
13 changes: 13 additions & 0 deletions tests/features/diff_io/iobufds-zcu104.xdc
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]
11 changes: 11 additions & 0 deletions tests/features/diff_io/obufds-zcu104.xdc
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]

0 comments on commit 4f5ee9f

Please sign in to comment.