Skip to content

Commit 071b529

Browse files
committed
Merge branch 'simple_place_delay_model' of https://github.com/verilog-to-routing/vtr-verilog-to-routing into 3d_track_to_track_conn
2 parents 7233203 + 80752db commit 071b529

File tree

2,735 files changed

+904803
-52900
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,735 files changed

+904803
-52900
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ jobs:
3131
- {test: "vtr_reg_nightly_test1", cores: "16", options: "", cmake: "", extra_pkgs: ""}
3232
- {test: "vtr_reg_nightly_test1_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
3333
- {test: "vtr_reg_nightly_test2", cores: "16", options: "", cmake: "", extra_pkgs: ""}
34-
- {test: "vtr_reg_nightly_test2_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: "" }
34+
- {test: "vtr_reg_nightly_test2_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
3535
- {test: "vtr_reg_nightly_test3", cores: "16", options: "", cmake: "", extra_pkgs: ""}
3636
- {test: "vtr_reg_nightly_test3_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
37-
- {test: "vtr_reg_nightly_test4", cores: "16", options: "", cmake: "", extra_pkgs: "" }
38-
- {test: "vtr_reg_nightly_test4_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: "" }
37+
- {test: "vtr_reg_nightly_test4", cores: "16", options: "", cmake: "", extra_pkgs: ""}
38+
- {test: "vtr_reg_nightly_test4_odin", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
3939
- {test: "vtr_reg_nightly_test5", cores: "16", options: "", cmake: "", extra_pkgs: ""}
4040
- {test: "vtr_reg_nightly_test6", cores: "16", options: "", cmake: "", extra_pkgs: ""}
4141
- {test: "vtr_reg_nightly_test7", cores: "16", options: "", cmake: "", extra_pkgs: ""}
42-
- {test: "vtr_reg_parmys", cores: "16", options: "", cmake: "", extra_pkgs: "" }
4342
- {test: "vtr_reg_strong", cores: "16", options: "", cmake: "-DVTR_ASSERT_LEVEL=3", extra_pkgs: "libeigen3-dev"}
4443
- {test: "vtr_reg_strong_odin", cores: "16", options: "", cmake: "-DVTR_ASSERT_LEVEL=3 -DWITH_ODIN=ON", extra_pkgs: "libeigen3-dev"}
4544
- {test: "vtr_reg_strong_odin", cores: "16", options: "-skip_qor", cmake: "-DVTR_ASSERT_LEVEL=3 -DVTR_ENABLE_SANITIZE=ON -DWITH_ODIN=ON", extra_pkgs: "libeigen3-dev"}
4645
- {test: "vtr_reg_system_verilog", cores: "16", options: "", cmake: "-DYOSYS_F4PGA_PLUGINS=ON", extra_pkgs: ""}
4746
- {test: "odin_reg_strong", cores: "16", options: "", cmake: "-DWITH_ODIN=ON", extra_pkgs: ""}
47+
- {test: "parmys_reg_strong", cores: "16", options: "", cmake: "-DYOSYS_F4PGA_PLUGINS=ON", extra_pkgs: ""}
4848

4949
env:
5050
DEBIAN_FRONTEND: "noninteractive"

README.developers.md

Lines changed: 98 additions & 21 deletions
Large diffs are not rendered by default.

libs/EXTERNAL/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ if (${WITH_PARMYS})
3232
GIT_REPOSITORY https://github.com/chipsalliance/Surelog.git
3333
GIT_TAG v1.71
3434
GIT_PROGRESS TRUE
35+
GIT_SHALLOW TRUE
3536

3637
# setting source, build and install directories
3738
SOURCE_DIR "${SURELOG_SOURCE_DIR}"
@@ -49,7 +50,7 @@ if (${WITH_PARMYS})
4950
LOG_BUILD ON
5051
LOG_UPDATE ON
5152
LOG_INSTALL ON
52-
LOG_CONFIGURE ON
53+
LOG_CONFIGURE OFF
5354
LOG_OUTPUT_ON_FAILURE ON
5455

5556
# dependency
@@ -63,6 +64,7 @@ if (${WITH_PARMYS})
6364
GIT_REPOSITORY https://github.com/chipsalliance/yosys-f4pga-plugins.git
6465
GIT_TAG v1.20230808
6566
GIT_PROGRESS TRUE
67+
GIT_SHALLOW TRUE
6668

6769
# setting source, build and install directories
6870
SOURCE_DIR "${YOSYS_F4PGA_PLUGINS_SOURCE_DIR}"
@@ -82,7 +84,7 @@ if (${WITH_PARMYS})
8284
LOG_BUILD ON
8385
LOG_UPDATE ON
8486
LOG_INSTALL ON
85-
LOG_CONFIGURE ON
87+
LOG_CONFIGURE OFF
8688
LOG_OUTPUT_ON_FAILURE ON
8789

8890
# dependency
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
regression_test/benchmark/task/full
22
regression_test/benchmark/task/large
3-
regression_test/benchmark/task/koios
4-
3+
regression_test/benchmark/suite/koios_nightly_suite
4+
regression_test/benchmark/suite/koios_weekly_suite
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
regression_test/benchmark/task/koios/koios_medium
2+
regression_test/benchmark/task/koios/koios_medium_no_hb
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
regression_test/benchmark/task/koios/koios_large
2+
regression_test/benchmark/task/koios/koios_large_no_hb

odin_ii/regression_test/benchmark/suite/light_suite/task_list.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ regression_test/benchmark/task/syntax
99
regression_test/benchmark/task/FIR
1010
regression_test/benchmark/task/micro
1111
regression_test/benchmark/suite/complex_synthesis_suite
12-
regression_test/benchmark/suite/vtr_multiclock_suite
12+
regression_test/benchmark/suite/vtr_multiclock_suite

0 commit comments

Comments
 (0)