# Create Vivado Project

### **`Only Ubuntu OS`**

1. หลังจากเปิดหน้า command ทำการ source environment ของโปรแกรม และสั่งเปิดโปรแกรม

```
$ source /opt/Xilinx/Vitis/2020.1/settings64.sh 
$ vivado & disown
```

{% hint style="info" %}
ถ้าเป็นโปรแกรมบน Window สามารถเปิดโปรแกรมได้ตามปกติ
{% endhint %}

2\. เปิดโปรแกรม จะเจอหน้าต่างเริ่มต้นให้คลิกไปที่ Create project

![](https://paper-attachments.dropbox.com/s_D2B2D05BDFD5FE101431EC9DD3A565A58C8AEEC7D82625A85FAA79EBDB2CD993_1600921313856_Screenshot+from+2020-09-24+11-20-39.png)

3\. หลังจากนั้นตั้งชื่อโปรเจคว่า → lab00\_part1

* และเลือก location → โฟลเดอร์ที่สร้างไว้เตรียมส่ง

![](https://paper-attachments.dropbox.com/s_D2B2D05BDFD5FE101431EC9DD3A565A58C8AEEC7D82625A85FAA79EBDB2CD993_1600922009447_Screenshot+from+2020-09-24+11-33-10.png)

4\. เลือก RTL project แล้วกด Next จนถึงหน้า Default Part เข้าไปที่หมวดบอร์ด เลือกบอร์ดใดก็ได้

![](https://paper-attachments.dropbox.com/s_D2B2D05BDFD5FE101431EC9DD3A565A58C8AEEC7D82625A85FAA79EBDB2CD993_1600925115043_Screenshot+from+2020-09-24+12-24-42.png)

5\. หลังจากตั้งค่าเสร็จจะได้ หน้าต่างดังภาพด้านล่าง

![](https://paper-attachments.dropbox.com/s_D2B2D05BDFD5FE101431EC9DD3A565A58C8AEEC7D82625A85FAA79EBDB2CD993_1600925219738_Screenshot+from+2020-09-24+12-26-17.png)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aic-eec.com/fpga-design/basic-fpga/step-1-setting-environment-and-create-project/create-vivado-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
