mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 21:39:13 -04:00
[dv] makefile:cov LSF arg fix
Signed-off-by: Udi <udij@google.com>
This commit is contained in:
parent
a68923a404
commit
be9af77b35
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue