dlhdl.buildProcessor class

Package: dlhdl

Build and generate custom processor IP

Description

Use the dlhdl.buildProcessor class to generate code for the custom processor configured by using the dlhdl.ProcessorConfig object.

Creation

The dlhdl.buildProcessor class generates code for the object generated from the dlhdl.ProcessorConfig object .

Properties

expand all

Name of the custom processor configuration object, specified as a variable of type dlhdl.Processorconfig.

Generate code for an object created by using dlhdl.ProcessorConfig:

hPC = dlhdl.ProcessorConfig;
dlhdl.buildProcessor(hPC)

Introduced in R2020b