Skip to content

Commit

Permalink
Merge branch 'isa_fix_uvm' into 'devel'
Browse files Browse the repository at this point in the history
APP UVM: [BUGFIX] Add missing comma

See merge request ndk/ndk-app-minimal!60
  • Loading branch information
jakubcabal committed Jun 19, 2024
2 parents 15e3ece + 9cd01b9 commit 9688631
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/uvm/ver_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@

"test_speed" : {
"__core_params__" : {"UVM_TEST" : "test::full_speed"},
}


},

"_combinations_" : (
("default",), # Works the same as '("default",),' as the "default" is applied in every combination
Expand Down

0 comments on commit 9688631

Please sign in to comment.