commit | f00bbc65df8364716cbcd448313393ded6b68189 | [log] [tgz] |
---|---|---|
author | Tim Edwards <tim@opencircuitdesign.com> | Wed Oct 14 17:29:58 2020 -0400 |
committer | Tim Edwards <tim@opencircuitdesign.com> | Wed Oct 14 17:29:58 2020 -0400 |
tree | 7713ad560ae17c09fd592ecd9a25566046efad5e | |
parent | dc8149d8bd5bc475f99fb02e75b058e82de5f9eb [diff] [blame] |
Corrected the tab error in cdl2spi.py, and modified foundry_install.py to make use of LEF and "readspice" annotation when creating layout database files from GDS sources.
diff --git a/common/cdl2spi.py b/common/cdl2spi.py index 8ed0eab..f597a90 100755 --- a/common/cdl2spi.py +++ b/common/cdl2spi.py
@@ -231,7 +231,7 @@ cdlModel="" for i in range(len(tok)-1, 0, -1): if not tok[i].startswith("$"): - if '=' in tok[i]: + if '=' in tok[i]: continue elif cdlModel == '': cdlModel = tok[i]