Remove option that causes errors and is unused.

This commit is contained in:
mrg 2021-03-01 16:36:27 -08:00
parent 13bdae2e30
commit fb953c19e8
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ elif "magic"==OPTS.pex_exe[0]:
else:
debug.warning("Did not find a supported PEX tool."
+ "Disable DRC/LVS with check_lvsdrc=False to ignore.", 2)
OPTS.calibre_pex = len(OPTS.pex_exe) > 0 and OPTS.pex_exe[0] == "calibre"
# if OPTS.tech_name == "sky130":
# if OPTS.magic_exe and "magic"==OPTS.magic_exe[0]: