hwacha depends on esp-tools | support java args

This commit is contained in:
abejgonzalez
2019-05-13 17:17:32 -07:00
parent 59acd688e6
commit deccae4959
2 changed files with 10 additions and 3 deletions

View File

@@ -439,7 +439,8 @@ workflows:
- prepare-hwacha-verilog-only:
requires:
- install-riscv-toolchain
- install-riscv-toolchain # TODO: Remove when esp-tools is used
- install-esp-toolchain
- install-verilator
# Run the respective tests
@@ -467,5 +468,6 @@ workflows:
# - hwacha-run-benchmark-tests:
# requires:
# - install-riscv-toolchain
# - install-riscv-toolchain # TODO: Remove when esp-tools is used
# - install-esp-toolchain
# - prepare-hwacha