Begin adding CR pipeline
authorMichael Nolan <mtnolan2640@gmail.com>
Fri, 15 May 2020 23:04:06 +0000 (19:04 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Fri, 15 May 2020 23:05:04 +0000 (19:05 -0400)
commit75e0f44296f3915d49051b04b3a165c6f0efdb58
tree30059176b0e2e234723b0d192e16f3c2a406234b
parent398ad0fe2a17866bc5825f14d581eadd4ca12e6f
Begin adding CR pipeline
src/soc/cr/main_stage.py [new file with mode: 0644]
src/soc/cr/pipe_data.py [new file with mode: 0644]
src/soc/cr/pipeline.py [new file with mode: 0644]
src/soc/cr/test/test_pipe_caller.py [new file with mode: 0644]