mirror of https://github.com/VLSIDA/OpenRAM.git
Remove option that causes errors and is unused.
This commit is contained in:
parent
13bdae2e30
commit
fb953c19e8
|
|
@ -72,7 +72,6 @@ elif "magic"==OPTS.pex_exe[0]:
|
||||||
else:
|
else:
|
||||||
debug.warning("Did not find a supported PEX tool."
|
debug.warning("Did not find a supported PEX tool."
|
||||||
+ "Disable DRC/LVS with check_lvsdrc=False to ignore.", 2)
|
+ "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.tech_name == "sky130":
|
||||||
# if OPTS.magic_exe and "magic"==OPTS.magic_exe[0]:
|
# if OPTS.magic_exe and "magic"==OPTS.magic_exe[0]:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue