Skip to content

Commit ca9b3ff

Browse files
committed
colognechip_gatemate_evb: add sd card mapping
1 parent 7dca2a9 commit ca9b3ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

make.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ def main():
142142
from litex_boards.platforms.avnet_aesku40 import _sdcard_pmod_io
143143
board.platform.add_extension(_sdcard_pmod_io)
144144

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+
145149
if board_name in ["orange_crab"]:
146150
from litex_boards.platforms.gsd_orangecrab import feather_i2c
147151
board.platform.add_extension(feather_i2c)

0 commit comments

Comments
 (0)