rohd-cosim
rohd-cosim copied to clipboard
Properly `await` the `Simulator.reset` in finish_test.dart
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.