CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - alu

搜索资源列表

  1. proje3

    0下载:
  2. it is ALU using VHDL language. it has inputs with 3 bits.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:802
    • 提供者:Arash
  1. aluOk

    0下载:
  2. alu operaciones basicas suma resta and or xor, complemento a 1 y a 2
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:396680
    • 提供者:alejandro
  1. ALU_8bit

    0下载:
  2. this is my code for ALU 8 bit
  3. 所属分类:Development Research

    • 发布日期:2017-04-17
    • 文件大小:91029
    • 提供者:nguyen
  1. RISC_SPM

    0下载:
  2. 可以完成简单指令集的八位ALU,指令集包括 NOP ADD AND NOT SUB RD WR BR BRZ-it s an 8 bit risc alu.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:124156
    • 提供者:liu
  1. lab2.tar

    0下载:
  2. 32 bit alu using structural verilog. has test benches t-32 bit alu using structural verilog. has test benches too
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:10649
    • 提供者:gameproring
  1. algorithms

    0下载:
  2. 操作系统FIFO和ALU算法,用C++实现,利用算法对内存管理进行运算-the application of FIFO and ALU algorithms in OS
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:166991
    • 提供者:袁中卫
  1. alu

    0下载:
  2. 16位微处理器,能完成算数移位,逻辑移位,数字比较,逻辑运算等功能-16-bit microprocessor, to complete arithmetic shift, logical shift, numeric comparison, logical operations and other functions
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:2195
    • 提供者:Jeff
  1. 组成原理8位模型机的设计

    0下载:
  2. 组原课设,8位模型机的设计代码,包含控制器、ALU、存储器、寄存器组等模块。
  3. 所属分类:嵌入式/单片机编程

  1. 4BitALU

    0下载:
  2. This 4-Bit ALU performs four below operations: 00 (S14=0 & S04=0) : OR 01 (S14=0 & S04=1) : AND 10 (S14=1 & S04=0) : ADD 11 (S14=1 & S04=1) : SUB
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3311
    • 提供者:Nishanth
  1. ALU

    0下载:
  2. a VHDL behavioral descr iption of the two latter two pipeline stages
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:859
    • 提供者:Yuteng
  1. alu_Acc_16bit

    0下载:
  2. Alu 16 bit VHDG Altera project
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:525326
    • 提供者:darrav
  1. 4bit-microprocessor

    0下载:
  2. This file is 4bit microprocessor that included a variety of modules like ALU,Progrem Counter and ACC etc It is to calculate 4bit binary Topblock is top level module.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-12
    • 文件大小:2578653
    • 提供者:chakyuseok
  1. systemc

    0下载:
  2. 用新兴的硬件描述语言SYSTEMC编写的一个ALU功能单元-SYSTEMC programme
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:3522
    • 提供者:祝润
  1. libbpf

    0下载:
  2. ALU ops on immediates for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2227
    • 提供者:nfgeln
  1. vhdl-ALU-floating-point-single-precision

    0下载:
  2. Arithmetic and logic unit for floating point single precision addition/substruction, multiplication, division and square root.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:10339
    • 提供者:RACHIDI
  1. ALU

    0下载:
  2. Arithmetic and Logic Unit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:63279
    • 提供者:Sandeep
  1. radeon_program_pair

    0下载:
  2. \file Represents a paired ALU instruction, as found in R300 and R500 fragment programs.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3914
    • 提供者:rezojk
  1. 1-s2.0-S1877050915001143-main

    0下载:
  2. Performance Improvement of ALU using D3L Logic
  3. 所属分类:Project Design

    • 发布日期:2017-05-07
    • 文件大小:1048964
    • 提供者:praba
  1. atm_nicstar

    0下载:
  2. Rewrite IF instructions to use the ALU result special register.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-01
    • 文件大小:8551
    • 提供者:nypangrun
  1. Lab

    0下载:
  2. 硬件编程实现处理器。包括ALU、编译器、单周期处理器、流水线处理器等多个部分。-Processor by VDHL
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:7452651
    • 提供者:Jason
« 1 2 ... 19 20 21 22 23 2425 26 27 »
搜珍网 www.dssz.com