Skip to content

Commit

Permalink
move replace version back before rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcherry56 committed Feb 11, 2020
1 parent 9dd2ee3 commit c59630a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[submodule "src/replace"]
path = src/replace
url = https://github.com/The-OpenROAD-Project/RePlAce.git
branch = openroad
branch = original_replace
[submodule "src/ioPlacer"]
path = src/ioPlacer
url = https://github.com/The-OpenROAD-Project/ioPlacer.git
Expand Down
2 changes: 1 addition & 1 deletion src/replace
Submodule replace updated 70 files
+1 −0 .gitignore
+23 −24 CMakeLists.txt
+3 −2 src/initialPlace.cpp
+8 −16 src/nesterovBase.cpp
+17 −23 src/nesterovPlace.cpp
+2 −2 src/nesterovPlace.h
+1 −1 src/placerBase.cpp
+0 −2 src/plot.cpp
+1 −4 src/plot.h
+4 −13 src/replace.cpp
+1 −2 test/aes_test_01.tcl
+0 −1,988 test/ar01.def
+0 −807 test/ar01.defok
+0 −4,901 test/ar01.ok
+0 −9 test/ar01.tcl
+0 −1,968 test/ar02.def
+0 −797 test/ar02.defok
+0 −5,176 test/ar02.ok
+0 −9 test/ar02.tcl
+0 −1,978 test/core01.def
+0 −802 test/core01.defok
+0 −4,886 test/core01.ok
+0 −9 test/core01.tcl
+17 −0 test/gcd_test_01.tcl
+0 −50 test/helpers.tcl
+0 −10,376 test/nangate45.lef
+3 −0 test/or-td-test-01/gcd_1_orig.rpt.ok
+3 −0 test/or-td-test-01/gcd_1_td.rpt.ok
+3 −0 test/or-td-test-01/gcd_2_orig.rpt.ok
+3 −0 test/or-td-test-01/gcd_2_td.rpt.ok
+29 −0 test/or-td-test-01/gcd_td_test_1.tcl
+35 −0 test/or-td-test-01/gcd_td_test_1_orig.tcl
+28 −0 test/or-td-test-01/gcd_td_test_2.tcl
+32 −0 test/or-td-test-01/gcd_td_test_2_orig.tcl
+3 −0 test/or-td-test-02/wb_dma_top_1_orig.rpt.ok
+3 −0 test/or-td-test-02/wb_dma_top_1_td.rpt.ok
+3 −0 test/or-td-test-02/wb_dma_top_2_orig.rpt.ok
+3 −0 test/or-td-test-02/wb_dma_top_2_td.rpt.ok
+35 −0 test/or-td-test-02/wb_td_test_1_orig.tcl
+27 −0 test/or-td-test-02/wb_td_test_1_td.tcl
+35 −0 test/or-td-test-02/wb_td_test_2_orig.tcl
+27 −0 test/or-td-test-02/wb_td_test_2_td.tcl
+0 −34 test/regression
+133 −0 test/regression.py
+0 −147 test/regression_vars.tcl
+3 −0 test/rep-td-test-01/gcd_1_orig.rpt.ok
+3 −0 test/rep-td-test-01/gcd_1_td.rpt.ok
+3 −0 test/rep-td-test-01/gcd_2_orig.rpt.ok
+3 −0 test/rep-td-test-01/gcd_2_td.rpt.ok
+51 −0 test/rep-td-test-01/gcd_td_test_1.tcl
+52 −0 test/rep-td-test-01/gcd_td_test_1_orig.tcl
+51 −0 test/rep-td-test-01/gcd_td_test_2.tcl
+52 −0 test/rep-td-test-01/gcd_td_test_2_orig.tcl
+3 −0 test/rep-td-test-02/wb_dma_top_1_orig.rpt.ok
+3 −0 test/rep-td-test-02/wb_dma_top_1_td.rpt.ok
+3 −0 test/rep-td-test-02/wb_dma_top_2_orig.rpt.ok
+3 −0 test/rep-td-test-02/wb_dma_top_2_td.rpt.ok
+49 −0 test/rep-td-test-02/wb_td_test_1_orig.tcl
+48 −0 test/rep-td-test-02/wb_td_test_1_td.tcl
+49 −0 test/rep-td-test-02/wb_td_test_2_orig.tcl
+48 −0 test/rep-td-test-02/wb_td_test_2_td.tcl
+0 −33 test/save_ok
+0 −1,974 test/simple01.def
+0 −800 test/simple01.defok
+0 −4,990 test/simple01.ok
+0 −9 test/simple01.tcl
+0 −1,974 test/simple02.def
+0 −800 test/simple02.defok
+0 −3,734 test/simple02.ok
+0 −9 test/simple02.tcl

0 comments on commit c59630a

Please sign in to comment.