diff --git a/dv/uvm/core_ibex/Makefile b/dv/uvm/core_ibex/Makefile index 63b1eee1..f7c924ad 100644 --- a/dv/uvm/core_ibex/Makefile +++ b/dv/uvm/core_ibex/Makefile @@ -404,8 +404,8 @@ cov: --steps=cov \ ${TEST_OPTS} \ --simulator="${SIMULATOR}" \ - --o="${OUT}" \ - --lsf_cmd="${LSF_CMD}"; + $(lsf-arg) \ + --o="${OUT}" @if [ -d "test.vdb" ]; then \ mv -f test.vdb ${OUT}/rtl_sim/; \ fi