Skip to content

Commit 6813f89

Browse files
committed
[Infra]: revert adding Yosys SV Plugin compile flags to Kokoro configs
Signed-off-by: Seyed Alireza Damghani <sdamghan@unb.ca>
1 parent d6f50fc commit 6813f89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/kokoro/continuous/yosys_odin_test.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ env_vars {
4848
#Use default build configuration
4949
env_vars {
5050
key: "VTR_CMAKE_PARAMS"
51-
value: "-DODIN_USE_YOSYS=ON -DYOSYS_SV_UHDM_PLUGIN=ON"
51+
value: "-DODIN_USE_YOSYS=ON"
5252
}
5353

5454
env_vars {

.github/kokoro/continuous/yosys_test.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ env_vars {
4848
#Use default build configuration
4949
env_vars {
5050
key: "VTR_CMAKE_PARAMS"
51-
value: "-DWITH_YOSYS=ON -DYOSYS_SV_UHDM_PLUGIN=ON"
51+
value: "-DWITH_YOSYS=ON"
5252
}
5353

5454
env_vars {

0 commit comments

Comments
 (0)