Commit 07de682
committed
Add report_fmax_metric
Update OR to get the new command
Signed-off-by: Matt Liberty <[email protected]>1 parent 0ffabe3 commit 07de682
2 files changed
+10
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
231 | | - | |
| 232 | + | |
232 | 233 | | |
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
236 | | - | |
| 237 | + | |
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| |||
- WORKSPACE+2-2
- include/ord/OpenRoad.hh+4-1
- src/Metrics.tcl+45-2
- src/OpenRoad.cc+11-2
- src/ant/src/AntennaChecker.cc+36-6
- src/cts/src/TritonCTS.cpp+13-2
- src/cts/test/CMakeLists.txt+1
- src/cts/test/inverters.def+650
- src/cts/test/inverters.ok+79
- src/cts/test/inverters.tcl+22
- src/drt/BUILD+1
- src/drt/include/triton_route/MakeTritonRoute.h+3-1
- src/drt/include/triton_route/TritonRoute.h+5-1
- src/drt/src/MakeTritonRoute.cpp+7-1
- src/drt/src/PACallBack.h+31
- src/drt/src/TritonRoute.cpp+5
- src/gpl/src/placerBase.cpp+30-2
- src/grt/include/grt/GlobalRouter.h+4-1
- src/grt/include/grt/MakeGlobalRouter.h+3-1
- src/grt/src/GlobalRouter.cpp+4
- src/grt/src/MakeGlobalRouter.cpp+2
- src/grt/src/fastroute/include/DataType.h+1-1
- src/gui/src/gui.cpp+2-2
- src/mpl/src/SACoreHardMacro.cpp+25-17
- src/mpl/src/SACoreHardMacro.h+2-1
- src/mpl/src/SACoreSoftMacro.cpp+33-21
- src/mpl/src/SACoreSoftMacro.h+2-1
- src/mpl/src/SimulatedAnnealingCore.cpp+2-1
- src/mpl/src/SimulatedAnnealingCore.h+2-1
- src/mpl/test/boundary_push2.defok+4-4
- src/mpl/test/boundary_push3.defok+3-3
- src/mpl/test/io_constraints2.defok+401-401
- src/mpl/test/io_pads1.defok+400-400
- src/odb/include/odb/db.h+277-224
- src/odb/include/odb/dbCompare.h+18-18
- src/odb/include/odb/dbObject.h+2-2
- src/odb/include/odb/dbTypes.h+2-1
- src/odb/src/codeGenerator/gen.py+28-1
- src/odb/src/codeGenerator/helper.py+3
- src/odb/src/codeGenerator/schema.json+15
- src/odb/src/codeGenerator/schema/chip/dbChip.json+159
- src/odb/src/codeGenerator/schema/dbDatabase.json+38
- src/odb/src/codeGenerator/templates/impl.cpp+4-16
- src/odb/src/codeGenerator/templates/impl.h+3-10
- src/odb/src/codeGenerator/templates/macros.jinja+1-1
- src/odb/src/codeGenerator/templates/serializer_out.cpp+4
- src/odb/src/db/CMakeLists.txt+2-2
- src/odb/src/db/dbBusPort.h-1
- src/odb/src/db/dbChip.cpp+383-52
- src/odb/src/db/dbChip.h+38-20
- src/odb/src/db/dbDatabase.cpp+202-183
- src/odb/src/db/dbDatabase.h+39-30
- src/odb/src/db/dbGlobalConnect.cpp-1
- src/odb/src/db/dbGroup.h-1
- src/odb/src/db/dbGuide.h-1
- src/odb/src/db/dbMetalWidthViaMap.h-1
- src/odb/src/db/dbNetTrack.h-1
- src/odb/src/db/dbObject.cpp+9-15
- src/odb/src/db/dbPolygon.cpp-1
- src/odb/src/db/dbTechLayerCornerSpacingRule.h-1
- src/odb/src/db/dbTechLayerSpacingEolRule.cpp-1
- src/odb/src/db/dbTypes.cpp+4
- src/odb/src/swig/tcl/dbenums.i+7
- src/rmp/src/Restructure.cpp+7-8
- src/rmp/test/const_cell_removal.tcl+2-1
- src/utl/BUILD+6
- src/utl/CMakeLists.txt+2
- src/utl/include/utl/CallBack.h+37
- src/utl/include/utl/CallBackHandler.h+49
- src/utl/src/CallBack.cpp+29
- src/utl/src/CallBackHandler.cpp+35
0 commit comments