[dv] makefile:cov LSF arg fix

Signed-off-by: Udi <udij@google.com>
This commit is contained in:
Udi 2020-04-29 11:56:56 -07:00 committed by udinator
parent a68923a404
commit be9af77b35

View file

@ -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