搜索资源列表
VHDLexample49
- VHDL的49个例子,例子丰富,有计数器、状态机、寄存器、汉明纠错码编码器、游戏程序-VHDL 49 examples, examples of rich, counters, state machines, register, Hamming ECC encoder, Games, etc.
ECC校验FPGA源码
- ECC校验FPGA源码,VHDL编写
fpga_USB2
- 基于FPGA的USB2.0的实现方法,适用于急需开发usb2.0的人员-FPGA-based on the realization of USB2.0 method, applied to the urgent need to develop personnel USB2.0
RS_5_3_GF256
- 用于NAND FLASH CONTROLLER 中的 ecc 各个模块VHDL代码-NAND FLASH CONTROLLER for ecc modules in VHDL code
NandFlash-FPGA-controller(ECC)
- 该压缩包包括NAND FLASH(美光)的FPGA控制器的原理及VHDL源码,非常具有参考价值。-The archive includes NAND FLASH (Micron) the principle of the FPGA and VHDL source code control, very valuable reference.
ECCgenAndLoc
- 基于xilinx ISE环境开发的VHDL的NAND flash ECC 实现,eccGen256Byte 文件夹为ECC 产生程序,EccErrLoc文件夹为ECC错误定位程序。-Xilinx ISE environment based on the development of VHDL the NAND flash ECC to achieve, eccGen256Byte folder produced for the ECC procedures, EccErrLoc folder l
NAND_Controller_and_ECC_VHDL
- 完整的控制nand读写的vhdl程序模块,包含了无缝连接的ecc校验程序,非常值得学习借鉴-NAND read and write complete control of the VHDL program modules, including the seamless connection of ecc checking procedures, very worthwhile to learn from
Flashcontrollerxilinx
- Single power supply operation — Full voltage range: 2.7 to 3.6 volt read, erase, and program operations — Separate VCCQ for 5 volt I/O tolerance n Automated Program and Erase — Page program: 512 + 16 bytes — Block erase: 8 K + 256 bytes
ECC_check
- 实现对三星nand Flash的存储信息的错误检测,实现一位纠错,两位检错-ECC check 1bit correct 2bit check Samsung nand Flash
ECC
- Hardware Implementation for Tripling Oriented EC -Hardware Implementation for Tripling Oriented EC
Point_Add_4.0.vhd
- Point addition for E-Point addition for ECC
ecc
- For implementing the Hamming coding in verilog or VHDL
ECC in VHDL
- The Elliptic Curve Cryptography is One of the best Cryptography schema when implemented on Hardware, This source code shows the best working procedure of this cryptography
ECC in VHDL implementation
- Very Helpful algorithm to implement Elliptic Curve Cryptography in Hardware definition language
ECC in VHDL
- ECC Cryptography in VHDL . Very Helpful for showing
ECC in VHDL implementation
- ECC Cryptography is a very Good Cryptography Compared to other public key cryptography, it is helpful for both computationally intensive and resource constrained devices for information security purpose. hope you will enjoy
61EDA_C2701
- 开发环境vhdl FPGA实现的NandFlash控制器(带ECC)文档+源代码-Vhdl FPGA development environment to achieve NandFlash controller (with ECC) document+ source code
NAND_Controller_and_ECC_VHDL
- VHDL语言编写,FPGA对nandflash进行读写控制及ECC校验(Written in the VHDL language, FPGA has read write control and ECC check for nandflash)
NandFlash VHDL程序
- VHDL编写的用于FPGA的NandFlash程序,包括ECC校验和时钟等,希望可以帮助到大家