Skip to content

Commit

Permalink
correct typo in testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady authored Jan 28, 2025
1 parent 817a5b3 commit 09881ad
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 @@ -65,7 +65,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 09881ad

Please sign in to comment.