II.
LibraryProcess overview
Reference · livelib-process:fpga-programming--hls-development
specializations/fpga-programming/hls-development overview
High-Level Synthesis Development - Develop hardware accelerators using C/C++ with HLS tools. Optimize algorithms for hardware implementation with pipelining, loop unrolling, and memory optimization directives.
Attributes
displayName
specializations/fpga-programming/hls-development
description
High-Level Synthesis Development - Develop hardware accelerators using C/C++ with HLS tools. Optimize
algorithms for hardware implementation with pipelining, loop unrolling, and memory optimization directives.
libraryPath
library/specializations/fpga-programming/hls-development.js
specialization
fpga-programming
references
- - Vitis HLS Guide: https://docs.amd.com/r/en-US/ug1399-vitis-hls
- - Intel HLS Compiler: https://www.intel.com/content/www/us/en/software/programmable/quartus-prime/hls-compiler.html
- - HLS Best Practices: https://docs.amd.com/r/en-US/ug1399-vitis-hls/Best-Practices-for-HLS
example
const result = await orchestrate('specializations/fpga-programming/hls-development', {
designName: 'fft_accelerator',
algorithmFile: 'src/fft.cpp',
targetDevice: 'Xilinx Alveo U250',
targetLatency: 1000,
targetThroughput: 1000000
});
usesAgents
- hls-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:hardware-software-integration·WorkflowHardware-Software Integration
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.