We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7354a commit c2c1703Copy full SHA for c2c1703
frameworks/boards/icestick/icestick.py
@@ -34,4 +34,6 @@
34
yowasp_nextpnr_ice40.run_icepack(['build.asc','build.bin'])
35
36
print("---")
37
-print("Bitstream produced in " + os.getenv("BUILD_DIR","") + "/build.bin, you can now program your board.")
+print("Bitstream produced in " + os.getenv("BUILD_DIR","") + "/build.bin.")
38
+
39
+yowasp_silice.serve_openFPGALoader('ice40_generic',"build.bin")
0 commit comments