1.0.4 update

This commit is contained in:
Dolu1990
2017-12-20 15:00:48 +01:00
parent bb1a2d1b9f
commit d4d59c7cc1
2 changed files with 2 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ scalaVersion := "2.11.6"
EclipseKeys.withSource := true
libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.3",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.3"
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.4",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.4"
)
addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.6" % "1.0.2")

View File

@@ -13,8 +13,6 @@ object MyTopLevelSim {
SimConfig(new MyTopLevel).withWave.doManagedSim{dut =>
//Fork a process to generate the reset and the clock on the dut
dut.clockDomain.disassertReset() //Verilator sim fix, will be fixed in SpinalHDL 1.0.4
sleep(0)
dut.clockDomain.forkStimulus(period = 10)