Skip to content

Commit 622364e

Browse files
committed
TEST
1 parent b7f7b83 commit 622364e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fpgaperf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,12 @@ def get_combinations():
275275
if board_info is None or b not in board_info:
276276
continue
277277

278+
if t == 'vpr' and p != 'baselitex':
279+
continue
280+
281+
if t == 'vpr-fasm2bels' and p not in ['blinky', 'oneblink']:
282+
continue
283+
278284
combs.append((p, t, b))
279285

280286
return combs

0 commit comments

Comments
 (0)