FPGA AI Suite Handbook

ID 863373
Date 11/21/2025
Public
Document Table of Contents

8.4.4. The --flow remove_arch Flow

Remove an architecture from the IP library with the --flow remove_arch flow.

If you specify an architecture description file that does not exist in the IP library, the IP generation utility returns a warning.

Usage Synopsis

dla_create_ip --flow remove_arch \
   --arch <path to .arch file> \
  [--ip_dir <ip_directory>]

Sample Call

dla_create_ip --flow remove_arch \
   --arch A10_Generic.arch \
   --ip_dir ./ip 

Sample Output

===============================================================
removing Generic_A10 from existing IP
===============================================================