... | @@ -115,11 +115,42 @@ In the **Flow Navigator** toolbar click the **Generate Bitstream** button which |
... | @@ -115,11 +115,42 @@ In the **Flow Navigator** toolbar click the **Generate Bitstream** button which |
|
|
|
|
|
A window should pop up once the bitstream generation finished successfully. Click on **Cancel**.
|
|
A window should pop up once the bitstream generation finished successfully. Click on **Cancel**.
|
|
|
|
|
|
|
|
Now click on **File -> Export -> Export Hardware**.Check the **Include bitstream** checkbox and leave the **Export to:** dropdown menu at **<Local to project**. Click **OK**.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
Finally, click on **File -> Launch SDK**. Leave both options at **<Local to project**. Click **OK**.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
This concludes the Hardware generation process.
|
|
|
|
|
|
### 5.2.2 Xilinx SDK
|
|
### 5.2.2 Xilinx SDK
|
|
|
|
|
|
|
|
Click on **File -> New -> Application Project** to create a new project. As project name enter**blink_led**. Leave all other options at their default values. Click **Next**.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
Click on the **Empty Application** Template and click **Finish**.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
Once the project is sucessfully created right click on the **blink_led** project and click on **Import**.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
Choose **General -> File System** and click **Next**.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
Browse to the location of the downloadand extracted GettingStartedZybo.zip file. Select **main.c** and click **Finish**.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
### 5.2.3 Board Setup
|
|
### 5.2.3 Board Setup
|
|
|
|
|
|
Make sure that **JP2** is configured to use **USB** as power source. Furthermore, make sure **JP1** is configured to the **JTAG** mode. Insert a micro USB cable to **JC4** and connect it to your PC. Make sure that the switches **SW0 - SW15** are in the off position.
|
|
Make sure that **JP14** is configured to use **USB** as power source. Furthermore, make sure **JP5** is configured to the **JTAG** mode. Insert a micro USB cable to **J11** and connect it to your PC. Make sure that the switches **SW0 - SW15** are in the off position.
|
|
|
|
|
|
Finally, switch **SW16** to the on position.
|
|
Finally, switch **SW16** to the on position.
|
|
|
|
|
... | @@ -128,6 +159,12 @@ Make sure that **JP2** is configured to use **USB** as power source. Furthermore |
... | @@ -128,6 +159,12 @@ Make sure that **JP2** is configured to use **USB** as power source. Furthermore |
|
|
|
|
|
### 5.2.4 Test the Application
|
|
### 5.2.4 Test the Application
|
|
|
|
|
|
|
|
Finally, right click on the **blink_led** project and click on **Run as -> Run Configurations**. Double click on **Xilinx C/C++ application (GDB).
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
Click on the **STDIO Connection** tab. Check the **Connect STDIO to Console** checkbox
|
|
|
|
|
|
In the **Project Manager** toolbar click the **Open Hardware Manager** button which can be found in the Program and Debug subsection.
|
|
In the **Project Manager** toolbar click the **Open Hardware Manager** button which can be found in the Program and Debug subsection.
|
|
|
|
|
|

|
|

|
... | | ... | |