Yueting Li
05/07/2022, 2:08 AMTim Edwards
05/07/2022, 1:46 PMcommon/create_gds_library.py
that does this. It is designed for use with open_pdks so not quite as simple as it might otherwise be (it calls magic to to the job of concatenating all the GDS files, so it has to be given the path to the startup script for magic, for example). Run the script without arguments to get usage information.
There are probably simpler solutions out there. In principle all that needs to be done is to separate the core of each file from its BGNLIB and ENDLIB blocks, concatenate them all, then put the BGNLIB and ENDLIB blocks back around the concatenated data.Yueting Li
05/08/2022, 7:07 AM