Commit 69009ae
File tree
4 files changed
+9
-5
lines changed- flow
- designs/nangate45/ariane133
- scripts
- tools
4 files changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
- MODULE.bazel+1-1
- src/grt/src/fastroute/src/FastRoute.cpp+4-6
- src/odb/include/odb/db.h+9-1
- src/odb/src/db/CMakeLists.txt+1
- src/odb/src/db/dbModInst.cpp+6
- src/odb/src/db/dbModNet.cpp+21
- src/odb/src/db/dbModule.cpp+22
- src/odb/src/db/dbSwapMasterSanityChecker.cpp+552
- src/odb/src/db/dbSwapMasterSanityChecker.h+68
- src/odb/test/cpp/TestSwapMasterUnusedPort.cpp+4
- src/odb/test/replace_hier_mod1.ok+3
- src/odb/test/replace_hier_mod1.tcl+1
- src/odb/test/replace_hier_mod2.ok+36-40
- src/odb/test/replace_hier_mod2.tcl+1
- src/odb/test/replace_hier_mod3.ok+1
- src/odb/test/replace_hier_mod3.tcl+1
- src/odb/test/replace_hier_mod4.ok+1
- src/odb/test/replace_hier_mod4.tcl+1
- src/odb/test/replace_hier_mod5.tcl+1
- src/odb/test/replace_hier_mod6.ok+4
- src/odb/test/replace_hier_mod6.tcl+1
- src/odb/test/replace_hier_mod_report_checks.ok+2
- src/odb/test/replace_hier_mod_report_checks.tcl+1
- src/odb/test/replace_hier_mod_undo2.tcl+1
- src/rmp/BUILD+9-1
- src/rmp/README.md+39
- src/rmp/include/rmp/Restructure.h+38-6
- src/rmp/src/CMakeLists.txt+6-1
- src/rmp/src/Restructure.cpp+18-1
- src/rmp/src/annealing_strategy.cpp+25-527
- src/rmp/src/annealing_strategy.h+24-33
- src/rmp/src/genetic_strategy.cpp+169
- src/rmp/src/genetic_strategy.h+60
- src/rmp/src/gia.cpp+386
- src/rmp/src/gia.h+51
- src/rmp/src/rmp.i+54-2
- src/rmp/src/rmp.tcl+52-1
- src/rmp/src/slack_tuning_strategy.cpp+201
- src/rmp/src/slack_tuning_strategy.h+107
- src/rmp/src/utils.cpp+12-2
- src/rmp/src/utils.h+13-4
- src/rmp/test/BUILD+3-1
- src/rmp/test/CMakeLists.txt+2
- src/rmp/test/aes_annealing.ok+52-50
- src/rmp/test/aes_annealing.tcl+1-1
- src/rmp/test/aes_genetic.ok+175
- src/rmp/test/aes_genetic.tcl+44
- src/rmp/test/gcd_annealing1.ok+57-56
- src/rmp/test/gcd_annealing1.tcl+1-1
- src/rmp/test/gcd_annealing2.ok+57-50
- src/rmp/test/gcd_annealing2.tcl+1-1
- src/rmp/test/gcd_genetic.ok+174
- src/rmp/test/gcd_genetic.tcl+63
- src/rsz/test/replace_arith_modules1.ok+64
- src/rsz/test/replace_arith_modules1.tcl+1
- src/rsz/test/replace_arith_modules2.ok+64
- src/rsz/test/replace_arith_modules2.tcl+1
- src/rsz/test/replace_arith_modules3.ok+64
- src/rsz/test/replace_arith_modules3.tcl+1
- test/orfs/gcd/rules-base.json+12-12
0 commit comments