start adding bitmanip FU
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 17 Nov 2021 20:49:41 +0000 (12:49 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 17 Nov 2021 20:49:41 +0000 (12:49 -0800)
commite281a933b5e0b7b0c85040116a404873f4ee0f17
treeda7a23a37515927879533a8057dd4a319bbcff3e
parent4f6dda30ebe680d8625ff0b5131902fccd5ad4ef
start adding bitmanip FU
src/soc/fu/bitmanip/__init__.py [new file with mode: 0644]
src/soc/fu/bitmanip/input_record.py [new file with mode: 0644]
src/soc/fu/bitmanip/input_stage.py [new file with mode: 0644]
src/soc/fu/bitmanip/main_stage.py [new file with mode: 0644]
src/soc/fu/bitmanip/output_stage.py [new file with mode: 0644]
src/soc/fu/bitmanip/pipe_data.py [new file with mode: 0644]
src/soc/fu/bitmanip/pipeline.py [new file with mode: 0644]
src/soc/fu/bitmanip/test/__init__.py [new file with mode: 0644]
src/soc/fu/bitmanip/test/test_pipe_caller.py [new file with mode: 0644]