updating doc

This commit is contained in:
Edward Arthur Bingham 2023-12-31 01:54:05 +00:00
parent 223e5ab623
commit ab78b6bf6f

View File

@ -144,7 +144,8 @@ def writeLayerMap(path, conf):
def writeGDS(path, conf, cell): def writeGDS(path, conf, cell):
if not hasGDSTK: if not hasGDSTK:
print("gdstk not found, skipping gds export") print("skipping gds, enable gds support by installing gdstk:")
print("pip install gdstk")
return return
scale = conf["general"]["scale"] scale = conf["general"]["scale"]