diff options
| author | Friedrich Beckmann <friedrich.beckmann@tha.de> | 2026-03-28 13:27:25 +0100 |
|---|---|---|
| committer | Friedrich Beckmann <friedrich.beckmann@tha.de> | 2026-03-28 13:27:25 +0100 |
| commit | b60a75cf4e8d6660e38bf15d9257c342c2d1aa97 (patch) | |
| tree | e509e37004ddefdd0059c782d18fdd1d7a69e449 | |
| parent | 74a37475bafbe911604d163eb198171aa0918a21 (diff) | |
README.md: add install dependencies section
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |
