Main Content
Deep Learning Processor Customization and IP Generation
Configure, build, and generate custom bitstreams and processor IP cores, estimate
and benchmark custom deep learning processor performance
Deep Learning HDL Toolbox™ provides functions to configure, build, and generate custom bitstreams and a custom processor IP. Obtain performance and resource utilization of a pretrained series network on the custom processor. Optimize the custom processor by using the estimation results.
Classes
Objects
dlhdl.layer.mishLayer | Mish layer (Since R2024a) |
dlhdl.layer.reshapeLayer | Layer that reshapes activation data (Since R2024b) |
dlhdl.layer.sliceLayer | Slice layer (Since R2024a) |
Functions
Topics
Custom Processor Configuration
- Custom Processor Configuration Workflow
Accelerate the estimation and optimization of custom deep learning processor by configuring parameters of theconv processor
andfc processor
, created by using thedlhdl.ProcessorConfig
object workflow. - Deep Learning Processor IP Core Architecture
Learn about the FPGA architecture based custom deep learning processor architecture and using it to create a MATLAB® controlled deep learning processor. - Estimate Performance of Deep Learning Network
Analyze the deep learning network layer level latencies and overall performance before deployment. - Estimate Resource Utilization for Custom Processor Configuration
Expedite the time to identify a target hardware board that meets resource utilization budgets before deployment. - Effects of Custom Deep Learning Processor Parameters on Performance and Resource Utilization
Rapidly prototype custom processor configuration and networks by understanding how deep learning processor parameters affect resource utilization and network performance. - Generate Custom Bitstream to Meet Custom Deep Learning Network Requirements
Deploy your custom network that only has layers with the convolution module output format or only layers with the fully connected module output format by generating a resource optimized custom bitstream that satisfies your performance and resource requirements. - Create Deep Learning Processor Configuration for Custom Layers
Create a deep learning processor configuration that includes your custom layers.
Custom Processor Code Generation
- Generate Custom Bitstream
Rapidly prototype and iterate custom deep learning networks performance by configuring, building and generating custom bitstreams which can then be deployed to target FPGA and SoC boards. - Generate Custom Processor IP
Build and generate IP for thedlhdl.ProcessorConfig
.