FPGA AI Suite: IP Reference Manual

ID 768974
Date 3/29/2024
Public
Document Table of Contents

3.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
===============================================================