Skip to content

Commit

Permalink
Update Submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-agiza committed Dec 9, 2019
1 parent 6309584 commit 946ae0a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
path = src/opendp
url = https://github.com/The-OpenROAD-Project/OpenDP.git
branch = openroad
[submodule "src/FastRoute4-lefdef"]
path = src/FastRoute4-lefdef
url = https://github.com/The-OpenROAD-Project/FastRoute4-lefdef.git
[submodule "src/OpenPhySyn"]
path = src/OpenPhySyn
url = https://github.com/The-OpenROAD-Project/OpenPhySyn
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ add_subdirectory(flute3)
add_subdirectory(replace)
add_subdirectory(opendp)
add_subdirectory(ioPlacer)
add_subdirectory(FastRoute4-lefdef)
add_subdirectory(OpenPhySyn)

# Temporary fix, set -fPIC flag for flute
Expand Down
1 change: 0 additions & 1 deletion src/FastRoute4-lefdef
Submodule FastRoute4-lefdef deleted from a8f23f
1 change: 0 additions & 1 deletion src/OpenRoad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include "opendp/MakeOpendp.h"
#include "replace/src/MakeReplace.h"

#include "FastRoute4-lefdef/src/MakeFastRoute.h"
#include "OpenPhySyn/OpenROAD/MakeOpenPhySyn.hpp"


Expand Down
2 changes: 1 addition & 1 deletion src/opendp
Submodule opendp updated 97 files
+7 −0 jenkins/Dockerfile.dev
+2 −1 jenkins/test.sh
+24 −13 src/assign.cpp
+20 −18 src/check_legal.cpp
+11 −2 src/circuit.cpp
+7 −7 src/circuit.h
+1 −2 src/place.cpp
+54 −2 src/utility.cpp
+102 −0 test/fence-test-01.def
+7 −0 test/fence-test-01.tcl
+31 −0 test/fence-test-01/run_opendp.tcl
+102 −0 test/fence-test-01/ten_cells_fence.def
+7 −0 test/fence-test-01/ten_cells_fence.rpt.ok
+31 −0 test/fence-test-02/run_opendp.tcl
+92 −0 test/fence-test-02/ten_cells_fence.def
+7 −0 test/fence-test-02/ten_cells_fence.rpt.ok
+31 −0 test/fence-test-03/run_opendp.tcl
+102 −0 test/fence-test-03/ten_cells_fence.def
+7 −0 test/fence-test-03/ten_cells_fence.rpt.ok
+34 −0 test/find_parent_dir.tcl
+24 −0 test/helpers.tcl
+4 −4 test/iccad17-test-01/run_opendp.tcl
+4 −4 test/iccad17-test-02/run_opendp.tcl
+4 −4 test/iccad17-test-03/run_opendp.tcl
+7 −0 test/low-util-test-01/gcd.rpt.ok
+29 −0 test/low-util-test-01/run_opendp.tcl
+7 −0 test/low-util-test-02/aes_cipher_top.rpt.ok
+6 −10 test/low-util-test-02/run_opendp.tcl
+7 −0 test/low-util-test-03/ibex_core.rpt.ok
+6 −10 test/low-util-test-03/run_opendp.tcl
+32 −0 test/multi-height-test-01/run_opendp.tcl
+79 −0 test/multi-height-test-01/ten_cells_multi.def
+7 −0 test/multi-height-test-01/ten_cells_multi.rpt.ok
+32 −0 test/multi-height-test-02/run_opendp.tcl
+79 −0 test/multi-height-test-02/ten_cells_multi.def
+7 −0 test/multi-height-test-02/ten_cells_multi.rpt.ok
+32 −0 test/multi-height-test-03/run_opendp.tcl
+79 −0 test/multi-height-test-03/ten_cells_multi.def
+7 −0 test/multi-height-test-03/ten_cells_multi.rpt.ok
+32 −0 test/multi-height-test-04/run_opendp.tcl
+79 −0 test/multi-height-test-04/ten_cells_multi.def
+7 −0 test/multi-height-test-04/ten_cells_multi.rpt.ok
+0 −31 test/nangate45-test-01/run_opendp.tcl
+31 −0 test/or-fence-test-02/run_opendp.tcl
+92 −0 test/or-fence-test-02/ten_cells_fence.def
+31 −0 test/or-fence-test-03/run_opendp.tcl
+102 −0 test/or-fence-test-03/ten_cells_fence.def
+7 −0 test/or-low-util-test-01/gcd.rpt.ok
+29 −0 test/or-low-util-test-01/run_opendp.tcl
+7 −0 test/or-low-util-test-02/aes_cipher_top.rpt.ok
+27 −0 test/or-low-util-test-02/run_opendp.tcl
+7 −0 test/or-low-util-test-03/ibex_core.rpt.ok
+27 −0 test/or-low-util-test-03/run_opendp.tcl
+32 −0 test/or-multi-height-test-01/run_opendp.tcl
+79 −0 test/or-multi-height-test-01/ten_cells_multi.def
+7 −0 test/or-multi-height-test-01/ten_cells_multi.rpt.ok
+32 −0 test/or-multi-height-test-02/run_opendp.tcl
+79 −0 test/or-multi-height-test-02/ten_cells_multi.def
+7 −0 test/or-multi-height-test-02/ten_cells_multi.rpt.ok
+32 −0 test/or-multi-height-test-03/run_opendp.tcl
+79 −0 test/or-multi-height-test-03/ten_cells_multi.def
+7 −0 test/or-multi-height-test-03/ten_cells_multi.rpt.ok
+32 −0 test/or-multi-height-test-04/run_opendp.tcl
+79 −0 test/or-multi-height-test-04/ten_cells_multi.def
+7 −0 test/or-multi-height-test-04/ten_cells_multi.rpt.ok
+33 −0 test/regression
+0 −66 test/regression.py
+508 −0 test/regression.tcl
+160 −0 test/regression_vars.tcl
+51 −0 test/simple-test-01.def
+80 −0 test/simple-test-01.ok
+7 −0 test/simple-test-01.tcl
+51 −0 test/simple-test-01/single_cell.def
+51 −0 test/simple-test-02.def
+80 −0 test/simple-test-02.ok
+7 −0 test/simple-test-02.tcl
+51 −0 test/simple-test-02/single_cell.def
+51 −0 test/simple-test-03.def
+80 −0 test/simple-test-03.ok
+7 −0 test/simple-test-03.tcl
+51 −0 test/simple-test-03/single_cell.def
+88 −0 test/simple-test-04.def
+98 −0 test/simple-test-04.ok
+7 −0 test/simple-test-04.tcl
+88 −0 test/simple-test-04/ten_cells.def
+88 −0 test/simple-test-05.def
+98 −0 test/simple-test-05.ok
+7 −0 test/simple-test-05.tcl
+88 −0 test/simple-test-05/ten_cells.def
+88 −0 test/simple-test-06.def
+98 −0 test/simple-test-06.ok
+7 −0 test/simple-test-06.tcl
+88 −0 test/simple-test-06/ten_cells.def
+88 −0 test/simple-test-07.def
+98 −0 test/simple-test-07.ok
+7 −0 test/simple-test-07.tcl
+88 −0 test/simple-test-07/ten_cells.def

0 comments on commit 946ae0a

Please sign in to comment.