Skip to content

Commit 51dc8e6

Browse files
committed
Docs: add more links to learn.md
1 parent 09dd95b commit 51dc8e6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Docs/learn.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ Some of them have been collected and aggregated on this page:
9797
- [Upduino FPGA Tutorial](https://blog.idorobots.org/entries/upduino-fpga-tutorial.html)
9898
UPduino FPGA tutorial using APIO.
9999

100+
- [Installing the Icestorm Toolchain](https://www.youtube.com/watch?v=Bfhnu9XUzLs)
101+
Guide on getting comfortable with a Makefile-based development process for Icestorm/Yosys and Verilog.
102+
100103
## Specific topic
101104

102105
- [clock domain crossing](http://fpgacpu.ca/fpga/handshake.html)
@@ -109,8 +112,11 @@ Some of them have been collected and aggregated on this page:
109112
- [Interfacing FPGAs to an ADC’s Digital Data Output](https://www.analog.com/en/technical-articles/interfacing-fpgas-to-an-adcs-digital-data-output.html)
110113
Article from Analog Design exploring the topic of ADC/DAC <-> FPGA interface.
111114

112-
- [RISCV on an ICE40 FPGA](https://pingu98.wordpress.com/2019/04/08/)
113-
A very detailed blog on implementing a RISCV in the FPGA.
115+
- [RISC-V on an ICE40 FPGA](https://pingu98.wordpress.com/2019/04/08/)
116+
A very detailed blog on implementing a RISC-V in the FPGA.
117+
118+
- [RISC-V on an iCE40 FPGA](https://github.com/BrunoLevy/learn-fpga)
119+
by the author of the relatively high-performance yet tiny RISC-V core FemtoRV.
114120

115121
## Wiki
116122

0 commit comments

Comments
 (0)