Move the DUT driver to within the test case process
authorCesar Strauss <cestrauss@gmail.com>
Sat, 14 Nov 2020 22:29:05 +0000 (19:29 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Sat, 14 Nov 2020 22:30:00 +0000 (19:30 -0300)
commit88c37c8a7e59d809952554e1945ebb2a44830f5f
tree5e9c0b42da9d8543b2ea88fde3e0515cc36cfde3
parentca1150c52df7f74b8dc2dc104ae1e0ec1fff681c
Move the DUT driver to within the test case process

This reduces verbosity, as parameters are replaced by local variables in
the external scope.
Another way would be to save the parameters in a class, and transform the
function into a method.
src/soc/experiment/test/test_compalu_multi.py