Bump FireSim, update reset delay in ScalaTests

This commit is contained in:
David Biancolin
2019-09-19 15:21:08 -07:00
parent 6bb1de5a59
commit 38588b67ef
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ abstract class FireSimTestSuite(
val lines = Source.fromFile(file).getLines.toList
lines.filter(_.startsWith("TRACEPORT")).drop(dropLines)
}
val resetLength = 51
val resetLength = 50
val verilatedOutput = getLines(new File(outDir, s"/${verilatedLog}"))
val synthPrintOutput = getLines(new File(genDir, s"/TRACEFILE"), resetLength)
assert(verilatedOutput.size == synthPrintOutput.size, "Outputs differ in length")