build/osfpga: Rename blinky.py to test_blinky.py.

This commit is contained in:
Florent Kermarrec 2022-05-24 16:19:57 +02:00
parent 5bdc0cbc63
commit 5140668c31
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ _io = [
class Platform(OSFPGAPlatform): class Platform(OSFPGAPlatform):
def __init__(self): def __init__(self):
OSFPGAPlatform.__init__(self, device=None, toolchain="raptor", io=_io) # FIXME: Add device support. OSFPGAPlatform.__init__(self, device="test", toolchain="raptor", io=_io)
# Minimal Design ----------------------------------------------------------------------------------- # Minimal Design -----------------------------------------------------------------------------------