Line 4... |
Line 4... |
//// ////
|
//// ////
|
//// sdc_controller.v ////
|
//// sdc_controller.v ////
|
//// ////
|
//// ////
|
//// This file is part of the WISHBONE SD Card ////
|
//// This file is part of the WISHBONE SD Card ////
|
//// Controller IP Core project ////
|
//// Controller IP Core project ////
|
//// http://www.opencores.org/cores/xxx/ ////
|
//// http://opencores.org/project,sd_card_controller ////
|
//// ////
|
//// ////
|
//// Description ////
|
//// Description ////
|
//// Top level entity. ////
|
//// Top level entity. ////
|
//// This core is based on SD Card IP core project from ////
|
//// This core is based on the "sd card controller" project from ////
|
//// http://opencores.org/project,sdcard_mass_storage_controller ////
|
//// http://opencores.org/project,sdcard_mass_storage_controller ////
|
//// and is a major rewrite of original work. Effort was put to ////
|
//// but has been largely rewritten. A lot of effort has been ////
|
//// make the core more generic and be able to be used with ////
|
//// made to make the core more generic and easily usable ////
|
//// OS's like Linux. ////
|
//// with OSs like Linux. ////
|
//// - data transfer commands are not fixed ////
|
//// - data transfer commands are not fixed ////
|
//// - data transfer block size is configurable ////
|
//// - data transfer block size is configurable ////
|
//// - multiple block transfer support ////
|
//// - multiple block transfer support ////
|
//// - R2 responses (136 bit) support ////
|
//// - R2 responses (136 bit) support ////
|
//// ////
|
//// ////
|