Add new shift_rot FU for shifts and rotates
authorMichael Nolan <mtnolan2640@gmail.com>
Tue, 12 May 2020 17:37:42 +0000 (13:37 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Tue, 12 May 2020 17:37:42 +0000 (13:37 -0400)
commit233300afbc3f7cc989706c7759d99914ad1082d5
treef168f7f24b9bfc755553a9b015611e8de4cc2b9b
parent7f06a0a7162bed084387b2391619912fe22b251e
Add new shift_rot FU for shifts and rotates
src/soc/shift_rot/formal/proof_main_stage.py [new file with mode: 0644]
src/soc/shift_rot/main_stage.py [new file with mode: 0644]
src/soc/shift_rot/maskgen.py [new file with mode: 0644]
src/soc/shift_rot/pipeline.py [new file with mode: 0644]
src/soc/shift_rot/rotator.py [new file with mode: 0644]
src/soc/shift_rot/rotl.py [new file with mode: 0644]
src/soc/shift_rot/test/test_maskgen.py [new file with mode: 0644]
src/soc/shift_rot/test/test_pipe_caller.py [new file with mode: 0644]