Jaehyun Kim
Jaehyun Kim
When I ran TSAN, no such issue occurred (global place stage finished successfully). No error report by TSAN.
ASAN & UBSAN couldn't reproduce the issue (finished successfully without crash). No ASAN/UBSAN error report.
network_->drivers() returns a cached PinSet*. But the cache can be invalidated by the `repairDriver()` call in the loop, which can delete the `drivers` memory. Thus, the `drivers` should be copied...
> If you look at test_inst.tcl you'll see they avoid the logger issue by using `createSimpleDB 1` to use the default db that already has a logger. I prefer to...
PR-head CI (Bazel mock-array test) fails repeatedly with the following error, which is weird because this PR does not affect QoR. Moreover, PR-merge CI passed and no such issue in...
Updated the code based on your feedbacks.
I think it is different issue. Looks like `-hier` option is not used in this case.
I opened a new PR https://github.com/The-OpenROAD-Project/OpenROAD/pull/8839 that fixes multiple remove_buffer issues. The new PR changed remove_buffer behavior. I am not sure if it can resolve this issue or not. If...