diff --git a/rect2lef.py b/rect2lef.py index e0fd81b..5e2995d 100755 --- a/rect2lef.py +++ b/rect2lef.py @@ -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"]