Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The line number of the timed out step() does not appear in exception #103

Open
oharboe opened this issue Dec 18, 2019 · 0 comments
Open

Comments

@oharboe
Copy link
Contributor

oharboe commented Dec 18, 2019

Java/Scala seems to cut the exception off before there's a line number of the step() printed, so I don't know which step() that timed out

[info] - should write to main memory *** FAILED *** (1 minute, 43 seconds)
[info]   chisel3.tester.TimeoutException: timeout on Clock(IO clock in ThingAMaBob) at 1000 idle cycles
[info]   at chisel3.tester.backends.treadle.TreadleBackend.$anonfun$run$5(TreadleBackend.scala:175)
[info]   at chisel3.tester.backends.treadle.TreadleBackend.$anonfun$run$5$adapted(TreadleBackend.scala:172)
[info]   at scala.collection.mutable.HashMap.$anonfun$foreach$1(HashMap.scala:149)
[info]   at scala.collection.mutable.HashTable.foreachEntry(HashTable.scala:237)
[info]   at scala.collection.mutable.HashTable.foreachEntry$(HashTable.scala:230)
[info]   at scala.collection.mutable.HashMap.foreachEntry(HashMap.scala:44)
[info]   at scala.collection.mutable.HashMap.foreach(HashMap.scala:149)
[info]   at chisel3.tester.backends.treadle.TreadleBackend.run(TreadleBackend.scala:172)
[info]   at chisel3.tester.internal.Context$.$anonfun$run$1(Testers2.scala:85)
[info]   at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
[info]   ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant