Osama Hammad
Osama Hammad
We need a binary openroad image at dockerhub for this to be complete Signed-off-by: osamahammad21
closes #803
odb has removed getPoint_ext API and used getPoint for both (with/without ext). getPoint with 2 arguments is wrapped while getPoint with 3 arguments isn't. So when I call getPoint expecting...
Use standard naming for variables (ie snake case). _Originally posted by @maliberty in https://github.com/The-OpenROAD-Project/OpenROAD/pull/2267#discussion_r971275243_
- Write ABC log to the dedicated log files as they are needed for parsing the resulting delay values later - Add print_stats cmd to the abc script - Use...
### Subject [Stage]: Global Router. ### Describe the bug A change I made in drt revealed unsolvable DRC in asap7/SRAM. after isolating the issue I found that GRT's solution is...
DRT used to clear special nets routing if it was used more than once i.e. by calling detailed_route command after pin_access command or calling detailed_route command multiple times. This PR...
### Description The refactor should achieve the following: - Clear and Easy code to understand and maintain - Less number of lines per method - Cyclomatic complexity less than 20...