Skip to content

Commit e88292c

Browse files
committed
Update submodules, change uvm-verilator branch name
1 parent 845cf55 commit e88292c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

submodules/verilator

Submodule verilator updated 159 files

t/t_uvm_hello_v2017_1_0_nodpi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
if not os.path.exists(uvm_root):
1919
test.run(cmd=[
2020
"cd " + uvm_git +
21-
" && git fetch --tags" # .gitmodules doesn't pull tags
21+
# " && git fetch --tags" # .gitmodules doesn't pull tags - now using branch
2222
" && git worktree prune && git worktree add --detach " + uvm_root +
23-
" 2017-1.0"
23+
" origin/uvm-2017-1.0-vlt"
2424
])
2525

2626
## Make uvm_pkg_all

0 commit comments

Comments
 (0)