Skip to content

Commit

Permalink
fix verilator ops
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewZhaoLuo committed Oct 6, 2022
1 parent 8654ada commit 7b50b2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/python/contrib/test_verilator/test_verilator_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,14 @@ def tbias(lanes):
print_test_info("nn.bias_add", lanes, cycles)


@pytest.mark.skip(reason="Skip because Verilator codegen is not available")
def test_add():
"""add tests."""
tadd(1)
tadd(4)


@pytest.mark.skip(reason="Skip because Verilator codegen is not available")
def test_bias_add():
"""bias_add tests."""
tbias(1)
Expand Down

0 comments on commit 7b50b2d

Please sign in to comment.