mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Fix incorrect indentation in sim.py
This commit is contained in:
parent
2bf6f5fca2
commit
e70213d0ef
1 changed files with 2 additions and 2 deletions
|
@ -431,7 +431,7 @@ def gen_cov(base_dir, simulator, lsf_cmd):
|
|||
vdb_path = "%s/%s/rtl_sim/test.vdb" % (base_dir, entry.name)
|
||||
if 'seed' in entry.name:
|
||||
logging.info("Searching %s/%s for coverage database" %
|
||||
(base_dir, entry.name))
|
||||
(base_dir, entry.name))
|
||||
if os.path.exists(vdb_path):
|
||||
dir_list.append(vdb_path)
|
||||
if dir_list == []:
|
||||
|
@ -563,7 +563,7 @@ def main():
|
|||
|
||||
# Generate merged coverage directory and load it into appropriate GUI
|
||||
if steps['cov']:
|
||||
gen_cov(args.o, args.simulator, args.lsf_cmd)
|
||||
gen_cov(args.o, args.simulator, args.lsf_cmd)
|
||||
|
||||
return RET_SUCCESS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue