reisner: Minor changes authored by Christopher Reisner's avatar Christopher Reisner
......@@ -22,7 +22,11 @@ Following pre-requisites are necessary in order to work through this tutorial:
### 5.1.1.2 Download the Design files
An archive with the design files can be downloaded [here](https://es.technikum-wien.at/iplat/testwiki/raw/master/getting-started-basys3/design-files/GettingStartedBasys3.zip).
An archive with the design files can be downloaded [here](https://es.technikum-wien.at/iplat/testwiki/raw/master/getting-started-basys3/design-files/GettingStartedBasys3.zip). It contains following files:
+ **blink_led.vhd:** RTL description of the design.
+ **blink_led.xdc:** Xilinx constraints file (Used to connect the top level Ports to the desired Pins)
+ **blink_led_tb.vhd:** Testbench of the design (Not used in this tutorial)
## 5.1.2 Tutorial
......
......