CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程 搜索资源 - 32BIT

搜索资源列表

  1. miniMIPS

    0下载:
  2. 这是一个基于mips-I结构的处理器,32bit,冯诺依曼结构-This is based on a MIPS - I structure of the processor, 32bit, von Neumann structure
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:217.78kb
    • 提供者:tsm998
  1. Lab20

    0下载:
  2. the booth algorithm to implement the 32bits multiplication.-the booth algorithm to implement the 32bit 's multiplication.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:55.75kb
    • 提供者:王琪
  1. NIOS_TFT

    0下载:
  2. 用Quartus II 8.0(32bit),NIOS编译环境下,用TFT做的一个数码相框,附加原理图和veri-log程序代码-Using Quartus II 8.0 (32bit), NIOS compiler environment, TFT do with a digital photo frame, attached schematic and program code veri-log
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-02
    • 文件大小:13.73mb
    • 提供者:涂龙
  1. alu32bit

    0下载:
  2. verilog hdl alu module it is 32bit alu and 1bit alu
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:360.46kb
    • 提供者:park
  1. 32_16div

    1下载:
  2. 这是一个简单的除法器(32bit/16bit),采用移位相减法-This is a simple divider (32bit/16bit), using phase shift subtraction
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:835byte
    • 提供者:郭勇谅
  1. ALU_ise10migration

    0下载:
  2. It s vhdl source code for 32 bit ALU.
  3. 所属分类:VHDL-FPGA-Verilog

  1. CPU

    0下载:
  2. 32位5级流水线CPU设计指令系统、指令格式、寻址方式、寄存器结构、数据表示方式、存储器系统、运算器、控制器和流水线结构等-32bit pipeline CPU
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:182.95kb
    • 提供者:znl
  1. CSLA_32

    0下载:
  2. 32bit carry select adder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:705byte
    • 提供者:suha
  1. 150M

    0下载:
  2. quartus_nios 综合开发平台,可以多中断,重要的是它的cpu可以工作在150M,总线工作在100M×32bit;-quartus_nios comprehensive development platform that can interrupt more important is that it' s cpu can operate at 150M, bus work in 100M × 32bit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-29
    • 文件大小:10.93mb
    • 提供者:戚栋
  1. singlecycleMIPS-lite

    0下载:
  2. mips processor——32bit-mips processor- 32bit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:4.18kb
    • 提供者:李忠元
  1. uart_receive

    0下载:
  2. 串口接收数据44个8bit数据,并且将4个8bit数拼接成32bit数,存进ram中, 可以通过 in system memory editro 查看-Serial port receive data 44 8bit data, and will be spliced into four 8bit number of 32bit number, deposit into the ram in, you can see in system memory editro
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:10.98kb
    • 提供者:zyfei
  1. booth_mult

    1下载:
  2. VHDL code for Booth multiplier for 32bit input
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:1.91kb
    • 提供者:yeah1982
  1. pci32lite_oc

    0下载:
  2. PCI 32bit Slave Verilog 代码-PCI 32bit Slave Verilog code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:18.11kb
    • 提供者:chen
  1. Adder_Kogge_Stone_32bit_With_Test_Bench

    1下载:
  2. verilog source code and test bench of Adder Kogge Stone 32-Bit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:516.19kb
    • 提供者:abanuaji
  1. Multiplier

    0下载:
  2. verilog implementation of the 32bit multiplier
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:1.31kb
    • 提供者:ramtin
  1. mips789_latest.tar

    0下载:
  2. mips789..32bit implementation ...found it on the internet..cyclone EPIC target device
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-28
    • 文件大小:10.64mb
    • 提供者:ankit123
  1. 32bitcpu

    0下载:
  2. 用verilog写的32位CPU源码,通过汇编语言可以实现加减乘除左移右移等运算。并且通过Lookahead算法提高了运算效率,大大节省了运算时间。通过ASC流程可以模拟出其内部电路结构。代码,过程文件,readme在文件夹中-Written by 32-bit CPU verilog source code, assembly language can be achieved through the addition, subtraction and other operations righ
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-01
    • 文件大小:12.9mb
    • 提供者:杨岩
  1. lowpower-multiplier

    0下载:
  2. 32位无符号低功耗的乘法器,经过10000次测试,用smic.13工艺,DC综合后,延时为8ns,功耗仅为635uw.-it is an unsigned 32bit multiplier.100000 benchmarks have been tested and all of them passed. With smic 0.13um process library, after disign complier analysis, the clock period is 8ns,and th
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:2.98kb
    • 提供者:
  1. subtract-for-32bit-floating-point

    0下载:
  2. subtract for 32bit floating point unit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:1.11kb
    • 提供者:hafiez
  1. [Source code] 32bit_ALU_code_verilog

    0下载:
  2. 32bit ALU project source code
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-30
    • 文件大小:315kb
    • 提供者:10bul
« 12 3 »
搜珍网 www.dssz.com