Results 25 issues of Ted Hong

### What's hard to do? (limit 100 words) In writing DSLX tests, it is desirable to Inspect the state of an individual proc so that architectural state can be observed...

enhancement
dslx
testing
🧦 sox

### Describe the bug Resizer.cc runs are non-deterministic. Running the same test multiple times results in different results. One reason is the use of ordered sets of pointers, which need...

bazel
bazel-conversion-must

### Description Due to differences in compilers, stdlibs, unordered map/set iteration, floating point order of operations, etc... the same program compiled using bazel may generate different results than that of...

bazel
bazel-conversion-must

### Describe the bug Per https://github.com/The-OpenROAD-Project/OpenROAD/pull/8720#issuecomment-3447874915, gui::Gui::get() should only be called when gui::Gui::enabled() is true. PR https://github.com/The-OpenROAD-Project/OpenROAD/pull/8747 adds a warning and stacktrace (when compiled with Bazel) to locate places where...