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

搜索资源列表

  1. CPU

    1下载:
  2. 用Verilog HDL语言写一个简单的处理器CPU。包括IR,Control unit,A,Addsub,G,Counter,8个寄存器。-Verilog HDL language used to write a simple processor CPU. Including IR, Control unit, A, Addsub, G, Counter, 8 registers.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1190768
    • 提供者:sunying
  1. Verilog-HDLTOP-DOWN

    0下载:
  2. 用Verilog HDL的建模来设计一个经简化的只有八条指令、字长为一字节的RISC中央处理单元(CPU)的顶层设计。-Modeling with the Verilog HDL to design a simplified and only eight instructions, word length is a byte RISC central processing unit (CPU) of the top-level design.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:43236
    • 提供者:刘鹏飞
  1. 32bitcpu

    0下载:
  2. 用verilog写的32位CPU源码,通过汇编语言可以实现加减乘除左移右移等运算。并且通过Lookahead算法提高了运算效率,大大节省了运算时间。通过ASC流程可以模拟出其内部电路结构。代码,过程文件,readme在文件夹中-Written by 32-bit CPU verilog source code, assembly language can be achieved through the addition, subtraction and other operations righ
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-01
    • 文件大小:13527695
    • 提供者:杨岩
  1. cpu

    3下载:
  2. 用Verilog语言编写的单周期cpu,实现的指令有 add,addu,addi,addiu,sub,subu,clo,clz,xori,nor,slt,slti,sltu,sltiu,blez,j.-Verilog languages ??with single-cycle cpu, implementation instructions are add, addu, addi, addiu, sub, subu, clo, clz, xori, nor, slt, slti, sltu,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-11-16
    • 文件大小:5120
    • 提供者:yejunjian
  1. cpu

    0下载:
  2. 用verilog描述一个完整的cpu,以完成仿真,仿真结果合理-Complete with a verilog descr iption of the cpu, in order to complete the simulation, the simulation results are reasonable
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:928163
    • 提供者:西电
  1. RISC_cpu

    1下载:
  2. 基于RISC结构的8位微处理器的verilog源代码,很好的东西。-8-bit RISC-based microprocessor architecture verilog source code, a good thing.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:262964
    • 提供者:西门吹雪
  1. 32bit-RISC-CPU-IP

    1下载:
  2. 使用Verilog语言实现的RISC精简指令集CPU IP核,该CPU具有32位数据宽度,5级流水线结构和指令预判和中断处理功能,适合Verilog语言深入学习者参考。-Using the Verilog language implementation of RISC Reduced Instruction Set CPU IP cores, the CPU has a 32-bit data width, 5-stage pipeline structure and instruction p
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:33308
    • 提供者:张秋光
  1. Digital-Design-Through-Verilog

    0下载:
  2. cpu design an intutive approach raja sekhar 08-12
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1724295
    • 提供者:raja
  1. CPU-32

    0下载:
  2. A 32 bit cpu implementation designed on verilog with test bench.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:5560
    • 提供者:zi
  1. lab13

    0下载:
  2. Quartus实现单周期处理器,利用verilog语言-verilog cpu design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:906096
    • 提供者:chengshanbo
  1. mips--cpu

    0下载:
  2. 本文基于32位 MIPS CPU的体系架构,采用Xilinx ISE 9.1i软件,通过使用Verilog语言编写了32位MIPS单周期和多周期CPU的程序,完成了其逻辑设计并进行了仿真测试。-Based on a 32 MIPS CPU architectures using the Xilinx ISE 9.1i software, write a 32-MIPS, single cycle and multi-cycle CPU program completed its logic de
  3. 所属分类:Project Design

    • 发布日期:2017-03-25
    • 文件大小:314516
    • 提供者:朱祖建
  1. single-clock-CPU

    0下载:
  2. 单时钟周期CPU,verilog语言编写,quartusII运行-A single clock cycle CPU
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:2103894
    • 提供者:周骁
  1. ARM-Verilog-HDL-IP-CORE

    0下载:
  2. ARM处理器的IP核,用verilog编写的,对处理器和相关的CPU架构知识有很大帮助。-ARM processor IP core, written in verilog processor and CPU architecture knowledge.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-11
    • 文件大小:74966
    • 提供者:shen jun
  1. cpu

    0下载:
  2. 用verilog语言写的简单cpu,在处理器功能和结构上,对于初学者有很大帮助。-Verilog language write simple cpu, processor function and structure of great help for beginners.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-05
    • 文件大小:14894
    • 提供者:shen jun
  1. CPU-implementation-in-verilog

    0下载:
  2. 用verilogHDL实现CPU各项功能-The implementation of CPU funtions based on verilogHDL
  3. 所属分类:Project Design

    • 发布日期:2017-11-10
    • 文件大小:412274
    • 提供者:yuxin tan
  1. CPU

    0下载:
  2. 流水线简单CPU设计,基于简单的数字系统设计,为verilog语言,电路设计基于基本的数字电路-Pipelined CPU design, design of digital system based on a simple, Verilog language, based on the basic digital circuit design
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:292482
    • 提供者:邹楠
  1. RISC-CPU

    0下载:
  2. 精简指令集RISC-CPU 可以实现阶乘运算 verilog代码编写 含有测试平台-Reduced instruction set RISC-CPU test platform can implement written in the factorial operator verilog code contains
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-15
    • 文件大小:3288515
    • 提供者:
  1. System-Verilog-and-HDL-skills

    1下载:
  2. 这个教程讲了如何用SystemVerilog写一个CPU,这个教程是和视频专辑http://i.youku.com/u/UMTExNzExOTgw/videos一起使用的,而且里面讲了一些FPGA的逻辑设计技巧-This tutorial about how to use SystemVerilog write a CPU, this tutorial is used in conjunction with, and the video album http://i.youku.com/u/UM
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-11
    • 文件大小:3183976
    • 提供者:易瑜
  1. cpu

    0下载:
  2. 用system verilog写的一个arm处理器原代码。-Write an ARM processor system verilog source code.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-12
    • 文件大小:3225498
    • 提供者:张力
  1. RISC-CPU

    0下载:
  2. 精简指令集 CPU 通过仿真验证正确 (使用之前务必看readme文件,和结构图!) 1. 此cpu是夏宇闻 verilog数字系统设计教程中最后一章的例程。 2. 学习时务必先搞明白框图原理,和数据流动!!! 3. 牢记主状态机中一条指令周期中传输的16bit=3bit指令+13bit地址。 4. 理解数据总线,和地址总线。区分数据和地址。 5. 仔细调试,因为书中有很多小错误。 程序经过quartusii编译通过,另外经过modelsim仿真正确。-RISC
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-18
    • 文件大小:4338145
    • 提供者:刘栋
« 1 2 3 4 5 67 8 9 10 11 ... 17 »
搜珍网 www.dssz.com