Reference Design
Configuration parameters to customize reference design
Since R2023b
Model Configuration Pane: Target
Description
Specify the reference design with which to integrate the generated IP core. To learn more about creating a custom board and reference design, see Board and Reference Design Registration System.
The available settings depend on the value of the Target
Platform
parameter. Select the reference design from
the drop-down menu options.
Settings
' '
(Default)Tips
For example, to set a reference design for the
symmetric_fir
subsystem inside the
sfir_fixed
model, use either of these
methods:
Pass the parameter as an argument to the
makehdl
function.makehdl('sfir_fixed/symmetric_fir','ReferenceDesign','Default system with AXI4-Stream interface')
Use
hdlset_param
to set the parameter on the model, then generate the HDL code usingmakehdl
.hdlset_param('sfir_fixed','ReferenceDesign','Default system with AXI4-Stream interface') makehdl('sfir_fixed/symmetric_fir')
Recommended Settings
No recommendations
Programmatic Use
Parameter:
ReferenceDesign |
Type: Character vector |
Value: A valid reference design |
Default:
'' |
Version History
Introduced in R2023b