Parameterize the issuer on the number of operands and results
authorCesar Strauss <cestrauss@gmail.com>
Mon, 23 Nov 2020 10:40:04 +0000 (07:40 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Mon, 23 Nov 2020 10:50:07 +0000 (07:50 -0300)
commit197dca4a51e986e75ae61621a5b6835076531391
tree2c2ab33cad29f57176ba2b6fd4ed6f873129bd44
parentc48a3c67bd2e307e0b934147cd8c4c0b055c7b54
Parameterize the issuer on the number of operands and results

This allows reuse for the DummyALU, which has three operands, but is
otherwise similar to the ALU in terms of operations.

Also, the issuer now creates the producers and consumers.
src/soc/experiment/test/test_compalu_multi.py