Visible to Intel only — GUID: poi1659542940855
Ixiasoft
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
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 ===============================================================