build/osfpga: Rename blinky.py to test_blinky.py.
This commit is contained in:
parent
5bdc0cbc63
commit
5140668c31
|
@ -22,7 +22,7 @@ _io = [
|
|||
|
||||
class Platform(OSFPGAPlatform):
|
||||
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 -----------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue