#52 Publish script which combines the GDS files from the cells into one big file
Issue opened by mithro
Similar to how there is a script which combines the timing data from the per cell timing JSON data into a single large liberty file, we need a script which does the same for the GDS files.
As GDS files are a binary format, this script should use Magic. (Magic should be installed into the environment from conda from
https://github.com/litex-hub/litex-conda-eda/tree/master/misc/magic). This can be done by generating a TCL script to give to Magic.
google/skywater-pdk