We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b84a1 commit 45b6c6dCopy full SHA for 45b6c6d
amaranth_boards/icesugar_pro.py
@@ -26,6 +26,8 @@ class ICESugarProPlatform(LatticeECP5Platform):
26
27
RGBLEDResource(0, r="B11", g="A11", b="A12", attrs=Attrs(IOSTANDARD="LVCMOS33")),
28
]
29
+
30
+ connectors = []
31
32
def toolchain_program(self, products, name):
33
with products.extract("{}.bin".format(name)) as bitstream_filename:
0 commit comments