Skip to content

Commit c2c1703

Browse files
committed
feat: yowasp icestick script serves openFPGALoader automatically
1 parent 5a7354a commit c2c1703

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frameworks/boards/icestick/icestick.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@
3434
yowasp_nextpnr_ice40.run_icepack(['build.asc','build.bin'])
3535

3636
print("---")
37-
print("Bitstream produced in " + os.getenv("BUILD_DIR","") + "/build.bin, you can now program your board.")
37+
print("Bitstream produced in " + os.getenv("BUILD_DIR","") + "/build.bin.")
38+
39+
yowasp_silice.serve_openFPGALoader('ice40_generic',"build.bin")

0 commit comments

Comments
 (0)