aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@tha.de>2026-03-28 13:27:25 +0100
committerFriedrich Beckmann <friedrich.beckmann@tha.de>2026-03-28 13:27:25 +0100
commitb60a75cf4e8d6660e38bf15d9257c342c2d1aa97 (patch)
treee509e37004ddefdd0059c782d18fdd1d7a69e449
parent74a37475bafbe911604d163eb198171aa0918a21 (diff)
README.md: add install dependencies section
-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.