bloqade.lanes.arch.build.blueprint.ArchResult
← Module overview
class
classArchResult¶source
bloqade.lanes.arch.build.blueprint.ArchResult
Result of build_arch(), containing the ArchSpec and metadata.
Signature
class ArchResult(arch: ArchSpec, zone_grids: dict[str, WordGrid], zone_indices: dict[str, int])Parameters
| Name | Type | Description |
|---|---|---|
arch | ArchSpec | |
zone_grids | dict[str, WordGrid] | |
zone_indices | dict[str, int] |
Attributes
| Name | Type | Description |
|---|---|---|
arch | ArchSpec | |
zone_grids | dict[str, WordGrid] | |
zone_indices | dict[str, int] |