working on splitting out common mul pipe test code
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 9 Oct 2020 03:24:02 +0000 (20:24 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 9 Oct 2020 03:24:02 +0000 (20:24 -0700)
commit63e77bf10073980a6e74b5e04c722dd0a5d305eb
tree92b3c91149b5933fc46952c51603fd5cfcc2c8ad
parent66f9f9d041d3b8dcd74d80627a6c68b50ea4d507
working on splitting out common mul pipe test code

add initial tests for mul-add instructions
src/soc/fu/mul/test/helper.py [new file with mode: 0644]
src/soc/fu/mul/test/test_pipe_caller.py