SpinalHDL 1.0.5

This commit is contained in:
Dolu1990
2017-12-22 23:19:42 +01:00
parent d4d59c7cc1
commit 7e6510833c
3 changed files with 5 additions and 5 deletions

View File

@@ -11,11 +11,9 @@ import scala.util.Random
object MyTopLevelSim {
def main(args: Array[String]) {
SimConfig(new MyTopLevel).withWave.doManagedSim{dut =>
//Fork a process to generate the reset and the clock on the dut
dut.clockDomain.forkStimulus(period = 10)
var modelState = 0
var idx = 0
while(idx < 100){