From 0b03ab343a1d51b257df4a3ab31646d56d5f2854 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Mon, 19 Aug 2019 18:29:38 +0800 Subject: [PATCH] workshop: initial commit Signed-off-by: Sean Cross --- Workshop.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Workshop.md diff --git a/Workshop.md b/Workshop.md new file mode 100644 index 0000000..d2ee881 --- /dev/null +++ b/Workshop.md @@ -0,0 +1,9 @@ +# Fomu Workshop + +![Hi, I'm Fomu!](img/fomu.png "Fomu logo") + +Hi, I'm Fomu! This workshop covers the basics of Fomu in a top-down approach. We'll 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 we'll take a gentle approach and start out by treating it like a Python interpreter first, and gradually peel away layers until we're writing our own hardware reisters. 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. + +## Required Software \ No newline at end of file