Visible to Intel only — GUID: poi1659542940855
Ixiasoft
1. Intel® FPGA AI Suite IP Reference Manual
2. About the Intel® FPGA AI Suite IP
3. Intel® FPGA AI Suite IP Generation Utility
4. Intel® FPGA AI Suite Ahead-of-Time Splitter Utility
5. CSR Map and Descriptor Queue
A. Intel® FPGA AI Suite IP Reference Manual Archives
B. Intel® FPGA AI Suite IP Reference Manual Document Revision History
2.4.2.1. Parameter group: Global Parameters
2.4.2.2. Parameter group: activation
2.4.2.3. Parameter group: pe_array
2.4.2.4. Parameter group: pool
2.4.2.5. Module: softmax
2.4.2.6. Parameter group: dma
2.4.2.7. Parameter group: xbar
2.4.2.8. Parameter group: filter_scratchpad
2.4.2.9. Parameter group: config_network
4.1. Files Generated by the Intel® FPGA AI Suite Ahead-of-Time (AOT) Splitter Utility
4.2. Building the Intel® FPGA AI Suite Ahead-of-Time (AOT) Splitter Utility
4.3. Running the Intel® FPGA AI Suite Ahead-of-Time (AOT) Splitter Utility
4.4. Intel® FPGA AI Suite Ahead-of-Time (AOT) Splitter Utility Example Application
Visible to Intel only — GUID: poi1659542940855
Ixiasoft
3.4.2. The --flow add_arch Flow
The --flow add_arch flow adds additional generated IP to an existing IP library directory (previously created with the --flow create_ip flow).
If you add an architecture that already exists in the IP library directory, the architecture is overwritten with newly generated RTL files.
Usage Synopsis
dla_create_ip --flow add_arch \ --arch <path to .arch file> \ [--ip_dir <ip_directory>]
Sample Call
dla_create_ip --flow add_arch \ --arch $COREDLA_ROOT/example_architectures/A10_Generic.arch \ --ip_dir ./ip
Sample Output
=============================================================== Adding Generic_A10 to the existing IP =============================================================== Generate file path ./ip/intel_ai_ip/Verilog/Generic_A10 =============================================================== Finished adding Generic_A10 ===============================================================