II.
LibraryProcess overview
Reference · livelib-process:fpga-programming--hardware-software-codesign
specializations/fpga-programming/hardware-software-codesign overview
Hardware-Software Co-Design - Partition algorithms between PS (Processing System) and PL (Programmable Logic). Design hardware accelerators with software drivers and optimize system-level performance.
Attributes
displayName
specializations/fpga-programming/hardware-software-codesign
description
Hardware-Software Co-Design - Partition algorithms between PS (Processing System) and PL (Programmable Logic).
Design hardware accelerators with software drivers and optimize system-level performance.
libraryPath
library/specializations/fpga-programming/hardware-software-codesign.js
specialization
fpga-programming
references
- - Zynq UltraScale+ Guide: https://docs.amd.com/r/en-US/ug1085-zynq-ultrascale-trm
- - Vitis Unified Platform: https://docs.amd.com/r/en-US/ug1393-vitis-application-acceleration
- - Intel SoC FPGA: https://www.intel.com/content/www/us/en/products/details/fpga/soc.html
example
const result = await orchestrate('specializations/fpga-programming/hardware-software-codesign', {
designName: 'image_processing_soc',
targetPlatform: 'Zynq UltraScale+ MPSoC',
algorithmSpec: { name: 'image_filter', operations: ['convolution', 'resize', 'color_convert'] },
partitionStrategy: 'performance_optimized'
});
usesAgents
- system-architect
- fpga-engineer
- embedded-engineer
- verification-engineer
Outgoing edges
lib_applies_to_domain1
- domain:embedded-systems·DomainEmbedded Systems
lib_belongs_to_specialization1
- specialization:fpga-programming·Specialization
lib_implements_workflow1
- workflow:architecture-decision-record·WorkflowArchitecture Decision Record
lib_involves_role1
- role:embedded-engineer·RoleEmbedded Engineer
lib_requires_skill_area2
- skill-area:hdl-design·SkillAreaHDL Design
- skill-area:fpga-synthesis·SkillAreaFPGA Synthesis Flow
Incoming edges
None.