Add destination file as dot file

This commit is contained in:
mrg 2021-05-18 14:54:13 -07:00
parent 191b382171
commit 7c001732b1
1 changed files with 1 additions and 1 deletions

View File

@ -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))