Skip to content

Commit 7b50b2d

Browse files
committed
fix verilator ops
1 parent 8654ada commit 7b50b2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/python/contrib/test_verilator/test_verilator_ops.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,14 @@ def tbias(lanes):
183183
print_test_info("nn.bias_add", lanes, cycles)
184184

185185

186+
@pytest.mark.skip(reason="Skip because Verilator codegen is not available")
186187
def test_add():
187188
"""add tests."""
188189
tadd(1)
189190
tadd(4)
190191

191192

193+
@pytest.mark.skip(reason="Skip because Verilator codegen is not available")
192194
def test_bias_add():
193195
"""bias_add tests."""
194196
tbias(1)

0 commit comments

Comments
 (0)