Skip to content

Commit 95ccada

Browse files
committed
Upd cocotb test with verilator
1 parent f837081 commit 95ccada

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sim/verilator/cocotb/*
1+
sim/verilator/*
22
!si5340_config_loader_tb.py
33
!si5340_config_loader.sv
44
!test.py

sim/verilator/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from cocotb.runner import get_runner
77

88
def test_runner():
9-
src = Path("../../../src")
9+
src = Path("../../src")
1010

1111
hdl_toplevel_lang = os.getenv("HDL_TOPLEVEL_LANG", "verilog")
1212
sim = os.getenv("SIM", "verilator")

0 commit comments

Comments
 (0)