GitHub
02/28/2023, 1:43 PMsave_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/OpenLaneGitHub
03/21/2023, 12:00 PM