This commit is contained in:
peteraa 2019-10-17 16:17:00 +02:00
commit 63b4447084
3 changed files with 4 additions and 4 deletions

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))