add parent_pspec everywhere
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 9 Dec 2021 03:56:36 +0000 (19:56 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 9 Dec 2021 03:59:25 +0000 (19:59 -0800)
commit0ff04a4241c624632205ebcfe57b3693fca621c8
treebf1be978b2bdc2ccc0d22affd1d73b343298efd2
parentbbf9bbc999ab2d804899d1115a1fb620433c679d
add parent_pspec everywhere
30 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/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/branch/test/test_pipe_caller.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/div/pipe_data.py
src/soc/fu/div/test/helper.py
src/soc/fu/div/test/test_pipe_ilang.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/mul/test/helper.py
src/soc/fu/mul/test/test_pipe_ilang.py
src/soc/fu/pipe_data.py
src/soc/fu/shift_rot/formal/proof_main_stage.py
src/soc/fu/shift_rot/test/test_pipe_caller.py
src/soc/fu/spr/formal/proof_main_stage.py
src/soc/fu/spr/test/test_pipe_caller.py
src/soc/fu/trap/formal/proof_main_stage.py
src/soc/fu/trap/test/test_pipe_caller.py