move common functionality between PipeSpecs to soc.fu.pipe_data
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 21 May 2020 11:57:20 +0000 (12:57 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 21 May 2020 11:57:20 +0000 (12:57 +0100)
commit547ab8078a5e4c68fd762395f3353bbc68d1513f
tree07594927950b2850c95c59a22a7746506bf004f2
parentd6af7e5456b17bab0f542738b17c73d1e66e9160
move common functionality between PipeSpecs to soc.fu.pipe_data
src/soc/fu/alu/pipe_data.py
src/soc/fu/alu/test/test_pipe_caller.py
src/soc/fu/branch/pipe_data.py
src/soc/fu/branch/test/test_pipe_caller.py
src/soc/fu/cr/pipe_data.py
src/soc/fu/cr/test/test_pipe_caller.py
src/soc/fu/logical/pipe_data.py
src/soc/fu/logical/test/test_pipe_caller.py
src/soc/fu/pipe_data.py
src/soc/fu/shift_rot/pipe_data.py
src/soc/fu/shift_rot/test/test_pipe_caller.py