Commit 09f99d6
File tree
6 files changed
+11
-11
lines changed- flow/designs
- gf180
- aes-hybrid
- aes
- ihp-sg13g2/i2c-gpio-expander
- sky130hd
- aes
- gcd
- tools
6 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
- src/dbSta/src/dbNetwork.cc+18-6
- src/grt/BUILD+2
- src/grt/src/fastroute/CMakeLists.txt+1
- src/grt/src/fastroute/include/FastRoute.h+8-14
- src/grt/src/fastroute/include/Graph2D.h+83
- src/grt/src/fastroute/src/FastRoute.cpp+21-47
- src/grt/src/fastroute/src/RSMT.cpp+24-33
- src/grt/src/fastroute/src/RipUp.cpp+147-220
- src/grt/src/fastroute/src/graph2d.cpp+320
- src/grt/src/fastroute/src/maze.cpp+55-190
- src/grt/src/fastroute/src/maze3D.cpp+4-9
- src/grt/src/fastroute/src/route.cpp+119-264
- src/grt/src/fastroute/src/utility.cpp+45-50
- src/ifp/include/ifp/InitFloorplan.hh+26
- src/ifp/src/InitFloorplan.cc+333
- src/ifp/src/InitFloorplan.i+46
- src/ifp/src/InitFloorplan.tcl+159-5
- src/ifp/test/CMakeLists.txt+5
- src/ifp/test/init_floorplan_polygon2.ok+4
- src/ifp/test/init_floorplan_polygon2.tcl+14
- src/ifp/test/make_polygon_rows1.defok+290
- src/ifp/test/make_polygon_rows1.ok+7
- src/ifp/test/make_polygon_rows1.tcl+23
- src/ifp/test/make_polygon_rows2.defok+219
- src/ifp/test/make_polygon_rows2.ok+7
- src/ifp/test/make_polygon_rows2.tcl+23
- src/ifp/test/make_polygon_rows3.ok+3
- src/ifp/test/make_polygon_rows3.tcl+19
- src/ifp/test/make_polygon_rows4.defok+362
- src/ifp/test/make_polygon_rows4.ok+7
- src/ifp/test/make_polygon_rows4.tcl+20
- src/pdn/README.md+2-2
- src/pdn/src/pdn.tcl+1-1
- src/rsz/README.md+21
- src/rsz/include/rsz/Resizer.hh+72
- src/rsz/src/RepairHold.cc+157-7
- src/rsz/src/RepairHold.hh+11
- src/rsz/src/Resizer.cc+416-26
- src/rsz/src/Resizer.i+7
- src/rsz/src/Resizer.tcl+40-4
- src/rsz/test/CMakeLists.txt+6
- src/rsz/test/asap7+1
- src/rsz/test/buffer_ports7.ok+1-1
- src/rsz/test/gcd_asap7.v+4.5k
- src/rsz/test/gcd_ihp.v+4.6k
- src/rsz/test/ihp-sg13g2+1
- src/rsz/test/repair_cap3.ok+2-2
- src/rsz/test/repair_fanout6.ok+7-7
- src/rsz/test/repair_fanout6_multi.ok+7-7
- src/rsz/test/repair_setup7_limit.ok+1
- src/rsz/test/repair_slew13.ok+3-2
- src/rsz/test/repair_slew14.ok+2-2
- src/rsz/test/repair_slew9.ok+2-2
- src/rsz/test/report_buffers_asap7.ok+127
- src/rsz/test/report_buffers_asap7.tcl+15
- src/rsz/test/report_buffers_gf180.ok+76
- src/rsz/test/report_buffers_gf180.tcl+11
- src/rsz/test/report_buffers_ihp.ok+141
- src/rsz/test/report_buffers_ihp.tcl+19
- src/rsz/test/report_buffers_nangate45.ok+61
- src/rsz/test/report_buffers_nangate45.tcl+7
- src/rsz/test/report_buffers_sky130hd.ok+84
- src/rsz/test/report_buffers_sky130hd.tcl+15
- src/rsz/test/report_buffers_sky130hs.ok+72
- src/rsz/test/report_buffers_sky130hs.tcl+10
- src/rsz/test/report_equiv_cells.ok+1
- src/rsz/test/resize4.ok+10-10
- test/asap7/asap7sc7p5t_28_L_1x_220121a.lef+17.7k
- test/asap7/asap7sc7p5t_28_SL_1x_220121a.lef+17.7k
- test/asap7/asap7sc7p5t_INVBUF_LVT_TT_nldm_220122.lib.gz
- test/asap7/asap7sc7p5t_INVBUF_RVT_TT_nldm_220122.lib.gz
- test/asap7/asap7sc7p5t_INVBUF_SLVT_TT_nldm_220122.lib.gz
- test/ihp-sg13g2/sg13g2_stdcell.lef+6.9k
- test/ihp-sg13g2/sg13g2_stdcell_typ_1p20V_25C.lib+28.3k
- test/ihp-sg13g2/sg13g2_stdcell_typ_1p50V_25C.lib+28.3k
- test/ihp-sg13g2/sg13g2_tech.lef+3.7k
- test/jpeg_sky130hd.metrics_limits+11-11
0 commit comments