File tree 2 files changed +10
-10
lines changed 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# 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
4
4
5
5
build_file: " vtr-verilog-to-routing/.github/kokoro/run-vtr.sh"
6
6
@@ -48,12 +48,12 @@ env_vars {
48
48
# Use default build configuration
49
49
env_vars {
50
50
key: " VTR_CMAKE_PARAMS"
51
- value: " "
51
+ value: " -DWITH_YOSYS=ON "
52
52
}
53
53
54
54
env_vars {
55
55
key: " VTR_TEST"
56
- value: " odin_reg_strong "
56
+ value: " vtr_reg_yosys "
57
57
}
58
58
59
59
# Options for run_reg_test.py
@@ -65,5 +65,5 @@ env_vars {
65
65
66
66
env_vars {
67
67
key: " NUM_CORES"
68
- value: " 3 "
69
- }
68
+ value: " 8 "
69
+ }
Original file line number Diff line number Diff line change 1
1
# 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
4
4
5
5
build_file: " vtr-verilog-to-routing/.github/kokoro/run-vtr.sh"
6
6
@@ -48,12 +48,12 @@ env_vars {
48
48
# Use default build configuration
49
49
env_vars {
50
50
key: " VTR_CMAKE_PARAMS"
51
- value: " "
51
+ value: " -DWITH_YOSYS=ON "
52
52
}
53
53
54
54
env_vars {
55
55
key: " VTR_TEST"
56
- value: " odin_reg_strong "
56
+ value: " vtr_reg_yosys "
57
57
}
58
58
59
59
# Options for run_reg_test.py
You can’t perform that action at this time.
0 commit comments