You're reading the documentation for a development version.
For the latest stable release version, please have a look at master.

Installation instructions

Scala

To enable SpinalSim, the following lines have to be added in your build.sbt file :

fork := true

Also the following imports have to be added in testbenches sources :

import spinal.core._
import spinal.core.sim._

Backend-dependent installation instructions