Skip to content

Commit

Permalink
Merge branch 'main' of github.com:efabless/EF_I2C
Browse files Browse the repository at this point in the history
  • Loading branch information
NouranAbdelaziz committed Jan 22, 2025
2 parents 3c1f555 + 334c5a2 commit 2035b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify/uvm-python/test_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async def module_top(dut):
UVMRoot().clp.get_arg_values("+TEST_PATH=", test_path)
test_path = test_path[0]
await run_test()
coverage_db.export_to_yaml(filename=f"{test_path}/coverage.yalm")
coverage_db.export_to_yaml(filename=f"{test_path}/coverage.yaml")
# profiler.disable()
# profiler.dump_stats("profile_result.prof")

Expand Down

0 comments on commit 2035b63

Please sign in to comment.