LICENSE
README.md
pyproject.toml
soc_consistency.egg-info/PKG-INFO
soc_consistency.egg-info/SOURCES.txt
soc_consistency.egg-info/dependency_links.txt
soc_consistency.egg-info/entry_points.txt
soc_consistency.egg-info/requires.txt
soc_consistency.egg-info/top_level.txt
socc/__init__.py
socc/__main__.py
socc/amp.py
socc/autofix.py
socc/bom.py
socc/bootstrap.py
socc/bounds.py
socc/cache.py
socc/cli.py
socc/compliance.py
socc/config.py
socc/depgraph.py
socc/diagnostics.py
socc/diagram.py
socc/explain.py
socc/fmea.py
socc/gc.py
socc/irqcheck.py
socc/kernel_audit.py
socc/live_probe.py
socc/matrix_audit.py
socc/memmap.py
socc/migrate.py
socc/netlist_crosscheck.py
socc/qemu.py
socc/report.py
socc/smartdiff.py
socc/smoke.py
socc/socdef.py
socc/suppress.py
socc/trace.py
socc/codegen/__init__.py
socc/codegen/bringup.py
socc/codegen/headers.py
socc/codegen/saleae.py
socc/commands/__init__.py
socc/commands/_shared.py
socc/commands/analyze_cmds.py
socc/commands/audit_cmds.py
socc/commands/core.py
socc/commands/generate_cmds.py
socc/commands/sim_cmds.py
socc/commands/socdef_cmds.py
socc/commands/viz_cmds.py
socc/crosscheck/__init__.py
socc/crosscheck/comparator.py
socc/data/soc/allwinner/a527.yaml
socc/data/soc/allwinner/a64.yaml
socc/data/soc/allwinner/a733.yaml
socc/data/soc/allwinner/axp223.yaml
socc/data/soc/allwinner/axp717.yaml
socc/data/soc/allwinner/axp803.yaml
socc/data/soc/allwinner/h3.yaml
socc/data/soc/allwinner/h6.yaml
socc/data/soc/allwinner/h616.yaml
socc/data/soc/amlogic/g12a.yaml
socc/data/soc/amlogic/g12b.yaml
socc/data/soc/amlogic/gxbb.yaml
socc/data/soc/amlogic/gxl.yaml
socc/data/soc/amlogic/sc2.yaml
socc/data/soc/amlogic/sm1.yaml
socc/data/soc/nxp/imx8mp.yaml
socc/data/soc/qualcomm/qcs6490.yaml
socc/data/soc/qualcomm/sc7180.yaml
socc/data/soc/qualcomm/sdm845.yaml
socc/data/soc/qualcomm/sm8250.yaml
socc/data/soc/rockchip/rk3308.yaml
socc/data/soc/rockchip/rk3328.yaml
socc/data/soc/rockchip/rk3528.yaml
socc/data/soc/rockchip/rk3568.yaml
socc/data/soc/rockchip/rk3576.yaml
socc/data/soc/rockchip/rk3588.yaml
socc/engine/__init__.py
socc/engine/checker.py
socc/live/__init__.py
socc/live/connector.py
socc/model/__init__.py
socc/model/base.py
socc/model/clock.py
socc/model/power.py
socc/model/soc.py
socc/model/thermal.py
socc/netlist/__init__.py
socc/netlist/checker.py
socc/netlist/parser.py
socc/overlay/__init__.py
socc/overlay/merger.py
socc/parser/__init__.py
socc/parser/dts_mapper.py
socc/parser/dts_parser.py
socc/rules/__init__.py
socc/rules/base.py
socc/rules/registry.py
socc/rules/allwinner/__init__.py
socc/rules/allwinner/clock_rules.py
socc/rules/allwinner/gpio_rules.py
socc/rules/allwinner/power_rules.py
socc/rules/amlogic/__init__.py
socc/rules/amlogic/clock_rules.py
socc/rules/amlogic/gpio_rules.py
socc/rules/amlogic/power_rules.py
socc/rules/common/__init__.py
socc/rules/common/bw_rules.py
socc/rules/common/compat_rules.py
socc/rules/common/netlist_rules.py
socc/rules/common/pin_rules.py
socc/rules/common/power_audit_rules.py
socc/rules/common/power_rules.py
socc/rules/common/reg_rules.py
socc/rules/common/sec_rules.py
socc/rules/common/thermal_rules.py
socc/rules/nxp/__init__.py
socc/rules/nxp/imx_rules.py
socc/rules/qualcomm/__init__.py
socc/rules/qualcomm/clock_rules.py
socc/rules/qualcomm/gpio_rules.py
socc/rules/qualcomm/power_rules.py
socc/rules/rockchip/__init__.py
socc/rules/rockchip/bus_rules.py
socc/rules/rockchip/clock_rules.py
socc/rules/rockchip/gpio_rules.py
socc/rules/rockchip/interrupt_rules.py
socc/rules/rockchip/memory_rules.py
socc/rules/rockchip/power_rules.py
socc/simulation/__init__.py
socc/simulation/_constraints.py
socc/simulation/_renderer.py
socc/simulation/clock_sim.py
socc/simulation/power_sim.py
socc/simulation/reset_sim.py
socc/simulation/runner.py
socc/simulation/types.py
socc/simulator/__init__.py
socc/simulator/shell.py
socc/visualize/__init__.py
socc/visualize/pinmap.py
socc/visualize/power_seq.py
socc/visualize/topology.py