II.
LibraryProcess JSON
Structured · livelib-process:fpga-programming--place-and-route
specializations/fpga-programming/place-and-route json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:fpga-programming--place-and-route",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/fpga-programming/place-and-route",
"description": "Place and Route Optimization - Optimize placement and routing to achieve timing closure and minimize\nresource utilization. Use floorplanning, placement constraints, and routing directives.",
"libraryPath": "library/specializations/fpga-programming/place-and-route.js",
"specialization": "fpga-programming",
"references": [
"- Vivado Implementation: https://docs.amd.com/r/en-US/ug904-vivado-implementation",
"- Quartus Fitter: https://www.intel.com/content/www/us/en/programmable/documentation/mwh1409960181641.html"
],
"example": "const result = await orchestrate('specializations/fpga-programming/place-and-route', {\n designName: 'image_processor',\n targetDevice: 'Intel Agilex AGFB014R24B',\n targetFrequency: 400,\n floorplanStrategy: 'hierarchical'\n});",
"usesAgents": [
"implementation-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:fpga-programming--place-and-route",
"to": "skill-area:hdl-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:fpga-programming--place-and-route",
"to": "skill-area:fpga-synthesis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:fpga-programming--place-and-route",
"to": "skill-area:timing-closure",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:fpga-programming--place-and-route",
"to": "domain:embedded-systems",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:fpga-programming--place-and-route",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:fpga-programming--place-and-route",
"to": "workflow:hardware-software-integration",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:fpga-programming--place-and-route",
"to": "specialization:fpga-programming",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:fpga-programming--place-and-route",
"to": "lib-agent:shared--implementation-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}