登录
首页 » Verilog » 完整SD控制器!支持文件系统。

完整SD控制器!支持文件系统。

于 2023-05-06 发布 文件大小:1.58 MB
0 109
下载积分: 2 下载次数: 1

代码说明:

32-bit Wishbone Interface • DMA • Buffer Descriptor • Compliant with SD Host Controller Spec version 2.0 • Support SD 4-bit mode • Interrupt-on-completion of Data and Command transmission • Write/Read FIFO with variable size • Internal implementation of CRC16 for data lines and CRC7 for command line Wishbine 总线使用。完整的SD卡控制器,支持文件系统,高速传输。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • std_ovl_v2p7_Feb2013
    目前最新的OVL库,里面是标准的ASSERTION模块,支持VHDL刚Verilog,最近在做AXI协议验证的时候用到,分享下(The latest OVL(open verification library),including all standard module of assertions(VHDL and Verilog). It can be used into AXI Protocl Verification. Just share with you guys.)
    2021-04-28 21:38:43下载
    积分:1
  • 吠陀乘数使用拟议的 4 位加法器-(URDHVA TIRYAKBHYAM)
    吠陀乘数花更少的时间来执行使用的 URDHVA TIRYAKBHYAM 算法从吠陀 》 的乘法晒版程序自动完成。这个源代码是 4 X 4 吠陀乘数使用拟议的 4 位加法器
    2022-02-03 08:53:04下载
    积分:1
  • SDRAM读写控制的实现与Modelsim仿真
    1. 本实例用于控制开发板上面的SDRAM完成读写功能;先向SDRAM里面写数据,然后再将数据读出来做比较,如果不匹配就通过LED变亮显示出来,如果一致,LED就不亮。2. part1目录是使用Modelsim仿真的工程;3. part2目录是在开发版上面验证的工程;
    2022-01-30 11:24:06下载
    积分:1
  • fpga_coder_module
    本人编写的FPGA光电编码器输入模块,没有实验,但仿真基本实现,希望有参考价值.(FPGA optical encoder input module, there is no experimental, but simulation technology, hope to have reference value.)
    2021-04-21 01:58:50下载
    积分:1
  • AHB
    // 4 entry deep fast fifo module fifo4(clk, rst, clr,  din, we, dout, re, full, empty); parameter dw = 8; input clk, rst; input clr; input   [dw:1] din; input we; output  [dw:1] dout; input re; output full, empty; //////////////////////////////////////////////////////////////////// // // Local Wires // reg     [dw:1] mem[0:3]; reg     [1:0]   wp; reg     [1:0]   rp; wire    [1:0]   wp_p1; wire    [1:0]   wp_p2; wire    [1:0]   rp_p1; wire full, empty; reg gb; ///////////////////////////////////
    2022-01-25 20:06:27下载
    积分:1
  • 1G以太网UDP
    ARTIX7200T FPGA 与PC 之间进行的以太网数据通信, 通信协议采用 Ethernet UDP 通信协议。FPGA 通过 GMII 总线或 MII总线和以太网PHY 芯片通信, 再把数据通过网线发给 PC,或者把从 PC 接收的以太网数据传给 FPGA。 
    2022-09-04 10:15:13下载
    积分:1
  • PCIeData-Link-Layer-Specifications
    PCIe数据链路层的协议详解,对做PCIe接口有非常重要的指导价值。(PCIe data link layer protocol detailed, do PCIe interface very important value.)
    2012-08-31 12:33:15下载
    积分:1
  • iic_sci
    FPGA编程,经过团体奋战完成,全是底层的IIc和sci通信,完整版。(FPGA programming, after groups fight to the finish, all underlying SCI and IIc communication, full version)
    2014-12-23 09:32:54下载
    积分:1
  • 4位并行的32位 CRC校验
    此程序为32位的CRC校验程序,我们利用verilog语言较容易的编写串行的CRC校验程序,但是在一些情况下需要并行的处理数据,在此编写了4位并行的CRC校验程序。 包括了CRC主程序和测试程序。
    2022-03-05 13:25:41下载
    积分:1
  • Digital-System
    A complete VHDL source code to 5-storey elevator
    2014-09-05 11:24:26下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载