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. Parameter Group: layout_transform_params
3.4.1. The --flow create_ip Flow
The default flow for the IP generation utility (dla_create_ip command) is the --flow create_ip flow. This flow creates a new IP library directory (<ip_directory>).
To generate a new IP, provide one of the following options as the location of architecture description file or files:
- Use the --arch option to specify one or more architecture description files (.arch).
- Use the --arch_dir option to specify a directory that contains one or more architecture description files. All architecture description files in the directory are added to the IP library.
Use the --ip_dir option to specify the output FPGA AI Suite IP library directory. If unspecified, the default value of <ai_suite_root>/ip is used as the IP library directory.
To overwrite the IP directory and create a new IP if the IP directory already exists, specify the --overwrite option. . If you do not set the --overwrite option, the script prompts you to confirm that you want to overwrite the IP library directory.
Usage Synopsis
dla_create_ip [--flow create_ip] \ --arch <path to .arch File> [<path to .arch file> ...] \ [--ip_dir <ip_directory>] \ [--overwrite]
dla_create_ip [--flow create_ip] \ --arch_dir=<path to directory with .arch files> \ [--ip_dir <ip_directory>] \ [--overwrite]
Sample Call
dla_create_ip --flow create_ip \ --arch=$COREDLA_ROOT/example_architectures/A10_Generic.arch \ --overwrite \ --ip_dir ./ip
Sample Output
=============================================================== Start IP Creation Flow =============================================================== Generate file path ip/altera_ai_ip/Verilog/Generic_A10 =============================================================== IP Creation finished ===============================================================