Move the reset code outside of the sub-test
authorCesar Strauss <cestrauss@gmail.com>
Sat, 22 May 2021 20:31:00 +0000 (17:31 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Sat, 22 May 2021 20:31:00 +0000 (17:31 -0300)
commit3fa7ba28c3ff08833bc75effcacff579eba26d92
tree1f8a1e3b32945b69d303307a6b02c8220d97f8c7
parente349f6d0aa70ced9f79423018f6e7c3daac1af30
Move the reset code outside of the sub-test

Even if a sub-test fails, the core still needs to be reset.
This code does not check any assertions, so it's safe to move it outside.
src/soc/simple/test/test_runner.py