add __init__.py to all source directories
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 29 Jul 2020 00:38:58 +0000 (17:38 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 29 Jul 2020 00:38:58 +0000 (17:38 -0700)
commitf6a7598d46c4976f6cf305fecae7f7a4ff3188d7
tree962148643c5c4ea3be167a0df4e9a6bfce9b3d9a
parentdec4f149d73010a167f1f6eda7fb5f7293dd6038
add __init__.py to all source directories
46 files changed:
src/soc/TestUtil/__init__.py [new file with mode: 0644]
src/soc/bus/__init__.py [new file with mode: 0644]
src/soc/config/__init__.py [new file with mode: 0644]
src/soc/config/test/__init__.py [new file with mode: 0644]
src/soc/decoder/formal/__init__.py [new file with mode: 0644]
src/soc/experiment/__init__.py [new file with mode: 0644]
src/soc/experiment/formal/__init__.py [new file with mode: 0644]
src/soc/experiment/sr/__init__.py [new file with mode: 0644]
src/soc/fu/alu/__init__.py [new file with mode: 0644]
src/soc/fu/alu/formal/__init__.py [new file with mode: 0644]
src/soc/fu/alu/test/__init__.py [new file with mode: 0644]
src/soc/fu/branch/formal/__init__.py [new file with mode: 0644]
src/soc/fu/branch/test/__init__.py [new file with mode: 0644]
src/soc/fu/compunits/__init__.py [new file with mode: 0644]
src/soc/fu/compunits/formal/__init__.py [new file with mode: 0644]
src/soc/fu/compunits/test/__init__.py [new file with mode: 0644]
src/soc/fu/cr/__init__.py [new file with mode: 0644]
src/soc/fu/cr/formal/__init__.py [new file with mode: 0644]
src/soc/fu/cr/test/__init__.py [new file with mode: 0644]
src/soc/fu/div/formal/__init__.py [new file with mode: 0644]
src/soc/fu/div/test/__init__.py [new file with mode: 0644]
src/soc/fu/ldst/test/__init__.py [new file with mode: 0644]
src/soc/fu/logical/formal/__init__.py [new file with mode: 0644]
src/soc/fu/logical/test/__init__.py [new file with mode: 0644]
src/soc/fu/mul/formal/__init__.py [new file with mode: 0644]
src/soc/fu/mul/test/__init__.py [new file with mode: 0644]
src/soc/fu/shift_rot/__init__.py [new file with mode: 0644]
src/soc/fu/shift_rot/formal/__init__.py [new file with mode: 0644]
src/soc/fu/shift_rot/test/__init__.py [new file with mode: 0644]
src/soc/fu/spr/formal/__init__.py [new file with mode: 0644]
src/soc/fu/spr/test/__init__.py [new file with mode: 0644]
src/soc/fu/trap/__init__.py [new file with mode: 0644]
src/soc/fu/trap/formal/__init__.py [new file with mode: 0644]
src/soc/fu/trap/test/__init__.py [new file with mode: 0644]
src/soc/interrupts/__init__.py [new file with mode: 0644]
src/soc/regfile/__init__.py [new file with mode: 0644]
src/soc/regfile/formal/__init__.py [new file with mode: 0644]
src/soc/simple/test/__init__.py [new file with mode: 0644]
src/soc/simulator/__init__.py [new file with mode: 0644]
src/soc/simulator/qemu_test/__init__.py [new file with mode: 0644]
src/unused/TLB/ariane/test/__init__.py [new file with mode: 0644]
src/unused/__init__.py [new file with mode: 0644]
src/unused/iommu/__init__.py [new file with mode: 0644]
src/unused/iommu/axi_rab/__init__.py [new file with mode: 0644]
src/unused/iommu/axi_rab/test/__init__.py [new file with mode: 0644]
src/unused/simulator/__init__.py [new file with mode: 0644]