You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ROHD bug intel/rohd#253 is preventing us from doing an await on Simulator.reset() in finish_test.dart because the simulation doesn't get marked as ended, which the reset will wait for. Once the ROHD bug is fixed, we should adjust this.
The text was updated successfully, but these errors were encountered:
The ROHD bug intel/rohd#253 is preventing us from doing an
await
onSimulator.reset()
in finish_test.dart because the simulation doesn't get marked as ended, which the reset will wait for. Once the ROHD bug is fixed, we should adjust this.The text was updated successfully, but these errors were encountered: