File tree
6 files changed
+12
-12
lines changed- flow/designs
- asap7/aes-block
- nangate45
- bp_fe_top
- swerv_wrapper
- sky130hd/microwatt
- tools
6 files changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
- .github/workflows/github-actions-clang-tidy.yml+3-1
- etc/DependencyInstaller.sh+1-1
- src/dpl/src/Place.cpp+2-1
- src/dpl/src/infrastructure/Grid.cpp+26-17
- src/drt/src/db/obj/frAccess.h+4
- src/drt/src/db/tech/frLayer.h+6
- src/drt/src/dr/FlexDR_init.cpp+4-10
- src/drt/src/pa/FlexPA.h+15-20
- src/drt/src/pa/FlexPA_acc_point.cpp+84-111
- src/gpl/src/placerBase.cpp+17-17
- src/grt/include/grt/GlobalRouter.h+1-1
- src/grt/src/GlobalRouter.cpp+27-8
- src/grt/src/RepairAntennas.cpp+3-1
- src/grt/src/RepairAntennas.h+2-1
- src/grt/test/CMakeLists.txt+2
- src/grt/test/read_segments_error4.ok+8
- src/grt/test/read_segments_error4.segs+5.8k
- src/grt/test/read_segments_error4.tcl+8
- src/grt/test/read_segments_error5.ok+8
- src/grt/test/read_segments_error5.segs+5.8k
- src/grt/test/read_segments_error5.tcl+8
- src/mpl/src/MplObserver.h+12
- src/mpl/src/SACoreHardMacro.cpp+4-2
- src/mpl/src/SACoreHardMacro.h+2-1
- src/mpl/src/SACoreSoftMacro.cpp+4-2
- src/mpl/src/SACoreSoftMacro.h+2-1
- src/mpl/src/SimulatedAnnealingCore.cpp+33-58
- src/mpl/src/SimulatedAnnealingCore.h+10-14
- src/mpl/src/clusterEngine.cpp+69-140
- src/mpl/src/clusterEngine.h+19-18
- src/mpl/src/graphics.cpp+43-147
- src/mpl/src/graphics.h+13-14
- src/mpl/src/hier_rtlmp.cpp+364-208
- src/mpl/src/hier_rtlmp.h+34-16
- src/mpl/src/object.cpp+42-43
- src/mpl/src/object.h+7-29
- src/mpl/src/util.h+144
- src/mpl/test/BUILD+6
- src/mpl/test/CMakeLists.txt+6
- src/mpl/test/boundary_push2.defok+3-3
- src/mpl/test/boundary_push3.defok+2-2
- src/mpl/test/io_constraints2.tcl+1-1
- src/mpl/test/io_constraints3.defok+529
- src/mpl/test/io_constraints3.ok+23
- src/mpl/test/io_constraints3.tcl+23
- src/mpl/test/io_constraints4.defok+529
- src/mpl/test/io_constraints4.ok+23
- src/mpl/test/io_constraints4.tcl+26
- src/mpl/test/io_constraints5.defok+529
- src/mpl/test/io_constraints5.ok+23
- src/mpl/test/io_constraints5.tcl+25
- src/mpl/test/io_constraints6.defok+525
- src/mpl/test/io_constraints6.ok+21
- src/mpl/test/io_constraints6.tcl+21
- src/mpl/test/io_constraints7.defok+525
- src/mpl/test/io_constraints7.ok+21
- src/mpl/test/io_constraints7.tcl+20
- src/mpl/test/io_constraints8.defok+525
- src/mpl/test/io_constraints8.ok+21
- src/mpl/test/io_constraints8.tcl+20
- src/mpl/test/testcases/io_constraints6.def+528
- src/odb/include/odb/geom.h+15
- src/odb/src/db/dbSite.cpp-1
- src/upf/test/data/mpd_top/mpd_top.upf+1
- src/upf/test/data/mpd_top/mpd_top_combined.upf+1
- src/upf/test/write.upfok+2
- src/utl/src/decode.cpp+1
- test/upf/mpd_aes.upf+1
- test/upf_aes.defok+7-2
- test/upf_aes.ok+9-9
0 commit comments