II.
LibraryProcess JSON
Structured · livelib-process:fpga-programming--pipeline-architecture
specializations/fpga-programming/pipeline-architecture json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:fpga-programming--pipeline-architecture",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/fpga-programming/pipeline-architecture",
"description": "Pipeline Architecture Implementation - Design and implement pipelined architectures to achieve high\nthroughput. Balance pipeline stages for timing closure while managing hazards and data dependencies.",
"libraryPath": "library/specializations/fpga-programming/pipeline-architecture.js",
"specialization": "fpga-programming",
"references": [
"- Pipeline Design: https://docs.amd.com/r/en-US/ug949-vivado-design-methodology",
"- High-Performance FPGA Design: https://www.intel.com/content/www/us/en/programmable/documentation/mwh1409960181641.html",
"- Pipelining Techniques: https://zipcpu.com/blog/2017/08/14/strategies-for-pipelining.html"
],
"example": "const result = await orchestrate('specializations/fpga-programming/pipeline-architecture', {\n pipelineName: 'dsp_pipeline',\n operations: ['fetch', 'decode', 'multiply', 'accumulate', 'output'],\n targetFrequency: 250,\n targetDevice: 'Xilinx UltraScale+',\n hazardHandling: 'forwarding'\n});",
"usesAgents": [
"fpga-architect",
"rtl-design-expert",
"fpga-timing-expert",
"verification-expert"
]
},
"outgoingEdges": [
{
"from": "lib-process:fpga-programming--pipeline-architecture",
"to": "skill-area:hdl-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:fpga-programming--pipeline-architecture",
"to": "skill-area:fpga-synthesis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:fpga-programming--pipeline-architecture",
"to": "domain:embedded-systems",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:fpga-programming--pipeline-architecture",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:fpga-programming--pipeline-architecture",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:fpga-programming--pipeline-architecture",
"to": "specialization:fpga-programming",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:fpga-programming--pipeline-architecture",
"to": "lib-agent:fpga-programming--fpga-architect",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:fpga-programming--pipeline-architecture",
"to": "lib-agent:fpga-programming--rtl-design-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:fpga-programming--pipeline-architecture",
"to": "lib-agent:fpga-programming--fpga-timing-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:fpga-programming--pipeline-architecture",
"to": "lib-agent:fpga-programming--verification-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}