Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomelo9 committed Jul 10, 2024
1 parent 6cd70eb commit 1629745
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,27 @@
'vivado': Vivado
}


def test_ise():
generate('ise')


def test_libero():
generate('libero')


def test_openflow():
generate('openflow')


def test_quartus():
generate('quartus')


def test_vivado():
generate('vivado')


def generate(tool):
prj = tools[tool](odir=f'results/{tool}')
prj.set_part('PARTNAME')
Expand Down

0 comments on commit 1629745

Please sign in to comment.