Reloadable coefficients - 2023.1 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.1 English

Reloadable coefficients are available through the use of run-time programmable (RTP) Asynchronous input port, programmed by Processor Subsystem (PS) at run-time. Reloadable configurations do not require the coefficient array to be passed to the constructor at compile time. Instead, the graph’s update() (refer to UG1079 Run-Time Parameter Update/Read Mechanisms for usage instructions) method is used to input the coefficient array. Graph’s update() method takes an argument of either scalar or an array type. Please refer to UG1079 Run-Time Parameter Support Summary.

Note

Graph’s update() method must be called after graph has been initialized, but before kernel starts operation on data samples.