Results 8 issues of Jeff Ng

Minor typo in the README.

Testing updated jenkins-ci code prior to merge

### Subject [Flow] for any util, flow Makefile, or flow script issues. ### Describe the bug make clean_all for any design that uses BLOCKS (e.g. mock-array) doesn't clean the results/logs/objects...

### Description As part of https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/commit/073f45e619136239fa9e4d52a39f844896450a1a, a Verilator-based method of generating VCD file and then using it to influence report_power was introduced for mockarray. The ask is to create generic...

### Describe the bug In megaboom v6, the resulting floorplan/macro/std cell placement results in paths that appear to "lap" one of the macros multiple times, which intuitively seems wrong: ![CTS_Timing_Path_Match_GRT](https://github.com/user-attachments/assets/7d57e747-e5da-44d8-badb-cbcb64448fed)...

### Describe the bug For megaboom v6, I upped the clock frequency to 833 MHz and the resulting clock tree appears to be unbalanced (see the branch of the tree...

cts

### Describe the bug Undocking/docking the Clock Tree Viewer crashes the GUI with the following stack: ``` 0# 0x000058EFB3947A3B in openroad 1# 0x00007C296B842520 in /lib/x86_64-linux-gnu/libc.so.6 2# std::_Rb_tree_increment(std::_Rb_tree_node_base const*) in /lib/x86_64-linux-gnu/libstdc++.so.6...

gui

### Describe the bug If I obtain ODB object handles for the same object through two different means in the Python API, their underlying SWIG object addresses are different. The...