CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - verilog be

搜索资源列表

  1. aes_core

    0下载:
  2. AES高级加密算法的verilog语言实现。同时附有AES协议的pdf文档,和此代码的测试程序,可作为一个IP核直接使用,可减少开发人员的设计时间。-AES Advanced Encryption Algorithm Verilog language. While the agreement with AES pdf documents, and that this code of the test procedure can be used as an IP core direct use,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:77.92kb
    • 提供者:崔崔
  1. verilogsetup

    0下载:
  2. verilog学习软件,可以用其学习,掌握该语言的语法规则和运行环境-Verilog learning software can be used to study and master the language grammar rules and operating environment
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6.32mb
    • 提供者:hcf2005
  1. DES.rar

    0下载:
  2. DES算法的verilog实现,实现了硬件IC对DES的构架,可以直接应用在系统当中。,DES algorithm Verilog realized, the realization of the hardware IC framework of DES, can be directly used in the system.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:10.24kb
    • 提供者:金鑫
  1. DES_Verilog

    0下载:
  2. 这是我用Verilog写的DES加解密程序,准确的说这是一份实验报告,里面不但有程序还有简单的注释[主要是针对仿真的波形的],我主要写的是主控部分,密钥生成部分参考了下版原康宏的程序.该程序即可加密也可解密,选用CycloneII器件即能跑到100Mhz以上.-This is what I used to write Verilog the DES encryption and decryption procedures, accurate to say that this is a test
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:290.16kb
    • 提供者:jesse
  1. 3des_verilog

    0下载:
  2. verilog 实现的3DES 和 DES 加解密算法,3DES目前还未被破解。-verilog implementation of 3DES and DES encryption and decryption algorithm, 3DES has yet to be cracked.
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:5.85kb
    • 提供者:李阳
  1. Quartusguide_huawei_pdf[1]

    0下载:
  2. quartus中文全部说明 可以方便初学者使用 改软件-Quartus Chinese full descr iption can be easily changed to use software for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2.34mb
    • 提供者:薛少杰
  1. sha_core

    0下载:
  2. 安全散列函数的VERILOG实现,通过了fpga验证,在系统正可以直接当IP盒应用-Secure Hash Function VERILOG achieve, through the FPGA verification, the system is can be directly applied when the IP box
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:68.08kb
    • 提供者:金鑫
  1. crc

    0下载:
  2. 这是CRC字符串校验的源码,可对字符串校验后输出校验码-This is the CRC checksum of the source string can be output after the string checksum validation code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:191.35kb
    • 提供者:ch
  1. mul_fft_96bit

    0下载:
  2. 基于Fermat数变换的大数相乘运算的Verilog实现,可应用于RSA加法芯片中。-Fermat number transform based on multiplying large numbers operations Verilog implementation, can be applied to RSA chip.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:38.07kb
    • 提供者:张勇奇
  1. Testbench

    0下载:
  2. 这是一段verilog的调用测试例子,可以以此作为参考,对其他verilog仿真时,进行调用。-This is a verilog call the test example, can be used as a reference, on the other Verilog simulation call.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-07
    • 文件大小:568byte
    • 提供者:达到
  1. LEDD

    0下载:
  2. 此例为LED流水灯设计,采用verilog编程,可实现流水灯左右移,增加了分频模块,充分利用实验板LED灯资源、开关资源、按键资源。-This example is water LED lights design, using verilog programming, can be moved around water lights, increasing the frequency module, make full use of experimental board LED light re
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:270.29kb
    • 提供者:梅兰竹菊
  1. aes_core_latest.tar

    0下载:
  2. AES算法的verilog实现,可以综合,有使用价值-Verilog realize AES algorithm can be integrated with the use of value
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:130.3kb
    • 提供者:jack ga
  1. FPGA-IMPLEMENTATION-OF-AN-AES-PROCESSOR

    0下载:
  2. Advanced Encryption Standard(AES) implementing in a faster and secured way is expected. AES can be implemented in software/hardware. In hardware implementation ASIC solution requires high cost and much design time while FPGA based implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:213.15kb
    • 提供者:arif
  1. rc4_crypt

    1下载:
  2. 自己写的rc4加解密算法部分的verilog代码,可综合,供大家参考-Write your own encryption algorithm verilog codes rc4 section can be integrated, for your reference
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2kb
    • 提供者:derek
  1. DW_apb_rtc

    0下载:
  2. verilog实现RTC功能,可直接用于芯片开发中。-verilog achieve RTC function can be directly used for chip development.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1.36mb
    • 提供者:刘精轶
搜珍网 www.dssz.com