mirror of https://github.com/VLSIDA/OpenRAM.git
Fix comment
This commit is contained in:
parent
a1cb20878d
commit
2e23fffadd
|
|
@ -251,7 +251,7 @@ def write_lvs_script(cell_name, gds_name, sp_name, final_verification=False, out
|
||||||
if not output_path:
|
if not output_path:
|
||||||
output_path = OPTS.openram_temp
|
output_path = OPTS.openram_temp
|
||||||
|
|
||||||
# Copy .magicrc file into the output directory
|
# Copy setup.tcl file into the output directory
|
||||||
setup_file = os.environ.get('OPENRAM_NETGENRC', None)
|
setup_file = os.environ.get('OPENRAM_NETGENRC', None)
|
||||||
if not setup_file:
|
if not setup_file:
|
||||||
setup_file = OPTS.openram_tech + "tech/setup.tcl"
|
setup_file = OPTS.openram_tech + "tech/setup.tcl"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue