Update testRunner.scala

Add enough steps
This commit is contained in:
Peter Aaser 2019-10-01 15:06:45 +02:00 committed by GitHub
parent d9a5238433
commit 3c668fa963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ object TestRunner {
binary.toList.sortBy(_._1.value).map(_._2),
program.settings,
finalVM.pc,
1500)
15000)
} yield {
val traces = mergeTraces(trace, chiselTrace).map(x => printMergedTraces((x), program))