commit | c02ef3684f037f995655f424ee29a10b25c5211d | [log] [tgz] |
---|---|---|
author | Tim Edwards <tim@opencircuitdesign.com> | Mon Jan 04 10:06:56 2021 -0500 |
committer | Tim Edwards <tim@opencircuitdesign.com> | Mon Jan 04 10:06:56 2021 -0500 |
tree | 911d5fefee9d17b7b6afef016085530c988a35ca | |
parent | 26ab49643ae1dccc54baa92a4d6c08c33c2fba24 [diff] [blame] |
Initial None setting for tclscript to prevent referencing a non- existent variable later in the script. Merges pull request #88 from Ahmed Ghazy.
diff --git a/common/foundry_install.py b/common/foundry_install.py index 22d754d..ea50eeb 100755 --- a/common/foundry_install.py +++ b/common/foundry_install.py
@@ -1049,6 +1049,7 @@ # then migrate them to magic (.mag files in layout/ or abstract/). ignorelist = [] + tclscript = None do_cdl_scaleu = False no_cdl_convert = False no_gds_convert = False