Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #51 from ucb-bar/fix-no-printf-with-verilator
Browse files Browse the repository at this point in the history
Fixes printf's not showing up.
  • Loading branch information
ducky64 authored Jul 30, 2019
2 parents 1760d3b + 226518c commit eb3c048
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private[tester] class SimApiInterface(dut: MultiIOModule, cmd: Seq[String])
}

private def dumpLogs() {
_logs.foreach(x => logger.info(x))
_logs.foreach(x => println(x))
_logs.clear
}

Expand Down

0 comments on commit eb3c048

Please sign in to comment.