SD-card-controller icon indicating copy to clipboard operation
SD-card-controller copied to clipboard

WISHBONE SD Card Controller IP Core

Results 7 SD-card-controller issues
Sort by recently updated
recently updated
newest added

Hello , there are some problems after using your source code and documentation. 1.The register address in the code is inconsistent with the register address assignment in the document. ![image](https://user-images.githubusercontent.com/20150685/210965611-6604e98a-d9b0-46dd-b0d2-424f727b6b47.png)...

i found when i add the generated clock constrain in the xilinx XDC file: ``` create_generated_clock -name sd_clk_ -source [get_pins {pcie3_ultrascale_0_support_i/pcie3_ultrascale_0_i/inst/gt_top_i/phy_clk_i/bufg_gt_userclk/O}] -divide_by 1 [get_pins {pcie_app_uscale_i/PIO_i/pio_ep/ep_mem/sdc_controller_u/clock_divider0/SD_CLK_O_reg/Q}] ``` ths sd card operation...

add mmc_bwrite function.

Dual-clock FIFO used in the project (generic_fifo_dc_gray.v) is dynamically reset by a common signal of which deassertion is synchronized to both read and write clock domains. In some cases (depending...

Hi, I am trying to simulate using the exampe software and sdcard model. In `sdModel.v#L377`, `OCR[31]` gets the reversed value of `Busy`. In L104, it says that `Busy` should be...

add doc for Xcelium support and Xcelium Makefile.