reisner: First Draft authored by Christopher Reisner's avatar Christopher Reisner
...@@ -16,7 +16,7 @@ Following pre-requisites are necessary in order to work through this tutorial: ...@@ -16,7 +16,7 @@ Following pre-requisites are necessary in order to work through this tutorial:
+ Basys3 Development Board + Basys3 Development Board
+ micro USB cable + micro USB cable
###5.1.2 Download the Design files ### 5.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).
...@@ -26,11 +26,11 @@ This section explains how to generate the FPGA hardware bitstream using the Xili ...@@ -26,11 +26,11 @@ This section explains how to generate the FPGA hardware bitstream using the Xili
### 5.2.1 Building the Bitstream ### 5.2.1 Building the Bitstream
_1. Launch Vivado:_** _1. Launch Vivado:_
+ select **Start > All Programs > Xilinx Design Tools > Vivado 2015.4 > Vivado 2015.4** + select **Start > All Programs > Xilinx Design Tools > Vivado 2015.4 > Vivado 2015.4**
_2. Create new Project_** _2. Create new Project_
Click on the **Create New Project** button in the quick start menu. Click **Next**. Enter blink_led as the Project name. Click **Next**. Click on the **Create New Project** button in the quick start menu. Click **Next**. Enter blink_led as the Project name. Click **Next**.
...@@ -38,7 +38,7 @@ Click on the **Create New Project** button in the quick start menu. Click **Next ...@@ -38,7 +38,7 @@ Click on the **Create New Project** button in the quick start menu. Click **Next
Select RTL Project. Make sure that the ** Do not specify sources at this time** checkbox is **not** selected. Click **Next**. Select RTL Project. Make sure that the ** Do not specify sources at this time** checkbox is **not** selected. Click **Next**.
![Pic1](https://es.technikum-wien.at/iplat/testwiki/tree/master/getting-started-basys3/img/tutorial_basys1.png) ![](https://es.technikum-wien.at/iplat/testwiki/tree/master/getting-started-basys3/img/tutorial_basys1.png)
Click on the **Add Files** Button. Browse to the previously downloaded and extracted zip folder. Select **blink_led.vhd** and click **OK**. Make sure that the **Copy sources into project** checkbox is selected. And the Target language and Simulator Language is set to VHDL. Click **Next** twice. Click on the **Add Files** Button. Browse to the previously downloaded and extracted zip folder. Select **blink_led.vhd** and click **OK**. Make sure that the **Copy sources into project** checkbox is selected. And the Target language and Simulator Language is set to VHDL. Click **Next** twice.
... ...
......