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

搜索资源列表

  1. alu

    0下载:
  2. 16位RISC CPU的ALU,使用VHDL编写
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:2513
    • 提供者:李斌
  1. MyCPU16

    0下载:
  2. 16位cpu设计VHDL源码,其中包括alu,clock,memory等部分的设计
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1089412
    • 提供者:孙冰
  1. alu

    1下载:
  2. 实现16种运算的alu,包括+,-,+1,-1,与或非以及移位比较运算。经调试成功。
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:411884
    • 提供者:wangyangyang
  1. alu181

    0下载:
  2. alu运算器vhdl代码,介绍了16中运算方法,可用于cpu的设计中
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:905
    • 提供者:赵心
  1. ALU

    1下载:
  2. ALU可以实现16种操作(包括加减乘除移位运算等)
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:839228
    • 提供者:草野彰
  1. 三种16位整数运算器的ALU设计方法

    2下载:
  2. 三种16位整数运算器的ALU设计方法,调用库函数74181(4位ALU),组成串行16位运算器。(用74181的正逻辑) B.调用库函数74181和74182,组成提前进位16位运算器。(用74181的正逻辑) 注意:调74181库设计,加进位是“0”有效,减借位是“1”有效,所以最高位进位或借位标志寄存器要统一调整到高有效 C.用always @,case方式描述16位运算器。,Three 16-bit integer arithmetic logic unit of the ALU
  3. 所属分类:VHDL编程

    • 发布日期:2013-01-14
    • 文件大小:800
    • 提供者:yifang
  1. ALU1

    0下载:
  2. ALU 指令格式(16位) op DR SR fun 0--3 4—7 8--11 12--15           指令类 OP码 指令 FUN 功能描述 控制 0000  NOP 0000 空指令 HLT 0001 停机 有条件跳转 0010  JZ 0000 Z=1,跳转 JC 0001 C=1,跳转 JNC 0010 C=0,跳转 JNZ 0100 Z=0,跳转 Jump 0101 无条件跳转 LOAD 001
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:1078
    • 提供者:翟志强
  1. 16位 CPU实现

    0下载:
  2. 实现 16位 cpU 包含ALU 控制模块 脉冲模块
  3. 所属分类:VHDL编程

    • 发布日期:2012-10-17
    • 文件大小:1407708
    • 提供者:z446449695
  1. ALU

    1下载:
  2. vhdl代码 使用quartus编译 cpu中 alu的设计 可作为课程设计的参考 此为16的运算器-VHDL code using Quartus compiler cpu in alu design of curriculum design can be used as a reference for this for 16 computing device
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:1081
    • 提供者:闵瑞鑫
  1. 16bitalu

    0下载:
  2. 16 bit alu using the vhdl it has 16 function perform by control unit with 4 control signal
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:1002193
    • 提供者:jai
  1. Alu_Solution

    0下载:
  2. Solution for 16bit ALU component in vhdl.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:514
    • 提供者:andrewnick
  1. micro

    0下载:
  2. 16 cpu design VHDL source code, including alu, clock, memory and other parts of the design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:30930
    • 提供者:mojo
  1. alu

    0下载:
  2. 实现16-bits alu功能,其中包含按位逻辑运算,加减等运算。
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:19808
    • 提供者:张卫华
  1. vhdl-cpu-16-bit

    0下载:
  2. VHDL processsor 32 bit ALU SRF BUS DATA ADRESS C16 System On Chip Architecture
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:976737
    • 提供者:luis
  1. alu-10-10

    0下载:
  2. 16位运算器,包含+、-、与或非、移位等功能,内部指定a、b、cin,输入clk与rst,输出16位y与c\z标志位-16-bit arithmetic unit, including+,-, and or, shift and other functions, within the specified a, b, cin, input clk and rst, 16-bit output y and c \ z flag
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:2282
    • 提供者:张海洋
  1. CPU-with-VHDL-16-32

    0下载:
  2. 在quartus中运行的32位指令集的16位CPU程序,模块化设计,包括MBR, BR, MR, ACC, MAR, PC, IR, CU, ROM, RAM, ALU等模块-In the the quartus run 32 16-bit CPU instruction set procedures, modular design, including the MBR, BR, MR, the ACC, the MAR, the PC, the IR CU, the ROM, RAM, ALU
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1651752
    • 提供者:
  1. 一个4位ALU

    0下载:
  2. ALU的HDL设计,给出其HDL代码; 逻辑功能与或非,算术运算加减,加1,减1等16种逻辑算术功能。
  3. 所属分类:嵌入式/单片机编程

  1. ALU

    0下载:
  2. 8-bit unsigned, 16 operations(arithmetic and logic).
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-05
    • 文件大小:965
    • 提供者:Taffy
  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-12
    • 文件大小:2195
    • 提供者:Jeff
  1. alu

    1下载:
  2. 行为级建模,实现16种逻辑运算和算术运算功能(Behavior level modeling, realizing 16 kinds of logic operation and arithmetic operation functions)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2021-02-28
    • 文件大小:6951936
    • 提供者:带好人
« 12 »
搜珍网 www.dssz.com