Commit 70796a8 1 parent 33014d7 commit 70796a8 Copy full SHA for 70796a8
File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ IO_LOC "tmds_d_n[2]" G5;
34
34
IO_PORT "tmds_d_n[2]" PULL_MODE=NONE IO_TYPE=LVCMOS33D;
35
35
36
36
// SDCard
37
+ // sipeed pmod tfcardv2
37
38
IO_LOC "sd_clk" C11;
38
39
IO_PORT "sd_clk" PULL_MODE=NONE IO_TYPE=LVCMOS33;
39
40
IO_LOC "sd_cmd" D11; // MOSI
@@ -46,6 +47,19 @@ IO_LOC "sd_dat2" D10; // 1
46
47
IO_PORT "sd_dat2" PULL_MODE=NONE IO_TYPE=LVCMOS33;
47
48
IO_LOC "sd_dat3" G11; // 1
48
49
IO_PORT "sd_dat3" PULL_MODE=NONE IO_TYPE=LVCMOS33;
50
+ // sipeed pmod tfcardv1
51
+ IO_LOC "sd_clk" D10;
52
+ IO_PORT "sd_clk" PULL_MODE=NONE IO_TYPE=LVCMOS33;
53
+ IO_LOC "sd_cmd" D11; // MOSI
54
+ IO_PORT "sd_cmd" PULL_MODE=NONE IO_TYPE=LVCMOS33;
55
+ IO_LOC "sd_dat0" B11; // MISO or SD card DO, needs pull-up
56
+ IO_PORT "sd_dat0" PULL_MODE=UP IO_TYPE=LVCMOS33;
57
+ IO_LOC "sd_dat1" C11; // 1
58
+ IO_PORT "sd_dat1" PULL_MODE=NONE IO_TYPE=LVCMOS33;
59
+ IO_LOC "sd_dat2" G11; // 1
60
+ IO_PORT "sd_dat2" PULL_MODE=NONE IO_TYPE=LVCMOS33;
61
+ IO_LOC "sd_dat3" G10; // 1
62
+ IO_PORT "sd_dat3" PULL_MODE=NONE IO_TYPE=LVCMOS33;
49
63
// old MUSELab SDCARD 1.0
50
64
// IO_LOC "sd_clk" D10;
51
65
// IO_PORT "sd_clk" PULL_MODE=NONE IO_TYPE=LVCMOS33;
You can’t perform that action at this time.
0 commit comments