add cookie-cut version of branch, copied from Logical, name changes TODO
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 15 May 2020 16:29:57 +0000 (17:29 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 15 May 2020 16:29:57 +0000 (17:29 +0100)
commit382f5d0bfaa7549fc6cd57635a9b42980281efac
treeaf12722b9fad5fb8e8ecd93f4bcfe7ccbb167899
parent58e919b2513b47c28fe990e6c21ab6be6687bbd8
add cookie-cut version of branch, copied from Logical, name changes TODO
src/soc/branch/__init__.py [new file with mode: 0644]
src/soc/branch/formal/proof_input_stage.py [new file with mode: 0644]
src/soc/branch/formal/proof_main_stage.py [new file with mode: 0644]
src/soc/branch/input_stage.py [new file with mode: 0644]
src/soc/branch/main_stage.py [new file with mode: 0644]
src/soc/branch/pipe_data.py [new file with mode: 0644]
src/soc/branch/pipeline.py [new file with mode: 0644]
src/soc/branch/test/test_pipe_caller.py [new file with mode: 0644]