Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Sep 2, 2022
1 parent b7f7b83 commit 622364e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fpgaperf.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,12 @@ def get_combinations():
if board_info is None or b not in board_info:
continue

if t == 'vpr' and p != 'baselitex':
continue

if t == 'vpr-fasm2bels' and p not in ['blinky', 'oneblink']:
continue

combs.append((p, t, b))

return combs
Expand Down

0 comments on commit 622364e

Please sign in to comment.