Øyvind Harboe

Results 193 issues of Øyvind Harboe

### Description **Call to arms:** minutes and seconds, not hours to get CI errors. For much larger projects than OpenROAD we're seing CI pass/fail for simple changes in 60 seconds...

### Description Untar and run https://drive.google.com/file/d/1B_0RsKZgjLowZlA7cjAqamY0c4zkseZv/view?usp=sharing The macro placement is not great for [global routing](https://github.com/The-OpenROAD-Project/OpenROAD/issues/7482), @maliberty [suggested smaller halo](https://github.com/The-OpenROAD-Project/OpenROAD/issues/7482#issuecomment-2936188210) to improve macro placement. ![Image](https://github.com/user-attachments/assets/7ea9f047-3e61-4107-ae8c-58c3d52f1c28) Enabling RUDY in the GUI gives...

### Description untar and run https://drive.google.com/file/d/1Nw162pCjs1HjxjzeW35vl49Qgw9_bp8D/view?usp=sharing After 7 hours global routing fails, but there's no specific actionable advice in the logs: ``` [ERROR GRT-0116] Global routing finished with congestion. Check...

grt

_Originally posted by @maliberty in [#7142](https://github.com/The-OpenROAD-Project/OpenROAD/issues/7142#issuecomment-2828988515)_ OpenMP is used for OpenROAD, but not for all dependencies yet. - [ ] or-tools, which is pulled in from bcr, does not use...

### Describe the bug untar and run https://drive.google.com/file/d/1U_G1_G6m0huMM-uTx5yhC-nW28OyD7To/view?usp=sharing This CTS used to run in a reasonable amount of time, now it crashes with a malloc error after ca. 40000s Full...

rsz

### Description Estimated/or actual routing heatmap includes all nets: ![Image](https://github.com/user-attachments/assets/a01105e9-d424-4ef3-8eff-43459ed01bb2) However, it would be nice if one could select nets by name(ctrl-f) to look at specific nets. Similarly for placement...

good first issue
gui

### Description There is nothing the user should do in response to this warning. Either the user has parasitics, or they estimate them or they deserve the result. ``` [WARNING...

### Description ``` $ bazelisk build -c dbg :openroad --keep_going INFO: Analyzed target //:openroad (0 packages loaded, 0 targets configured). ERROR: /home/oyvind/OpenROAD-flow-scripts/tools/OpenROAD/BUILD.bazel:115:10: Linking openroad failed: (Exit 1): cc_wrapper.sh failed: error...

### Description I'm seeing global place taking a lot of time and it appears to have something to do with multithreading not working ideally and that it gets MUCH slower...

gpl

### Description Stripping down my use-case, launch the GUI from a script, and to illustrate that ctrl-c is not propagated properly anymore: the GUI is still running after I ctrl-c...