Skip to content

Commit b6cfdeb

Browse files
committed
cmod_a7: Fix up use of XilinxPlatform.
1 parent c580d6c commit b6cfdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amaranth_boards/cmod_a7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
__all__ = ["CmodA7_15Platform", "CmodA7_35Platform"]
1818

1919

20-
class _CmodA7Platform(Xilinx7SeriesPlatform):
20+
class _CmodA7Platform(XilinxPlatform):
2121
package = "cpg236"
2222
speed = "1"
2323
default_clk = "clk12"

0 commit comments

Comments
 (0)