mirror of https://github.com/VLSIDA/OpenRAM.git
Add destination file as dot file
This commit is contained in:
parent
191b382171
commit
7c001732b1
|
|
@ -76,7 +76,7 @@ def write_drc_script(cell_name, gds_name, extract, final_verification, output_pa
|
|||
magic_file = OPTS.openram_tech + "tech/.magicrc"
|
||||
|
||||
if os.path.exists(magic_file):
|
||||
shutil.copy(magic_file, output_path)
|
||||
shutil.copy(magic_file, output_path + "/.magicrc")
|
||||
else:
|
||||
debug.warning("Could not locate .magicrc file: {}".format(magic_file))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue