Start a new self-contained test suite for LDSTCompUnit
authorCesar Strauss <cestrauss@gmail.com>
Sun, 6 Jun 2021 22:00:46 +0000 (19:00 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Sun, 6 Jun 2021 22:17:21 +0000 (19:17 -0300)
commit8d6a1857d6a607895b0086e084cbedc17637849b
treeea1865c8a95128abb323ef5f7a5d711ad24a470f
parent900b141682699099ed4a868d7d82899164095758
Start a new self-contained test suite for LDSTCompUnit

The idea is to use parallel processes, like on the new ALU CompUnit tests.
In this case, it will include PortInterface emulation as well.
The current goal is to ensure that exception support is properly
implemented.
src/soc/experiment/test/test_compldst_multi.py [new file with mode: 0644]