Description
Array Stencil (syn.array_stencil.* / config_array_stencil).
Controls automatic stencil window buffer inference globally.
Syntax
| Option | Config File | Tcl | Default | Description |
|---|---|---|---|---|
| throughput_driven | syn.array_stencil.throughput_driven=[auto|off] | config_array_stencil -throughput_driven [auto|off] | off | auto: tool infers stencil buffers to improve throughput; off: disables automatic stencil inference. |
Usage
ini
[hls]
syn.array_stencil.throughput_driven=auto
tcl
config_array_stencil -throughput_driven auto