Skip to content

Commit 415c27c

Browse files
authored
Merge pull request #695 from arduino/karlsoderby/fpga-article-fix
[MKC-550] FPGA article fix
2 parents 78733f3 + 2c79482 commit 415c27c

File tree

1 file changed

+5
-0
lines changed
  • content/learn/03.programming/04.vidor

1 file changed

+5
-0
lines changed

content/learn/03.programming/04.vidor/vidor.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: 'FPGA HDL Basics'
33
description: 'Learn the basics of Field Programmable Gate Arrays (FPGA) and HDL.'
44
---
55

6+
## Hardware Required
7+
8+
- [MKR Vidor 4000](https://store.arduino.cc/products/arduino-mkr-vidor-4000)
9+
10+
## Field Programmable Gate Arrays
611

712
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.
813

0 commit comments

Comments
 (0)