Combinational Paths - Combinational Paths - 2026.1 English - UG1483

Vitis Model Composer User Guide (UG1483)

Document ID
UG1483
Release Date
2026-06-23
Version
2026.1 English

If the module you are importing has at least one combinational path, input changes can effect an output port without a clock event. You must indicate this behavior in the configuration M-function. SysgenBlockDescriptor object provides a tagAsCombinational method that indicates your module has a combinational path. Invoke it as follows in the configuration M-function:

this_block.tagAsCombinational;