mirror of
https://github.com/verilator/verilator.git
synced 2025-01-22 14:24:18 +00:00
Don't remove DepSet as messes with skip-identical, part of last commit
This commit is contained in:
parent
2b28ddd0c6
commit
0ee2a0e6d7
@ -637,11 +637,10 @@ static void verilate(const string& argString) {
|
||||
|
||||
// Cleanup
|
||||
// Ideally we'd do prefix + "_*.*", and prefix + ".*", but this seems
|
||||
// potentially disruptive to old behavior
|
||||
// potentially disruptive to old behavior, and --skip-identical
|
||||
V3Os::unlinkRegexp(v3Global.opt.hierTopDataDir(), v3Global.opt.prefix() + "_*.dot");
|
||||
V3Os::unlinkRegexp(v3Global.opt.hierTopDataDir(), v3Global.opt.prefix() + "_*.tree");
|
||||
V3Os::unlinkRegexp(v3Global.opt.hierTopDataDir(), v3Global.opt.prefix() + "_*.txt");
|
||||
V3Os::unlinkRegexp(v3Global.opt.hierTopDataDir(), v3Global.opt.prefix() + "_*_DepSet_*");
|
||||
|
||||
// Internal tests (after option parsing as need debug() setting,
|
||||
// and after removing files as may make debug output)
|
||||
|
Loading…
Reference in New Issue
Block a user