Skip to content

Commit

Permalink
major update to vc709 example project
Browse files Browse the repository at this point in the history
  • Loading branch information
David Sidler committed Jun 25, 2018
1 parent 6b7c2b0 commit 004eddf
Show file tree
Hide file tree
Showing 4 changed files with 1,081 additions and 2,102 deletions.
8 changes: 4 additions & 4 deletions constraints/vc709.xdc
Expand Up @@ -30,10 +30,10 @@ set_property IOSTANDARD LVCMOS18 [get_ports button_west]

set_property PACKAGE_PIN AR40 [get_ports button_north]
set_property IOSTANDARD LVCMOS18 [get_ports button_north]
#set_property PACKAGE_PIN AP40 [get_ports button_south]
#set_property IOSTANDARD LVCMOS18 [get_ports button_south]
#set_property PACKAGE_PIN AV39 [get_ports button_center]
#set_property IOSTANDARD LVCMOS18 [get_ports button_center]
set_property PACKAGE_PIN AP40 [get_ports button_south]
set_property IOSTANDARD LVCMOS18 [get_ports button_south]
set_property PACKAGE_PIN AV39 [get_ports button_center]
set_property IOSTANDARD LVCMOS18 [get_ports button_center]


#UART
Expand Down

0 comments on commit 004eddf

Please sign in to comment.