Skip to content

Commit 461052e

Browse files
committed
my first fpga
1 parent 2d08d14 commit 461052e

4 files changed

+7
-2
lines changed

Tutorials/My_First_Fpga_DE10-Nano.pdf

3.72 MB
Binary file not shown.
File renamed without changes.
File renamed without changes.

Tutorials/README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Tutorials
22

3-
A good intro to start with is reading the [My first FPGA](./../Documents/My_First_Fpga.pdf) document to get familiar with Quartus.
3+
A good intro to start with is reading the My first FPGA document to get familiar with Quartus. DE10 version is a more up to date document with latest Quartus versions but have a look at the Sockit one for specific things like device selection and Pins location.
4+
5+
Note: for device selection check the number on your Cyclone V chip (my board comes with device 5CSXFC6D6F31C6) but it will work also if you use device 5CSXFC6D6F31C8.
46

57
Check folders above which contain different tutorials.
68

79
Learn an HDL (hardware description language) like Verilog or VHDL.
810

911
Most of the tutorials wrote for the [Chameleon96](https://github.com/SoCFPGA-learning/Chameleon96) board will be of help and can be adapted easily for the SoCKit as well. Main difference is that with SoCKit board you don't have to mess with Platform Designer and LoanIO's from the beginning, so it's an easier board to start with.
1012

11-
**Useful sites with tutorials:**
13+
**Useful sites with specific tutorials for SoCKit boards:**
1214

1315
* https://zhehaomao.com/project/2014/01/02/fpga-series.html
1416
* http://www.norstrand.priv.no/
17+
18+
**Useful sites with generic tutorials:**
19+
1520
* https://github.com/Obijuan/open-fpga-verilog-tutorial/wiki/Home_EN (digital design with open source tools)

0 commit comments

Comments
 (0)