4. Implementing Filter - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

Tip

Filter works with boolean conditions, so to build an expression-based filter, the Internals of Dynamic-Evaluation primitive can be used to implementing the evaluation part. With evaluated expression value pipelined to filter, the payload can be conditionally kept or dropped.

This primitive allows the filter condition to be specified via some configuration bits at runtime, so that the xclbin does not need to be recompiled to implement a different filter logic.

See Internals of Dynamic-Filter.