Skip to content

Commit 318f47b

Browse files
authored
Update icesugar_pro.py
1 parent 45b6c6d commit 318f47b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amaranth_boards/icesugar_pro.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ class ICESugarProPlatform(LatticeECP5Platform):
2020

2121
resources = [
2222
Resource("clk25", 0, Pins("P6", dir="i"),
23-
Clock(25e6), Attrs(IO_STANDARD="LVCMOS33")),
23+
Clock(25e6), Attrs(IO_TYPE="LVCMOS33")),
2424

2525
Resource("rst", 0, Pins("L14",dir="i"), Attrs(IO_TYPE = "LVCMOS33")),
2626

27-
RGBLEDResource(0, r="B11", g="A11", b="A12", attrs=Attrs(IOSTANDARD="LVCMOS33")),
27+
RGBLEDResource(0, r="B11", g="A11", b="A12", attrs=Attrs(IO_TYPE="LVCMOS33")),
2828
]
2929

3030
connectors = []

0 commit comments

Comments
 (0)