登录
首页 » VHDL » CLZ32

CLZ32

于 2021-03-31 发布 文件大小:34KB
0 166
下载积分: 1 下载次数: 16

代码说明:

  针对32位MIPS微处理器中CLZ指令(对单个字高位连零进行计数)的实现电路,使用了类似于超前进位的逻辑结构。包含测试文档,以及Design Compile所用的环境和脚本。(The CLZ instruction counts the number of leading zeros in a word. The 32-bit word in the GPR rs is scanned from most-significant to least-significant bit.The number of leading zeros is counted and the result is written to the GPR rd. If all 32 bits are cleared in the GPR rs, the result written to the GPR rd is 32. )

文件列表:

CLZ
...\.synopsys_dc.setup,248,2013-12-13
...\CLZ.cr.mti,975,2013-12-13
...\CLZ.mpf,69978,2013-12-13
...\CLZ16.v,1275,2013-12-13
...\CLZ32.v,510,2013-12-13
...\CLZ_testbench.v,1264,2013-12-13
...\constrain.tcl,184,2013-12-13
...\run.tcl,863,2013-12-13
...\htm" target=_blank>transcript,1882,2013-12-13
...\vsim.wlf,32768,2013-12-13
...\work
...\....\@c@l@z16
...\....\........\verilog.asm,8272,2013-12-13
...\....\........\verilog.rw,3381,2013-12-13
...\....\........\_primary.dat,1831,2013-12-13
...\....\........\_primary.dbs,4019,2013-12-13
...\....\........\_primary.vhd,211,2013-12-13
...\....\@c@l@z32
...\....\........\verilog.asm,4680,2013-12-13
...\....\........\verilog.rw,1915,2013-12-13
...\....\........\_primary.dat,738,2013-12-13
...\....\........\_primary.dbs,1435,2013-12-13
...\....\........\_primary.vhd,211,2013-12-13
...\....\@c@l@z_testbench
...\....\................\verilog.asm,9232,2013-12-13
...\....\................\verilog.rw,1043,2013-12-13
...\....\................\_primary.dat,1605,2013-12-13
...\....\................\_primary.dbs,1483,2013-12-13
...\....\................\_primary.vhd,86,2013-12-13
...\....\htm" target=_blank>_info,1145,2013-12-13
...\....\_temp
...\....\_vmake,26,2013-12-13

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

发表评论


0 个回复

  • C语言环境下的AES算法,支持128位的AES
    C语言环境下的AES加密算法,支持128位的AES加密。-C language environment AES encryption algorithm, support 128-bit AES encryption.
    2022-12-27 22:20:04下载
    积分:1
  • xinhundun
    这是一个自治的三维混沌系统的彩色图像加密程序,该混沌系统具有优良的动力学特性,加密效果明显有效,且抗干扰能力强,是很好的加密系统。(This is an autonomous chaotic system color image encryption procedures, the chaotic system has excellent dynamic characteristics, the effect is obvious encryption effective, and anti-interference ability, is a good encryption system.)
    2013-05-28 09:04:31下载
    积分:1
  • DES+RSA_NetworkSecurity
    DES RSA 加密解密算法类,能够运行,而且有注释。(DES RSA encryption and decryption algorithm type, able to run, and the Notes.)
    2008-04-18 22:17:54下载
    积分:1
  • DESEncryptionDecrypt
    编写的DES 对称加解密技术,可随时进行明文密文之间的转换,有需要的朋友可以下载测试!本人目的打算对后台数据库的敏感信息字段用该方法加密,然后用软件权限控制读取,这样即使直接SQL后台取数,也得不到明文数据。(Write DES symmetrical encryption technology, may at any time for conversion between plaintext cipher, friends in need can be download test! I purpose going to the backstage database of sensitive information field with the method of encryption, and then use software to read access control, so even if the SQL backend access directly, also can not get clear data. )
    2013-10-15 09:51:35下载
    积分:1
  • cryptopp552
    加密算法RSA,DSA等,用C++实现,内附加有详细的说明(Encryption algorithm RSA, DSA, etc., using C++ Realize, with additional detail has)
    2007-10-17 14:13:25下载
    积分:1
  • Delphi写的base64算法程序
    Delphi写的base64算法程序--Base64 algorithm program writed by Delphi
    2022-03-04 22:03:17下载
    积分:1
  • 用C++写的Serv
    用C++写的Serv-U的加密算法,很有参考价值-C wrote Serv-U encryption algorithm, great reference value
    2022-04-23 10:23:40下载
    积分:1
  • DES算法源代码,这是自己书写的源代码,里面采用了非常多的技巧来提高编码的效率,研究算法和源码的朋友们,我书写的这个代码可以作为你们很好的参考。...
    DES算法源代码,这是自己书写的源代码,里面采用了非常多的技巧来提高编解码的效率,研究算法和源码的朋友们,我书写的这个代码可以作为你们很好的参考。-DES algorithm source code, which is writing its own source code, which uses a lot of skills to improve the efficiency of the codec to study the algorithms and source of my friends, I am writing you this code can be used as a good reference.
    2023-03-14 14:30:03下载
    积分:1
  • 量子钥分发钥率仿真MATLAB代码
    说明:  量子密钥分发是安全分发密钥的一种方式,文件包含其密钥率和传输距离的仿真代码,包含各类协议的比较,直接运行即可,非常有用的资料。。。。(Quantum key distribution (QKD) is a way of secure key distribution. The file contains the simulation code of key rate and transmission distance, and the comparison of various protocols. It can be run directly and is very useful information.)
    2021-04-22 11:48:49下载
    积分:1
  • vigenere
    经典vigenere加密算法,对后来复杂的加密算法起着极为重要的作用。(Classic vigenere encryption algorithm, the complex encryption algorithm subsequently plays an extremely important role.)
    2008-01-18 15:59:55下载
    积分:1
  • 696518资源总数
  • 104552会员总数
  • 20今日下载