搜索资源列表
alu
- 16位RISC CPU的ALU,使用VHDL编写
MyCPU16
- 16位cpu设计VHDL源码,其中包括alu,clock,memory等部分的设计
alu
- 实现16种运算的alu,包括+,-,+1,-1,与或非以及移位比较运算。经调试成功。
alu181
- alu运算器vhdl代码,介绍了16中运算方法,可用于cpu的设计中
ALU
- ALU可以实现16种操作(包括加减乘除移位运算等)
三种16位整数运算器的ALU设计方法
- 三种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
ALU1
- 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
16位 CPU实现
- 实现 16位 cpU 包含ALU 控制模块 脉冲模块
ALU
- 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
16bitalu
- 16 bit alu using the vhdl it has 16 function perform by control unit with 4 control signal
Alu_Solution
- Solution for 16bit ALU component in vhdl.
micro
- 16 cpu design VHDL source code, including alu, clock, memory and other parts of the design
alu
- 实现16-bits alu功能,其中包含按位逻辑运算,加减等运算。
vhdl-cpu-16-bit
- VHDL processsor 32 bit ALU SRF BUS DATA ADRESS C16 System On Chip Architecture
alu-10-10
- 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
CPU-with-VHDL-16-32
- 在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
一个4位ALU
- ALU的HDL设计,给出其HDL代码; 逻辑功能与或非,算术运算加减,加1,减1等16种逻辑算术功能。
ALU
- 8-bit unsigned, 16 operations(arithmetic and logic).
alu
- 16位微处理器,能完成算数移位,逻辑移位,数字比较,逻辑运算等功能-16-bit microprocessor, to complete arithmetic shift, logical shift, numeric comparison, logical operations and other functions
alu
- 行为级建模,实现16种逻辑运算和算术运算功能(Behavior level modeling, realizing 16 kinds of logic operation and arithmetic operation functions)