Package: hdlcoder
Reference design registration object that describes SoC reference design
creates
a reference design object that you use to register a custom reference
design for an SoC platform.refdesign
= hdlcoder.ReferenceDesign('SynthesisTool', toolname
)
To specify the characteristics of your reference design, set the properties of the reference design object.
Use a reference design tool version that is compatible with the supported tool version. If you choose a different tool version, it is possible that HDL Coder™ is unable to create the reference design project for IP core integration.
creates
a reference design object that you use to register a custom reference
design for an SoC platform.refdesign
=
hdlcoder.ReferenceDesign('SynthesisTool',toolname
)
CallbackCustomProgrammingMethod | Function handle for custom callback function that gets executed during Program Target Device task in the Workflow Advisor |
CustomizeReferenceDesignFcn | Function handle for callback function that gets executed before Set Target Interface task in the HDL Workflow Advisor |
EmbeddedCoderSupportPackage | Specify whether to use an Embedded Coder support package |
PostBuildBitstreamFcn | Function handle for callback function that gets executed after Build FPGA Bitstream task in the HDL Workflow Advisor |
PostCreateProjectFcn | Function handle for callback function that gets executed after Create Project task in the HDL Workflow Advisor |
PostSWInterfaceFcn | Function handle for custom callback function that gets executed after Generate Software Interface task in the HDL Workflow Advisor |
PostTargetInterfaceFcn | Function handle for callback function that gets executed after Set Target Interface task in the HDL Workflow Advisor |
PostTargetReferenceDesignFcn | Function handle for callback function that gets executed after Set Target Reference Design task in the HDL Workflow Advisor |
addAXI4MasterInterface | Add and define AXI4 Master interface |
addAXI4SlaveInterface | Add and define AXI4 slave interface |
addAXI4StreamInterface | Add AXI4-Stream interface |
addAXI4StreamVideoInterface | Add AXI4-Stream Video interface |
addClockInterface | Add clock and reset interface |
addCustomEDKDesign | Specify Xilinx EDK MHS project file |
addCustomQsysDesign | Specify Altera Qsys project file |
addCustomVivadoDesign | Specify Xilinx Vivado exported block design Tcl file |
addIPRepository | Include IP modules from your IP repository folder in your custom reference design |
addInternalIOInterface | Add and define internal IO interface between generated IP core and existing IP cores |
addParameter | Add and define custom parameters for your reference design |
validateReferenceDesign | Check property values in reference design object |