fomu-workshop/docs/index.rst

31 lines
802 B
ReStructuredText
Raw Normal View History

2019-12-25 23:10:01 +00:00
==================
2019-12-25 22:36:51 +00:00
FPGA Tomu Workshop
==================
2019-12-25 20:01:37 +00:00
.. image:: ../img/logo.png
:alt: Fomu logo
Hi, Im Fomu! This workshop covers the basics of Fomu in a top-down
approach. Well start out by learning what Fomu is, how to load software
into Fomu, and finally how to write software for Fomu.
FPGAs are complex, weird things, so well take a gentle approach and
start out by treating it like a Python interpreter first, and gradually
peel away layers until were writing our own hardware registers. You can
take a break at any time and explore! Stop when you feel the concepts
are too unfamiliar, or plough on and dig deep into the world of
hardware.
2019-12-25 23:10:01 +00:00
Table of Contents
=================
2019-12-25 20:01:37 +00:00
2019-12-25 23:10:01 +00:00
.. toctree::
:maxdepth: 5
2019-12-25 20:01:37 +00:00
2019-12-25 23:10:01 +00:00
requirements
background
python
riscv
2019-12-25 23:17:21 +00:00
hdl
2019-12-25 23:10:01 +00:00
renode