format code
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 9 Dec 2021 03:41:01 +0000 (19:41 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 9 Dec 2021 03:41:01 +0000 (19:41 -0800)
commitf490900dda4c561977db2f09a0d38bcf5bd3e336
tree39de45b22d12451a2c7208c0fcdc4d0d71be0de7
parentc672fb5eb93f1ab0040921496479188e08f90883
format code
26 files changed:
src/soc/experiment/alu_hier.py
src/soc/experiment/test/test_compldst_multi_mmu_fsm.py
src/soc/fu/alu/formal/proof_input_stage.py
src/soc/fu/alu/formal/proof_main_stage.py
src/soc/fu/alu/formal/proof_output_stage.py
src/soc/fu/alu/pipe_data.py
src/soc/fu/alu/test/test_pipe_caller.py
src/soc/fu/branch/formal/proof_input_stage.py
src/soc/fu/branch/formal/proof_main_stage.py
src/soc/fu/compunits/compunits.py
src/soc/fu/cr/formal/proof_main_stage.py
src/soc/fu/cr/test/test_pipe_caller.py
src/soc/fu/logical/formal/proof_input_stage.py
src/soc/fu/logical/formal/proof_main_stage.py
src/soc/fu/logical/test/test_pipe_caller.py
src/soc/fu/mmu/test/test_non_production_core.py
src/soc/fu/mmu/test/test_pipe_caller.py
src/soc/fu/mul/formal/proof_main_stage.py
src/soc/fu/shift_rot/formal/proof_main_stage.py
src/soc/fu/spr/formal/proof_main_stage.py
src/soc/fu/spr/main_stage.py
src/soc/fu/trap/formal/proof_main_stage.py
src/soc/fu/trap/test/test_pipe_caller.py
src/soc/simple/issuer.py
src/soc/simple/test/test_issuer.py
src/soc/simple/test/test_runner.py