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

搜索资源列表

  1. risc_cpu

    0下载:
  2. 8位risc cpu的编写,使用quartus软件对其进行写入,里面内置乘法器、除法器等模块
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:795.72kb
    • 提供者:瑞翔
  1. RISC_CPU

    0下载:
  2. RISC CPU IP CORE 可以用于直接的工程开发应用 有详细的说明书
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:561.4kb
    • 提供者:毋杰
  1. 16bit_cpu

    0下载:
  2. 16位的RISC_CPU, 应该对大家有帮助
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:429.67kb
    • 提供者:ekin
  1. risc_cpu

    0下载:
  2. 这是一个Verilog HDL编写的RISC cpu的程序,该程序共10个子程序,实现了简单的RISC cpu,可供初学者参考,学习硬件描述语言,及设计方法。该程序通过了modelsim仿真验证。-This is the RISC cpu code which writed by Verilog HDL.This code has ten subprogram which came true the simple RISC cpu. Beginner can reference this e
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:43.05kb
    • 提供者:施向东
  1. ALU

    0下载:
  2. 此代码能高速实算术逻辑单元的功能,适合risc_CPU的设计。若有不足,请多多包含。-This code can be really high-speed arithmetic logic unit function, suitable for risc_CPU design. If insufficient, please contain.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:1.03kb
    • 提供者:张朝阳
  1. XiaYuWen_8_RISC_CPU

    2下载:
  2. 夏宇闻8位RISC_CPU的完整代码+TESTBENCH(已调试) modelsim工程文件,包括书中所测试的三个程序和相关数据,绝对可用~所有信号名均遵从原书。在论坛中没有找到testbench的,只有一个mcu的代码,但很多和书中的是不一样的,自己改了下下~`````大家多多支持啊~`我觉得书中也还是有些不尽如人意的地方,如clk_gen.v中clk2,clk4是没有用的,assign clk1=~clk再用clk1的negedge clk1来触发各个module也是不太好的,会使时序恶
  3. 所属分类:source in ebook

    • 发布日期:2015-04-10
    • 文件大小:84.68kb
    • 提供者:刘志伟
  1. CPU

    0下载:
  2. cpu累加器。主要用于在RISC_CPU设计中的累加器module中,同时还包含cpu的其他模块-cpu accumalation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:110.56kb
    • 提供者:majiajun
  1. risc_cpu

    0下载:
  2. This an example of simple RISC CPU implemented in SystemC.-This is an example of simple RISC CPU implemented in SystemC.
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:41.17kb
    • 提供者:R Zhang
  1. RISC_CPU

    0下载:
  2. Verilog HDL编写的一个精简指令的处理器,很好用,可用来学习-Verilog HDL RISC_CPU
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:14.23kb
    • 提供者:
  1. 115157712RISC8

    0下载:
  2. RISC_CPU 包含基本行为模块和测试模块-RISC_CPU contains basic behavior modules and test modules
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-16
    • 文件大小:4.32mb
    • 提供者:cc
  1. RISC_CPU

    0下载:
  2. Verilog写的简单处理器QuartusII下可编译 //指令 操作码 源寄存器 目的寄存器 操作 // NOP 0000 xxxxx xxxxxx 空操作 //ADD 0001 src dest dest<=src+dest //SUB 0010 src dest dest<=dest-src //AND 0011 src dest dest<=src&&dest //NOT 0100 src dest dest<
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:321.29kb
    • 提供者:魏文沫
  1. RISC_CPU

    0下载:
  2. 利用VHDL实现risc cpu,IPcode 的risc cpu-Using VHDL implementation risc cpu, IPcode the risc cpu
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:561.22kb
    • 提供者:liwei
  1. bishe

    0下载:
  2. RISC_CPU的设计不仅简化了指令系统,而且还通过简化指令系统使计算机的结构更加简单合理,从而提高了运算速度。本设计以硬件描述语言代码形式存在可与任何综合库、工艺库以及FPGA结合开发出用户需要的固核和硬核,可读性好,易于扩展使用。-RISC_CPU not only simplifies the design of instruction, but instruction by simplifying the structure of the computer is more simple
  3. 所属分类:Document

    • 发布日期:2017-04-10
    • 文件大小:1.39mb
    • 提供者:吴俊杰
  1. RSIC_CPU

    0下载:
  2. 该模块为简risc_cpu的verig HDL建模-The module is simple risc_cpu of verig HDL Modeling
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-30
    • 文件大小:12.21mb
    • 提供者:球球
  1. cpu

    0下载:
  2. 构造RISC_CPU各个部分的源码,以及验证的pro文件-Construction RISC_CPU various parts of the source code, and verify the pro file
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:50.42kb
    • 提供者:罗森
  1. RISC_CPU

    0下载:
  2. VHDL语言设计的RISC_CPU,分为八个基本部件分模块构建,分别为时钟发生器,指令寄存器,累加器,算术逻辑运算单元,数据控制器,状态控制器,程序计数器以及地址多路器-The VHDL language RISC_CPU, is divided into eight basic components of modular construction, respectively, the clock generator, the instruction register, accumulator,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:6.29kb
    • 提供者:林琳
  1. risc_cpu

    0下载:
  2. RISC_cpu,包括所有的模块与测试文件。是夏宇闻第二版书中的错误均已改正,运行正确后上传,请放心使用。-RISC_cpu, including all modules and test files. Xia Wen error of the second edition of the book have been correct, to run correctly upload, please feel free to use.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-16
    • 文件大小:5.93kb
    • 提供者:王骁蒙
  1. 8-bit-RISC_CPU

    0下载:
  2. 8位RISC_CPU设计的verilog源码以及工程文件、测试数据文件。在modelsim 10.1d下验证成功,打开工程文件即可使用。-8 RISC_CPU design verilog source code and project files, test data files. In modelsim 10.1d validation is successful, open the project file can be used.
  3. 所属分类:VHDL-FPGA-Verilog

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

    0下载:
  2. 这是用verilog写的一个基于状态机的简易RISC_CPU的设计,里面包含各个模块,每个模块经过仿真没有问题,整个工程在板子上经过试验。-This is a verilog to write a simple RISC_CPU based state machine design, which contains various modules, each module through simulation without problems, the whole project tested o
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-07
    • 文件大小:1.07mb
    • 提供者:冯永帅
  1. RISC_CPU

    0下载:
  2. RISC_CPU 设计练习这是用verilog写的一个基于状态机的简易RISC_CPU的设计,里面包含各个模块,每个模块经过仿真没有问题,整个工程在板子上经过试验。--This is a verilog to write a simple RISC_CPU based state machine design, which contains various modules, each module through simulation without problems, the whole pr
  3. 所属分类:assembly language

    • 发布日期:2017-05-09
    • 文件大小:1.48mb
    • 提供者:Dong
« 12 3 »
搜珍网 www.dssz.com