Main Content

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.

  1. Create a dlhdl.ProcessorConfig object.

    hPC = dlhdl.ProcessorConfig;

  2. 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\2020.2\bin\vivado.bat');
  3. Generate the custom processor IP.

    dlhdl.buildProcessor(hPC);

See Also

|

Related Topics