LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.py
challenges/v0.1/README.md
challenges/v0.1/diagnosis/example-submission.json
challenges/v0.1/diagnosis/prompt.md
challenges/v0.1/diagnosis/task.json
challenges/v0.1/generation/example-submission.json
challenges/v0.1/generation/report.json
challenges/v0.1/generation/task.json
challenges/v0.1/repair/after-report.json
challenges/v0.1/repair/before-report.json
challenges/v0.1/repair/example-submission.json
challenges/v0.1/repair/prompt.md
challenges/v0.1/repair/task.json
challenges/v0.1/repair/starter/before.sv
challenges/v0.1/repair/starter/prompt.md
challenges/v0.1/repair/starter/task.toml
challenges/v0.1/repair/starter/tb.sv
src/svgap/__init__.py
src/svgap/__main__.py
src/svgap/adjudication.py
src/svgap/api.py
src/svgap/audit.py
src/svgap/challenge.py
src/svgap/challenge_runner.py
src/svgap/cli.py
src/svgap/demo.py
src/svgap/functional.py
src/svgap/legibility.py
src/svgap/manifest.py
src/svgap/model.py
src/svgap/onboarding.py
src/svgap/pilot.py
src/svgap/provenance.py
src/svgap/reporting.py
src/svgap/resources.py
src/svgap/study.py
src/svgap/study_runner.py
src/svgap/submission.py
src/svgap/validation.py
src/svgap.egg-info/PKG-INFO
src/svgap.egg-info/SOURCES.txt
src/svgap.egg-info/dependency_links.txt
src/svgap.egg-info/entry_points.txt
src/svgap.egg-info/requires.txt
src/svgap.egg-info/top_level.txt
src/svgap/backends/__init__.py
src/svgap/backends/base.py
src/svgap/backends/reference_yosys.py
src/svgap/backends/registry.py
src/svgap/demo_assets/tb.sv
src/svgap/demo_assets/safe/design.sv
src/svgap/demo_assets/safe/manifest.toml
src/svgap/demo_assets/unsafe/design.sv
src/svgap/demo_assets/unsafe/manifest.toml
src/svgap/harbor_profiles/svgap-reset-release-0.2.json
taskpacks/reset-replication-v0.2/README.md
taskpacks/reset-replication-v0.2/freeze.json
taskpacks/reset-replication-v0.2/protocol.md
taskpacks/reset-replication-v0.2/tasks/reset_config/prompt.md
taskpacks/reset-replication-v0.2/tasks/reset_config/reference-safe.sv
taskpacks/reset-replication-v0.2/tasks/reset_config/reference-unsafe.sv
taskpacks/reset-replication-v0.2/tasks/reset_config/task.toml
taskpacks/reset-replication-v0.2/tasks/reset_config/tb.sv
taskpacks/reset-replication-v0.2/tasks/reset_counter/prompt.md
taskpacks/reset-replication-v0.2/tasks/reset_counter/reference-safe.sv
taskpacks/reset-replication-v0.2/tasks/reset_counter/reference-unsafe.sv
taskpacks/reset-replication-v0.2/tasks/reset_counter/task.toml
taskpacks/reset-replication-v0.2/tasks/reset_counter/tb.sv
taskpacks/reset-replication-v0.2/tasks/reset_credits/prompt.md
taskpacks/reset-replication-v0.2/tasks/reset_credits/reference-safe.sv
taskpacks/reset-replication-v0.2/tasks/reset_credits/reference-unsafe.sv
taskpacks/reset-replication-v0.2/tasks/reset_credits/task.toml
taskpacks/reset-replication-v0.2/tasks/reset_credits/tb.sv
taskpacks/reset-replication-v0.2/tasks/reset_events/prompt.md
taskpacks/reset-replication-v0.2/tasks/reset_events/reference-safe.sv
taskpacks/reset-replication-v0.2/tasks/reset_events/reference-unsafe.sv
taskpacks/reset-replication-v0.2/tasks/reset_events/task.toml
taskpacks/reset-replication-v0.2/tasks/reset_events/tb.sv
taskpacks/reset-replication-v0.2/tasks/reset_fsm/prompt.md
taskpacks/reset-replication-v0.2/tasks/reset_fsm/reference-safe.sv
taskpacks/reset-replication-v0.2/tasks/reset_fsm/reference-unsafe.sv
taskpacks/reset-replication-v0.2/tasks/reset_fsm/task.toml
taskpacks/reset-replication-v0.2/tasks/reset_fsm/tb.sv
taskpacks/reset-replication-v0.2/tasks/reset_status/prompt.md
taskpacks/reset-replication-v0.2/tasks/reset_status/reference-safe.sv
taskpacks/reset-replication-v0.2/tasks/reset_status/reference-unsafe.sv
taskpacks/reset-replication-v0.2/tasks/reset_status/task.toml
taskpacks/reset-replication-v0.2/tasks/reset_status/tb.sv
taskpacks/reset-replication-v0.2/tasks/reset_timer/prompt.md
taskpacks/reset-replication-v0.2/tasks/reset_timer/reference-safe.sv
taskpacks/reset-replication-v0.2/tasks/reset_timer/reference-unsafe.sv
taskpacks/reset-replication-v0.2/tasks/reset_timer/task.toml
taskpacks/reset-replication-v0.2/tasks/reset_timer/tb.sv
taskpacks/reset-replication-v0.2/tasks/reset_watchdog/prompt.md
taskpacks/reset-replication-v0.2/tasks/reset_watchdog/reference-safe.sv
taskpacks/reset-replication-v0.2/tasks/reset_watchdog/reference-unsafe.sv
taskpacks/reset-replication-v0.2/tasks/reset_watchdog/task.toml
taskpacks/reset-replication-v0.2/tasks/reset_watchdog/tb.sv
tests/test_adjudication.py
tests/test_api.py
tests/test_audit.py
tests/test_backends.py
tests/test_challenge.py
tests/test_check_fail_on.py
tests/test_demo.py
tests/test_doctor.py
tests/test_examples.py
tests/test_generation_command.py
tests/test_harbor_score.py
tests/test_imported_functional.py
tests/test_legibility_onboarding.py
tests/test_manifest.py
tests/test_pilot.py
tests/test_reporting.py
tests/test_result_registry.py
tests/test_schema.py
tests/test_study.py
tests/test_study_runner.py
tests/test_submission.py
tests/test_synthetic_review.py
tests/test_validation.py