mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
[dv] remove return value from the compare() step (#732)
Signed-off-by: Udi <udij@google.com>
This commit is contained in:
parent
b897300cbd
commit
8aae0ba31a
1 changed files with 2 additions and 3 deletions
|
@ -556,10 +556,9 @@ def main():
|
|||
rtl_sim(sim_cmd, matched_list, seed, args.sim_opts,
|
||||
output_dir, bin_dir, args.lsf_cmd, check_return_code)
|
||||
|
||||
# Compare RTL & ISS simulation result.;
|
||||
# Compare RTL & ISS simulation result.
|
||||
if steps['compare']:
|
||||
if not compare(matched_list, args.iss, args.o):
|
||||
return RET_FAIL
|
||||
compare(matched_list, args.iss, args.o)
|
||||
|
||||
# Generate merged coverage directory and load it into appropriate GUI
|
||||
if steps['cov']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue