Commit 98921c7
committed
save CTS images from save_images.tcl
Signed-off-by: Matt Liberty <[email protected]>1 parent a58140e commit 98921c7
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
77 | 82 | | |
- .github/ISSUE_TEMPLATE/config.yml+5
- .github/ISSUE_TEMPLATE/feature_request.yml+23
- .github/workflows/github-actions-test-installer.yml+1-1
- etc/DependencyInstaller.sh+71-1
- etc/DockerHelper.sh+15-2
- include/ord/Design.h+5
- src/CMakeLists.txt+1
- src/Design.cc+6
- src/Main.cc+1
- src/ant/include/ant/AntennaChecker.hh+4-1
- src/ant/src/AntennaChecker.cc+28-19
- src/ant/src/AntennaChecker.i+1-1
- src/ant/test/ant_check.py+1-1
- src/ant/test/ant_report.rptok+5
- src/ant/test/check_api1.py+1-1
- src/cts/src/CMakeLists.txt+25
- src/cts/src/TritonCTS-py.i+51
- src/cts/test/balance_levels.py+28
- src/cts/test/check_buffers.py+41
- src/cts/test/check_charBuf.py+17
- src/cts/test/check_wire_rc_cts.py+40
- src/cts/test/cts_aux.py+155
- src/cts/test/cts_helpers.py+66
- src/cts/test/find_clock.py+17
- src/cts/test/find_clock_pad.py+17
- src/cts/test/helpers.py+1
- src/cts/test/max_cap.py+40
- src/cts/test/no_clocks.py+20
- src/cts/test/no_sinks.py+21
- src/cts/test/simple_test.py+16
- src/cts/test/simple_test_clustered.py+27
- src/cts/test/simple_test_clustered_max_cap.py+25
- src/dbSta/src/dbNetwork.cc+4-4
- src/drt/include/triton_route/TritonRoute.h+1
- src/drt/src/TritonRoute.cpp+6
- src/drt/src/ta/FlexTA.cpp+2-2
- src/drt/src/ta/FlexTA.h+4-4
- src/drt/src/ta/FlexTA_assign.cpp+19-55
- src/drt/src/ta/FlexTA_init.cpp+7-30
- src/grt/README.md+5-2
- src/grt/include/grt/GlobalRouter.h+3-1
- src/grt/src/GlobalRouter.cpp+11-3
- src/grt/src/GlobalRouter.i+2-2
- src/grt/src/GlobalRouter.tcl+12-3
- src/grt/src/RepairAntennas.cpp+3-2
- src/grt/src/RepairAntennas.h+2-1
- src/grt/src/fastroute/include/FastRoute.h+1-1
- src/grt/src/fastroute/src/FastRoute.cpp+1-1
- src/grt/src/fastroute/src/route.cpp+6-2
- src/grt/src/fastroute/src/utility.cpp+34-44
- src/grt/test/repair_antennas1.py+1-1
- src/gui/CMakeLists.txt+2
- src/gui/README.md+11
- src/gui/include/gui/gui.h+4
- src/gui/src/clockWidget.cpp+1.2k
- src/gui/src/clockWidget.h+421
- src/gui/src/displayControls.cpp-1
- src/gui/src/drcWidget.cpp-1
- src/gui/src/findDialog.cpp-1
- src/gui/src/gui.cpp+10-1
- src/gui/src/gui.i+9
- src/gui/src/gui_utils.cpp+109
- src/gui/src/gui_utils.h+61
- src/gui/src/heatMapSetup.cpp-1
- src/gui/src/inspector.cpp-1
- src/gui/src/layoutViewer.cpp+20-54
- src/gui/src/mainWindow.cpp+16-1
- src/gui/src/mainWindow.h+3
- src/gui/src/selectHighlightWindow.cpp-1
- src/gui/src/staGui.cpp-1
- src/gui/src/staGuiInterface.cpp+342
- src/gui/src/staGuiInterface.h+75
- src/gui/src/timingWidget.cpp-1
- src/ppl/src/IOPlacer.cpp+11
- src/ppl/src/IOPlacer.tcl+1-1
- src/ppl/test/place_pin6.defok+558
- src/ppl/test/place_pin6.ok+21
- src/ppl/test/place_pin6.tcl+17
- src/ppl/test/regression_tests.tcl+1
- src/rcx/src/extSpef.cpp+6-6
- src/rsz/src/BufferedNet.cc+39-41
- src/rsz/src/SteinerTree.cc+2-2
- src/rsz/src/SteinerTree.hh+1-1
- src/rsz/test/regression_tests.tcl+1
- src/rsz/test/repair_slew17.ok+37
- src/rsz/test/repair_slew17.tcl+16
- test/flow.tcl+23-6
0 commit comments