-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
559fca6
commit a4186cb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule OpenROAD
updated
20 files
+7 −2 | etc/DependencyInstaller.sh | |
+1 −0 | src/gui/CMakeLists.txt | |
+15 −0 | src/gui/README.md | |
+7 −0 | src/gui/include/gui/gui.h | |
+19 −1 | src/gui/src/gui.cpp | |
+7 −0 | src/gui/src/gui.i | |
+170 −0 | src/gui/src/heatMapPinDensity.cpp | |
+74 −0 | src/gui/src/heatMapPinDensity.h | |
+8 −15 | src/gui/src/heatMapPlacementDensity.cpp | |
+22 −24 | src/gui/src/heatMapPlacementDensity.h | |
+22 −6 | src/gui/src/mainWindow.cpp | |
+6 −2 | src/gui/src/mainWindow.h | |
+6 −3 | src/gui/src/stub.cpp | |
+1 −1 | src/rsz/include/rsz/Resizer.hh | |
+4 −1 | src/rsz/src/Resizer.cc | |
+1 −0 | src/rsz/src/Resizer.i | |
+1 −0 | src/rsz/test/CMakeLists.txt | |
+1 −0 | src/rsz/test/regression_tests.tcl | |
+18 −0 | src/rsz/test/report_dont_use_corners.ok | |
+16 −0 | src/rsz/test/report_dont_use_corners.tcl |