From ab78b6bf6f4ef8c9670d56ee5f422dd4a25d7011 Mon Sep 17 00:00:00 2001 From: Ned Bingham Date: Sun, 31 Dec 2023 01:54:05 +0000 Subject: [PATCH] updating doc --- rect2lef.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"]