... | ... | @@ -16,7 +16,7 @@ Following pre-requisites are necessary in order to work through this tutorial: |
|
|
+ Basys3 Development Board
|
|
|
+ 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).
|
|
|
|
... | ... | @@ -26,11 +26,11 @@ This section explains how to generate the FPGA hardware bitstream using the Xili |
|
|
|
|
|
### 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**
|
|
|
|
|
|
_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**.
|
|
|
|
... | ... | @@ -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**.
|
|
|
|
|
|

|
|
|

|
|
|
|
|
|
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.
|
|
|
|
... | ... | |