hdl.WorkingSet Class
Namespace: hdl
Working set object that generates working sets form input image for HLS code generation
Since R2023a
Description
creates a working set object that you can use to generate working sets from the input image
based on the specified properties.ws
= hdl.WorkingSet(image
,workingSetSize
,Name=Value
)
A working set object has the simulation behavior and must be used inside the MATLAB® test bench.
Creation
creates an ws
= hdl.WorkingSet(image
,workingSetSize
,Name=Value
)hdl.WorkingSet
object that you can use to generate the working sets
from the input image. The image property is set to img
and the
workingSetSize
property is set to wsSize
. Use one or
more name-value arguments to specify other options for creating an
hdl.WorkingSet
object.