# FPGA

* [VHDL - FPGA Tutorial](https://www.fpgatutorial.com/vhdl/)
* [theDataBus.io](https://thedatabus.io/)
* [Project F - FPGA Development](https://projectf.io/)
* [Verilog, Formal Verification and Verilator Beginner's Tutorial](https://zipcpu.com/tutorial/)
* [fpga4fun.com - where FPGAs are fun](https://www.fpga4fun.com/)
* [Comprehensive list of FPGA development boards - FPGA Developer](https://www.fpgadeveloper.com/comprehensive-list-of-fpga-development-boards/)
* [os-fpga/open-source-fpga-resource: A list of resources related to the open-source FPGA projects](https://github.com/os-fpga/open-source-fpga-resource)
* [sylefeb/Silice: Silice is an open source language that simplifies prototyping and writing algorithms on FPGA architectures.](https://github.com/sylefeb/Silice)
* [GitHub - olofk/fusesoc: Package manager and build abstraction tool for FPGA/ASIC development](https://github.com/olofk/fusesoc)
* [FPGAwars/icestudio: Visual editor for open FPGA boards](https://github.com/FPGAwars/icestudio)

## VHDL

* [VHDL CLASS](https://web.cecs.pdx.edu/~mperkows/CLASS_VHDL/)
* [VHDL Online - A Collection of VHDL Related Internet Resources](http://esd.cs.ucr.edu/labs/tutorial/VHDL_Page.html)


---

# 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://irosyadi.gitbook.io/irosyadi/research/fpga.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.
