Revision 217
Added by markw almost 11 years ago
mist/atari800core_mist.vhd | ||
---|---|---|
io_conf => sd_conf,
|
||
io_sdhc => sd_sdhc,
|
||
|
||
io_din => sd_din,
|
||
io_din_strobe => sd_din_strobe,
|
||
io_din => sd_dout,
|
||
io_din_strobe => sd_dout_strobe,
|
||
|
||
io_dout => sd_dout,
|
||
io_dout_strobe => sd_dout_strobe,
|
||
io_dout => sd_din,
|
||
io_dout_strobe => sd_din_strobe,
|
||
|
||
allow_sdhc => '1',
|
||
|
Also available in: Unified diff
These were cross connected - no idea why it was building. SD init gets further now, but still no dice.