diff options
Diffstat (limited to 'README.md')
| -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. |
