Implement and test NOP in the test ALU
authorCesar Strauss <cestrauss@gmail.com>
Thu, 31 Dec 2020 21:41:18 +0000 (18:41 -0300)
committerCesar Strauss <cestrauss@gmail.com>
Thu, 31 Dec 2020 21:41:18 +0000 (18:41 -0300)
commitab617dd705de21245fb8960e423e5331409cdd1b
tree1186d636253ee7838813b218475478de69616c8b
parent1c6dc3ad92965c85ba38ba1e5f721bc7daa82f09
Implement and test NOP in the test ALU

Change the output port from Signal to Data, to allow for the output to be
masked-out.

Specify a masked-out output in the NOP test case.
src/soc/experiment/alu_hier.py
src/soc/experiment/test/test_compalu_multi.py