add cookie-cut mul pipeline template
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 22 May 2020 10:03:22 +0000 (11:03 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 22 May 2020 10:03:22 +0000 (11:03 +0100)
commitac88348dfe4478778d03f899c19d08c5fb9455b5
treef998470aa7fccbabccd1576ac2638a8db219a92b
parent5dc776fe9970a621af6eb335b1adeb8f8ac7d6bc
add cookie-cut mul pipeline template
src/soc/fu/mul/__init__.py [new file with mode: 0644]
src/soc/fu/mul/formal/proof_main_stage.py [new file with mode: 0644]
src/soc/fu/mul/main_stage.py [new file with mode: 0644]
src/soc/fu/mul/pipe_data.py [new file with mode: 0644]
src/soc/fu/mul/pipeline.py [new file with mode: 0644]
src/soc/fu/mul/test/test_pipe_caller.py [new file with mode: 0644]