Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Dec 19, 2022
1 parent c52bea5 commit 2a9df6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fpgaperf.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,15 @@ def get_combinations():

if board_info is None or b not in board_info:
continue

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

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

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

return combs


Expand Down

0 comments on commit 2a9df6f

Please sign in to comment.