Skip to content

Commit 45b6c6d

Browse files
authored
Add missing (empty) connectors array to icesugarpro
1 parent 69b84a1 commit 45b6c6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

amaranth_boards/icesugar_pro.py

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ class ICESugarProPlatform(LatticeECP5Platform):
2626

2727
RGBLEDResource(0, r="B11", g="A11", b="A12", attrs=Attrs(IOSTANDARD="LVCMOS33")),
2828
]
29+
30+
connectors = []
2931

3032
def toolchain_program(self, products, name):
3133
with products.extract("{}.bin".format(name)) as bitstream_filename:

0 commit comments

Comments
 (0)