updating doc
This commit is contained in:
parent
223e5ab623
commit
ab78b6bf6f
@ -144,7 +144,8 @@ def writeLayerMap(path, conf):
|
||||
|
||||
def writeGDS(path, conf, cell):
|
||||
if not hasGDSTK:
|
||||
print("gdstk not found, skipping gds export")
|
||||
print("skipping gds, enable gds support by installing gdstk:")
|
||||
print("pip install gdstk")
|
||||
return
|
||||
|
||||
scale = conf["general"]["scale"]
|
||||
|
Loading…
Reference in New Issue
Block a user