# LAB4: Asynchronous VS Synchronous Circuit

ในการทดลองนี้คือ การบอกความแตกต่างของ Asynchronous กับ Synchronous circuit โดยจะบอกความแตกต่างๆไว้ดังนี้

* Asynchronous คือ การที่ทำงานโดยไม่พึ่งสัญญาณ clock หรือทำงานโดยไม่สัมพันธ์กับจังหวะของ clock
* Synchronous คือ การที่ทำงานโดยสัมพันธ์กับจังหวะของ clock

ดังนั้น Asynchronous circuit คือวงจรทั้งหมดก่อนหน้านี้ทั้งหมด ในหัวข้อนี้จึงเน้นไปที่การทำวงจรที่ทำงานสัมพันธ์กับสัญญาณ clock

### STEP 4.1 : Synchronous counter

1. สร้างไฟล์ Add source → Design source → name : lab00\_part4\_sync\_count แล้วคลิกขวา set as top
2. ทำตามผู้สอนจะได้ผลลัพธ์ดังภาพ

![](https://paper-attachments.dropbox.com/s_D2B2D05BDFD5FE101431EC9DD3A565A58C8AEEC7D82625A85FAA79EBDB2CD993_1601033327634_Screenshot+from+2020-09-25+18-28-22.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-4-asynchronous-vs-synchronous-circuit.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.
