We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dca2a9 commit ca9b3ffCopy full SHA for ca9b3ff
make.py
@@ -142,6 +142,10 @@ def main():
142
from litex_boards.platforms.avnet_aesku40 import _sdcard_pmod_io
143
board.platform.add_extension(_sdcard_pmod_io)
144
145
+ if board_name in ["colognechip_gatemate_evb"]:
146
+ from litex_boards.platforms.colognechip_gatemate_evb import pmods_sdcard_io
147
+ board.platform.add_extension(pmods_sdcard_io("PMODA"))
148
+
149
if board_name in ["orange_crab"]:
150
from litex_boards.platforms.gsd_orangecrab import feather_i2c
151
board.platform.add_extension(feather_i2c)
0 commit comments