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

搜索资源列表

  1. the-design-of-16-bit-cpu

    0下载:
  2. 用vhdl硬件语言设计的16位cpu,上传的压缩包既包含源代码又包含详细的文档说明。-with vhdl hardware design language of the 16 cpu, Upload compressed contains both the source code also contains a detailed document shows.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:125.11kb
    • 提供者:晶晶
  1. 使用verilog hdl实现16位的cpu设计

    1下载:
  2. 实现16位的cpu设计 内容使用verilog hdl实现,具体的实现步骤方法,都已经写到文档里面去了!,To achieve 16-bit design of the contents of the cpu using verilog hdl achieve, the specific methods to achieve these steps have already been written inside the document went to!
  3. 所属分类:VHDL编程

    • 发布日期:2017-03-21
    • 文件大小:430.24kb
    • 提供者:gimel_sh
  1. CPU

    1下载:
  2. 用VHDL编的简易16位和8位CPU,可完成加减乘法移位等功能,拥有源码和设计文档,资料齐全-Compiled with VHDL simple 16-bit and 8-bit CPU, to be completed by addition and subtraction multiplication shift functions, with source code and design documents, data and complete
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1.42mb
    • 提供者:雄鹰
  1. cpu

    0下载:
  2. 给定指令系统的处理器设计,指令字长16位,包含10种操作-Given instruction processor design, 16-bit instruction word length, contains 10 kinds of operations
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-04
    • 文件大小:1.04mb
    • 提供者:姜健
  1. 计算机设计与实践实验 16位cpu设计

    1下载:
  2. 计算机设计与实践实验 16位cpu设计 使用用VHDL语言 -16-bit cpu design with VHDL
  3. 所属分类:VHDL编程

    • 发布日期:2012-11-11
    • 文件大小:1001.81kb
    • 提供者:yuwentao
  1. 1_070410132203

    0下载:
  2. 设计一个非常简单的16位CPU,让你从头到尾了解设计过程-Design a very simple 16-bit CPU, so that you know the design process from start to finish
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-26
    • 文件大小:126.74kb
    • 提供者: cao
  1. pipeline

    0下载:
  2. 用Quartus II 设计的3级流水CPU,指令采用二次重叠执行方式-Quartus II design with three-stage pipeline CPU, instruction execution overlaps with the second time
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-11
    • 文件大小:2.89mb
    • 提供者:kevin
  1. 16-bit_cpu_design

    0下载:
  2. 详细介绍了如何设计一个简单的16位cpu.其中包含了从最基础的指令系统开始到最复杂的cu控制器的设计思路,方案.最后还介绍了一些有关vhdl语言的用法,并给出了具体的cpu部件的vhdl代码,从而帮助大家更为深刻的学习如何设计一个简单的cpu-Described in detail how to design a simple 16-bit cpu. Which contains the most basic instruction from the beginning to the most
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-06
    • 文件大小:1mb
    • 提供者:罗高
  1. cpu

    0下载:
  2. 16位的CPU的VHDL程序~~还有附加的生成波形,可以应用于课程设计中-16-bit CPU, VHDL ~ ~ There are additional procedures for generating waveforms, can be applied to curriculum design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1mb
    • 提供者:liuying
  1. cpu16

    0下载:
  2. 16位cpu设计vhdl源码。主要实现risc机器模型-16-bit cpu design code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:177.71kb
    • 提供者:peterloo
  1. zxcpu

    0下载:
  2. 用VHDL语言设计了一个含10条指令的RISC处理器。假定主存可以在一个始终周期内完成依次读写操作且和CPU同步,系统使用一个主存单元。处理器指令字长16位,包含8个通用寄存器,1个16位的指令寄存器和一个16位的程序记数器。处理器的地址总线宽度16位。数据总线宽度16位,取指和数据访问均在一跳蝻数据总线。处理器支持包含LDA,STA,MOV,MVI,ADD,SUB,AND,OR,JZ,JMP十条指令。其中仅有LDA和STA是访存指令。-VHDL language design with a R
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1.03mb
    • 提供者:zhaoshu
  1. vhdl_16CPU

    0下载:
  2. 16位CPU设计,采用VHDL语言,自带测试汇编语言,能实现基本运算和移位、跳转等操作-16-bit CPU design, using VHDL language, self-test assembly language, to achieve the basic operations and shift operations such as jump
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:962.14kb
    • 提供者:戈多
  1. CPU

    0下载:
  2. 流水式CPU设计,实现在MIPS基础上修改的16位THCO-MIPS指令系统,解决了数据、结构、控制冲突,并实现了软硬中断-Pipelined CPU design, implementation, based on changes in the MIPS 16-bit THCO-MIPS instruction set to address the data structure, control of conflict, and to achieve the hard and soft int
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:87.8kb
    • 提供者:张超
  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
    • 文件大小:1.58mb
    • 提供者:
  1. 16-bit-CPU

    0下载:
  2. 单周期16位CPU的设计,我们的计算机组成原理课设,可以实现R型、I型和J型指令,内有报告和指导书-Single-cycle 16-bit CPU design, our Principles of Computer Organization class set, you can achieve R-type, type I, and J-type instructions, reports and instructions
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:3.99mb
    • 提供者:大空翼
  1. RISC-CPU-design

    0下载:
  2. 16位RISC-CPU设计,高四位为操作码,低12位为地址,寻址空间位4KB。包含12条指令(预设16条指令),3个基本测试文件及其Modelsim仿真结果。-16-bit RISC-CPU design, the high four bits for the opcode, the lower 12 address, the address space of 4KB. Consists of 12 instructions (default 16 instructions), the thre
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:404.13kb
    • 提供者:yu
  1. 16-CISC-CPU-design

    0下载:
  2. 16位精简指令集的CPU设计,有完整的步骤和原程序可供学习-16-bit RISC CPU design, complete steps and the original program for learning
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:682.85kb
    • 提供者:何宗苗
  1. VHDLCode_8bitCPU

    0下载:
  2. 这是计算机组成原理的课程设计,将16位CPU改造成8位流水线CPU,AHDL语言,这是改造完成的源代码。-This is a computer composition principle of curriculum design, the 16-bit CPU transformed into eight pipeline CPU, AHDL language, which is the transformation was complete source code.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:899.03kb
    • 提供者:薛成
  1. CPU

    0下载:
  2. 基于Basys3的16位CPU设计,含有指令集,可以控制Basys3的LED灯,并且通过板子上的开关,调节流水灯的模式(16 bit CPU design based on Basys3, containing instruction set, can control the Basys3 LED lights, and through the switch on the board, adjust the water lamp mode)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:7kb
    • 提供者:当当当当1
  1. cpu_2013

    0下载:
  2. 简化的16位的cpu的设计,有缓冲器,指令存储器,数据存储器等基本模块组成(The simplified 16 bit CPU design consists of a buffer, instruction memory, data memory and other basic modules)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-06
    • 文件大小:17.42mb
    • 提供者:施魍魉
« 12 »
搜珍网 www.dssz.com