A newer version of this document is available. Customers should click here to go to the newest version.
2.5.2.1. Parameter Group: Global Parameters
2.5.2.2. Parameter Group: activation
2.5.2.3. Parameter Group: pe_array
2.5.2.4. Parameter Group: pool
2.5.2.5. Parameter Group: depthwise
2.5.2.6. Module: softmax
2.5.2.7. Parameter Group: dma
2.5.2.8. Parameter Group: xbar
2.5.2.9. Parameter Group: filter_scratchpad
2.5.2.10. Parameter Group: input_stream_interface
2.5.2.11. Parameter Group: output_stream_interface
2.5.2.12. Parameter Group: config_network
2.5.2.13. (Early Access) Parameter Group: layout_transform_params
4.2. Building the FPGA AI Suite Ahead-of-Time (AOT) Splitter Utility
The FPGA AI Suite AOT splitter utility is provided along with the example runtime component. The utility is built when you build the example runtime.
To build the AOT splitter utility:
Build the FPGA AI Suite example runtime with the following commands:
cd $COREDLA_ROOT/runtime rm -rf build_Release ./build_runtime.sh --target_de10_agilex
When the build finishes, the AOT splitter utility command (dla_aot_splitter) is in the following directory:
$COREDLA_ROOT/runtime/build_Release/dla_aot_splitter/
The dla_aot_splitter executable generated by building the example runtime remains the same regardless of any board- or device-specific options that you might specify. However, the files generated by the utility are specific to the FPGA device family and FPGA AI Suite architecture that you specify when compiling your inference model with the dla_compiler command.