Skip to content

Commit

Permalink
Updated project to Vivado 2016.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Holzer committed Feb 14, 2017
1 parent 2a05d3a commit 4780f5d
Show file tree
Hide file tree
Showing 7 changed files with 1,141 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Arty Template <!-- Replace this line with the project name -->
# Arty-GPIO <!-- Replace this line with the project name -->
Created for Vivado 2016.4

[Link to the project wiki](https://reference.digilentinc.com/doku.php)
[Link to the project wiki](https://reference.digilentinc.com/learn/programmable-logic/tutorials/arty-general-io-demo/start)

2 changes: 1 addition & 1 deletion proj/create_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# If ::create_path global variable is set, the project is created under that path instead of the working dir

# Project specific settings. These must be updated for each project.
set proj_name "TEMPLATE"
set proj_name "GPIO"

if {[info exists ::create_path]} {
set dest_dir $::create_path
Expand Down
242 changes: 242 additions & 0 deletions src/constraints/Arty_Master.xdc

Large diffs are not rendered by default.

Loading

0 comments on commit 4780f5d

Please sign in to comment.