Index
Architecture construction tooling.
Public API for building ArchSpec instances. Two layers:
- :mod:
.imperative— low-levelZoneBuilder/ArchBuilderfor hand-crafted zones. - :mod:
.blueprint— high-levelbuild_arch(blueprint)entry point that consumes a declarativeArchBlueprint(zones +DeviceLayout) and emits a validatedArchSpec.
Plus :mod:.topology (connectivity protocol implementations) and
:mod:.word_factory (WordGrid helper used during zone assembly).