complex. TestRunner now does not work properly unless recognising
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 21 Nov 2021 21:10:47 +0000 (21:10 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 21 Nov 2021 21:10:53 +0000 (21:10 +0000)
commit10c1b76d5fb1329faaaa4f61089a00420138673d
tree491bda8c132004604af7144e7d5a1374a66b3adf
parent821ddb9dcf75c713735adcbe1ff2d23324110cca
complex.  TestRunner now does not work properly unless recognising
that first, instructions can complete out-of-order from which they were
issued, and second, that just because the Function Unit has said it
accepted the instruction does not mean it has actually completed.

TestRunner therefore needed quite a bit of sorting out
src/soc/debug/dmi.py
src/soc/simple/issuer.py
src/soc/simple/test/test_runner.py