From be9af77b35e8eac1532094ba6968f3e5cc027191 Mon Sep 17 00:00:00 2001 From: Udi Date: Wed, 29 Apr 2020 11:56:56 -0700 Subject: [PATCH] [dv] makefile:cov LSF arg fix Signed-off-by: Udi --- dv/uvm/core_ibex/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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