Generate Custom Processor IP
Generate a custom deep learning processor IP core from a custom deep learning processor
configuration. The generated deep learning processor IP core is shared and reusable. Integrate
the generated deep learning processor IP core into your custom reference design. The
dlhdl.buildProcessor
API builds the
dlhdl.ProcessorConfig
object to generate a custom processor IP and
related code that you can use in your custom reference designs.
Create a
dlhdl.ProcessorConfig
object.hPC = dlhdl.ProcessorConfig;
Set up the tool path to your design tool. For example, to set up the path to the Vivado® design tool, enter:
hdlsetuptoolpath('ToolName','Xilinx Vivado','ToolPath','C:\Xilinx\Vivado\2023.1\bin\vivado.bat');
Generate the custom processor IP.
dlhdl.buildProcessor(hPC);
See Also
dlhdl.ProcessorConfig
| dlhdl.buildProcessor