Skip to content

[MKC-550] FPGA article fix #695

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions content/learn/03.programming/04.vidor/vidor.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: 'FPGA HDL Basics'
description: 'Learn the basics of Field Programmable Gate Arrays (FPGA) and HDL.'
---

## Hardware Required

- [MKR Vidor 4000](https://store.arduino.cc/products/arduino-mkr-vidor-4000)

## Field Programmable Gate Arrays

Field Programmable Gate Arrays, in short [FPGAs](https://en.wikipedia.org/wiki/Field-programmable_gate_array) are a relatively old way of creating custom hardware eliminating the costs associated with silicon foundries. Unfortunately most of the complexity of chip design are still there and this is the reason why most people prefers to use off the shelf chips, often accepting their limitations, rather than take the challenge to have an optimized, efficient design with exactly the hardware they need.

Expand Down