SD-card-controller
SD-card-controller copied to clipboard
WISHBONE SD Card Controller IP Core
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. ...
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.