reisner: Minor changes authored by Christopher Reisner's avatar Christopher Reisner
......@@ -25,8 +25,8 @@ Following pre-requisites are necessary in order to work through this tutorial:
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)
+ **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
......
......