aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 28cecef..51c487b 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,19 @@
This lab uses [SpinalHDL](https://spinalhdl.github.io/SpinalDoc-RTD/master/index.html) for the System-on-Chip course. The build system is based on [mill](https://mill-build.org).
+## Install dependencies
+
+You need to install quartus and the spinalhdl environment. I assume you have the
+virtual cae environment with user caeuser such that you can become root via sudo.
+
+```
+sudo apt install ansible
+git clone https://github.com/fredowski/vcae.git
+cd vcae/ansible
+ansible-playbook quartus-package.yaml
+ansible-playbook spinalhdl.yaml
+```
+
## How to use this
The getting started module is "top_simple". The Scala source code is in "top_simple/src/top_simple.scala". The module directly uses the toplevel FPGA pins, i.e. no module hierachy.