<#1674 save_views in scripts/tcl_commands/all.tcl ...
# openlane-development
g
#1674 save_views in scripts/tcl_commands/all.tcl leaves compressed files Issue created by d-m-bailey Description In the
save_views
function of
scripts/tcl_commands/all.tcl
, files are copied to destination directories. However, compressed versions of the file may already exist in those directories. efabless'
caravel
Makefile
, for example, runs
make uncompress
before integrating data. There is the possibility that an older compressed version of the data will overwrite the newer uncompressed version. Proposal Have
save_views
remove any compressed versions of the data in the destination directory. The-OpenROAD-Project/OpenLane