面积优化
RAM 映射、资源复用和流式传输
通过应用面积优化减少目标 FPGA 或 SoC 器件上设计的资源使用。您可以通过使用 RAM 映射、资源复用、流式传输和其他面积优化来减少设计所需的面积。有关面积优化的概述,请参阅Speed and Area Optimizations in HDL Coder。
主题
RAM 映射
- Apply RAM Mapping to Optimize Area
Map elements to RAM to optimize area on your target hardware. - Manage How HDL Coder Maps RAM
Learn how HDL Coder™ settings affect RAM mapping. - RAM Mapping with the MATLAB Function Block
How to use RAM mapping optimization withMapPersistentVarsToRAM
parameter for MATLAB Function blocks in your model. - Map Matrices to ROM
Map matrices to implement ROM in MATLAB and Simulink.
资源复用、流式传输和其他面积优化
- Resource Sharing
How to use resource sharing to save chip area. - Streaming
What is streaming and how to use the optimization to save resources. - Find Feedback Loops
Highlight feedback loops that are inhibiting optimizations. - Subsystem Optimizations for Filters
Select resource sharing and pipeline optimization options. - HDL Optimizations Across MATLAB Function Block Boundary Using MATLAB Datapath Architecture
Apply optimizations inside and across MATLAB Function blocks with other Simulink® blocks. - Configure Custom Synthesis Attributes for Simulink Blocks
This example shows how to configure custom synthesis attributes for the model and propagate them to the generated HDL code.