Emil J Tywoniak
11/25/2022, 12:54 PMset_debug_level GPL replace 4
to scripts/openroad/replace.tcl in OpenLANE). I know the command gets called before the placer is run, but I don't see any debug prints anywhere. I don't think it's possible to build OpenROAD with debug prints somehow disabled. Any ideas?Emil J Tywoniak
11/25/2022, 1:05 PMEmil J Tywoniak
11/25/2022, 1:14 PMlog_->setDebugLevel(GPL, "replace", verbose_);
in the version that's present in my OpenLane docker, which was enabled with a -verbose_level
TCL flag. It has since been removed, which is good.Matt Liberty
11/25/2022, 11:42 PM