coder.hdl.interface
Syntax
Description
coder.hdl.interface(
maps the input variable to the line buffer interface in Cadence® Stratus HLS. Specify properties of the line buffer interface as one or
more name-value arguments.inputVar
,"Line Buffer","ImageSize",imageSize
,Name=Value
)
You must insert this pragma at the start of the MATLAB® design. The specified line buffer properties are stored inside the
ml.tcl
file that is read by the Cadence Stratus importer.
This pragma does not affect MATLAB simulation behavior.
coder.hdl.interface(
maps the input or the output variable to the specified interface in the generated
code targeted for Vitis HLS.varName
,interfaceName
)
You must insert this pragma at the start of the MATLAB design.
This pragma does not affect MATLAB simulation behavior.