Remove rotates and shifts from alu
authorMichael Nolan <mtnolan2640@gmail.com>
Tue, 12 May 2020 17:29:02 +0000 (13:29 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Tue, 12 May 2020 17:29:02 +0000 (13:29 -0400)
commit7f06a0a7162bed084387b2391619912fe22b251e
tree62866d975af055d2efea03b94d514dce02ff5577
parent2932f7f7c8afae7ac055fe2dc99ca1d8f2a3cb61
Remove rotates and shifts from alu
src/soc/alu/formal/proof_main_stage.py
src/soc/alu/main_stage.py
src/soc/alu/maskgen.py [deleted file]
src/soc/alu/rotator.py [deleted file]
src/soc/alu/rotl.py [deleted file]
src/soc/alu/test/test_maskgen.py [deleted file]
src/soc/alu/test/test_pipe_caller.py