From 09881ad5777ce11d08e4791456dc3283391f8296 Mon Sep 17 00:00:00 2001 From: Mostafa Rady <107422726+M0stafaRady@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:04:48 +0200 Subject: [PATCH] correct typo in testbench --- verify/uvm-python/test_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify/uvm-python/test_lib.py b/verify/uvm-python/test_lib.py index a4fcc03..bf5bb9c 100644 --- a/verify/uvm-python/test_lib.py +++ b/verify/uvm-python/test_lib.py @@ -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")