You're reading the documentation for a latest stable version vTEST.

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