We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40c3d6 commit 5c8c8caCopy full SHA for 5c8c8ca
nmigen_boards/arty_s7.py
@@ -232,4 +232,4 @@ class ArtyS7_25Platform(_ArtyS7Platform):
232
233
if __name__ == "__main__":
234
from .test.blinky import *
235
- ArtyS7Platform().build(Blinky(), do_program=True)
+ ArtyS7_25Platform().build(Blinky(), do_program=True)
0 commit comments