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._
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._