Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +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/FastRoute"]
path = src/FastRoute
url = https://github.com/The-OpenROAD-Project/FastRoute.git
3 changes: 2 additions & 1 deletion jenkins/test.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
docker run -v $(pwd):/OpenROAD openroad/openroad bash -c "/OpenROAD/test/regression fast && /OpenROAD/src/resizer/test/regression fast"
docker run -v $(pwd):/OpenROAD openroad/openroad bash -c "/OpenROAD/test/regression fast && /OpenROAD/src/resizer/test/regression fast && /OpenROAD/src/opendp/test/regression fast"
docker run -v $(pwd):/OpenROAD openroad/openroad bash -c "cd /OpenROAD/src/replace/test && python3 regression.py run openroad"
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set(OPENDP_HOME ${PROJECT_SOURCE_DIR}/src/opendp)

set(IOPLACER_HOME ${PROJECT_SOURCE_DIR}/src/ioPlacer)

set(FASTROUTE_HOME ${PROJECT_SOURCE_DIR}/src/FastRoute4-lefdef)
set(FASTROUTE_HOME ${PROJECT_SOURCE_DIR}/src/FastRoute)

set(OPENROAD_WRAP ${CMAKE_CURRENT_BINARY_DIR}/OpenRoad_wrap.cc)
set(OPENROAD_TCL_INIT ${CMAKE_CURRENT_BINARY_DIR}/OpenRoadTclInitVar.cc)
Expand Down Expand Up @@ -164,7 +164,7 @@ add_subdirectory(flute3)
add_subdirectory(replace)
add_subdirectory(opendp)
add_subdirectory(ioPlacer)
add_subdirectory(FastRoute4-lefdef)
add_subdirectory(FastRoute)

################################################################

Expand All @@ -191,7 +191,7 @@ target_link_libraries(openroad
dbSta
OpenSTA
opendb
FR4lefdef
FastRoute
zutil
zlib
tm
Expand Down
1 change: 1 addition & 0 deletions src/FastRoute
Submodule FastRoute added at dadd51
1 change: 0 additions & 1 deletion src/FastRoute4-lefdef
Submodule FastRoute4-lefdef deleted from a8f23f
2 changes: 1 addition & 1 deletion src/OpenRoad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "opendp/MakeOpendp.h"
#include "replace/src/MakeReplace.h"

#include "FastRoute4-lefdef/src/MakeFastRoute.h"
#include "FastRoute/src/MakeFastRoute.h"

namespace sta {
extern const char *openroad_tcl_inits[];
Expand Down
2 changes: 1 addition & 1 deletion src/ioPlacer
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
2 changes: 1 addition & 1 deletion src/replace
Submodule replace updated 47 files
+1 −0 .gitignore
+0 −6 .gitmodules
+2 −2 README.md
+ doc/image/replace_tcl_interp_example.gif
+1 −1 jenkins/install.sh
+2 −1 jenkins/test.sh
+25 −4 src/bin.cpp
+7 −1 src/bin.h
+16 −1 src/main.cpp
+9 −5 src/replace.tcl
+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
+91 −20 test/regression.py
+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
+3 −7 test/rep-td-test-01/gcd_td_test_1.tcl
+3 −7 test/rep-td-test-01/gcd_td_test_1_orig.tcl
+3 −7 test/rep-td-test-01/gcd_td_test_2.tcl
+3 −7 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
+3 −3 test/rep-td-test-02/wb_td_test_1_orig.tcl
+3 −3 test/rep-td-test-02/wb_td_test_1_td.tcl
+3 −3 test/rep-td-test-02/wb_td_test_2_orig.tcl
+3 −3 test/rep-td-test-02/wb_td_test_2_td.tcl
+0 −52 test/td-test-03/aes_td_test_1_orig.tcl
+0 −51 test/td-test-03/aes_td_test_1_td.tcl
+0 −52 test/td-test-03/aes_td_test_2_orig.tcl
+0 −51 test/td-test-03/aes_td_test_2_td.tcl