Contenido principal

validate

R2026b

Check property values in HDL workflow configuration object

Description

validate(hWC) verifies that the hdlcoder.WorkflowConfig object, hWC, has acceptable values for the required properties, and that the property values have valid data types. If validation fails, you get an error message.

example

Examples

collapse all

  • Create a workflow configuration object and validate it.

    hWC = hdlcoder.WorkflowConfig(SynthesisTool="Xilinx Vivado",TargetWorkflow="Generic ASIC/FPGA");
    validate(hWC);

Input Arguments

collapse all

HDL code generation and deployment workflow configuration, specified as an hdlcoder.WorkflowConfig object.

Version History

Introduced in R2015b