https://open-source-silicon.dev logo
s

Stefan Schippers

12/23/2020, 6:18 PM
may be the hierarchy is extracted and a number of layout cells are created and only the needed ones are then loaded? just curious.
t

Tim Edwards

12/24/2020, 3:23 AM
Just to load a GDS file with "gds read", it will read everything into memory. But you can create "abstract views" of cells that point to sections of the GDS, and preload them, and select an option to tell magic to not read cells that are already preloaded. But it's not like a disk-based database format.
s

Stefan Schippers

12/24/2020, 11:12 AM
Thank you @Tim Edwards 👍