Skip to content

Commit 5172401

Browse files
committed
[Infra]: adding VtR Yosys CI test
Signed-off-by: Seyed Alireza Damghani <[email protected]>
1 parent f4867e7 commit 5172401

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/kokoro/continuous/yosys_test.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
2-
# vtr_reg_yosys_odin test runs the VTR benchmarks through
3-
# the entire VTR with Yosys+Odin-II as the first CAD tool
2+
# vtr_reg_yosys test runs the VTR benchmarks through
3+
# the entire VTR with Yosys as the first CAD tool
44

55
build_file: "vtr-verilog-to-routing/.github/kokoro/run-vtr.sh"
66

@@ -48,12 +48,12 @@ env_vars {
4848
#Use default build configuration
4949
env_vars {
5050
key: "VTR_CMAKE_PARAMS"
51-
value: ""
51+
value: "-DWITH_YOSYS=ON"
5252
}
5353

5454
env_vars {
5555
key: "VTR_TEST"
56-
value: "odin_reg_strong"
56+
value: "vtr_reg_yosys"
5757
}
5858

5959
#Options for run_reg_test.py
@@ -65,5 +65,5 @@ env_vars {
6565

6666
env_vars {
6767
key: "NUM_CORES"
68-
value: "3"
69-
}
68+
value: "8"
69+
}

.github/kokoro/presubmit/yosys_test.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
2-
# vtr_reg_yosys_odin test runs the VTR benchmarks through
3-
# the entire VTR with Yosys+Odin-II as the first CAD tool
2+
# vtr_reg_yosys test runs the VTR benchmarks through
3+
# the entire VTR with Yosys as the first CAD tool
44

55
build_file: "vtr-verilog-to-routing/.github/kokoro/run-vtr.sh"
66

@@ -48,12 +48,12 @@ env_vars {
4848
#Use default build configuration
4949
env_vars {
5050
key: "VTR_CMAKE_PARAMS"
51-
value: ""
51+
value: "-DWITH_YOSYS=ON"
5252
}
5353

5454
env_vars {
5555
key: "VTR_TEST"
56-
value: "odin_reg_strong"
56+
value: "vtr_reg_yosys"
5757
}
5858

5959
#Options for run_reg_test.py

0 commit comments

Comments
 (0)