OpenROAD-flow-scripts
OpenROAD-flow-scripts copied to clipboard
Added aarch64 architecture support for Ubuntu 22.04
The following has been done:
-
Modified the Klayout tools installation process to dynamically clone and build it from source since there are no prebuilt binaries available for the "aarch64" architecture.
-
The modification has been developed and tested successfully on an AWS Graviton (aarch64) instance using the following specifications: Instance type - t4g.xlarge (4 vCPU, 16 GiB Memory), Storage - 128 GiB.
Integration with Other Changes:
This pull request is associated with another changes in the OpenROAD repository. Specifically, adjustments were made in the DependancyInstaller.sh script to accommodate dependencies for the aarch64 architecture. Further details and the link to the related pull request will be provided in the comments.