rohd-cosim icon indicating copy to clipboard operation
rohd-cosim copied to clipboard

Properly `await` the `Simulator.reset` in finish_test.dart

Open mkorbel1 opened this issue 2 years ago • 0 comments

The ROHD bug https://github.com/intel/rohd/issues/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.

mkorbel1 avatar Feb 08 '23 16:02 mkorbel1