Skip to content

Commit

Permalink
skip verilator test if not available
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuree committed Mar 2, 2021
1 parent 07054b7 commit 275a7d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def set_value():
tester.run()


@pytest.mark.skipif(not pysv.util.is_verilator_available(), reason="Verilator not available")
def test_verilator_return_reference(get_vector_filename, temp):
@sv(return_type=Reference(a=DataType.UInt, b=DataType.UInt))
def set_value():
Expand Down

0 comments on commit 275a7d4

Please sign in to comment.