Bump FireSim, update reset delay in ScalaTests
This commit is contained in:
@@ -109,7 +109,7 @@ abstract class FireSimTestSuite(
|
|||||||
val lines = Source.fromFile(file).getLines.toList
|
val lines = Source.fromFile(file).getLines.toList
|
||||||
lines.filter(_.startsWith("TRACEPORT")).drop(dropLines)
|
lines.filter(_.startsWith("TRACEPORT")).drop(dropLines)
|
||||||
}
|
}
|
||||||
val resetLength = 51
|
val resetLength = 50
|
||||||
val verilatedOutput = getLines(new File(outDir, s"/${verilatedLog}"))
|
val verilatedOutput = getLines(new File(outDir, s"/${verilatedLog}"))
|
||||||
val synthPrintOutput = getLines(new File(genDir, s"/TRACEFILE"), resetLength)
|
val synthPrintOutput = getLines(new File(genDir, s"/TRACEFILE"), resetLength)
|
||||||
assert(verilatedOutput.size == synthPrintOutput.size, "Outputs differ in length")
|
assert(verilatedOutput.size == synthPrintOutput.size, "Outputs differ in length")
|
||||||
|
|||||||
Submodule sims/firesim updated: 92fe0e4def...9eaa0dc850
Reference in New Issue
Block a user