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

搜索资源列表

  1. VHDLBOOK

    0下载:
  2. 第1章 数字系统硬件设计概述 第2章 VHDL语言程序的基本结构 第3章 VHDL语言的数据类型及运算操作符 第4章 VHDL语言构造体的描述方式 第5章 VHDL语言的主要描述语句 第6章 状态机的设计-Chapter 1 digital system hardware design outlined in Chapter 2 VHDL the basic structure Chapter 3 VHDL data types and operations operator
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:145418
    • 提供者:孙文
  1. VHDL的基本数学运算库

    0下载:
  2. VHDL的基本数学运算库,非常好用-VHDL basic arithmetic library, a very handy! !
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:233165
    • 提供者:咱航
  1. 8bit-cpu-of-mul-and-div

    0下载:
  2. 包含跳转,乘法,除法8位CPU以及一些基本的逻辑运算功能-includes Jump, multiplication, division eight CPU and some of the basic logic operations
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:8058
    • 提供者:shingo
  1. baseonVerilog

    0下载:
  2. 基本运算逻辑和它们的Verilog HDL模型-basic arithmetic logic and their Verilog HDL model
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:70508
    • 提供者:苏航
  1. VHDL语言基本数学运算库

    0下载:
  2. VHDL语言基本数学运算库-VHDL basic arithmetic library
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:247894
    • 提供者:崔广辉
  1. KD_CPU_src

    0下载:
  2. verilog语言写的8位CPU源代码,基本的算术运算和逻辑运算,对于学习计算机原理和verilog语言都有良好的效果-Verilog Language Writing 8-bit CPU source code, the basic arithmetic operations and logic operations, the study of computer principles and Verilog language has good results
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:57107
    • 提供者:zz
  1. verilog_logic

    0下载:
  2. 基本逻辑运算,Verilog实现,带有实现教程。-Basic logic operations, Verilog implementation, with the realization of tutorials.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-17
    • 文件大小:5081809
    • 提供者:
  1. ALUC

    0下载:
  2. 用verilog语言中xilinx平台上实现single ALU,包括alu的基本MIPS指令运算,ALU control的实现-Xilinx verilog languages with the platform to achieve single ALU, including the basic MIPS instructions alu operations, ALU control implementation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2069617
    • 提供者:何进
  1. alu

    0下载:
  2. VHDL描述的alu,可以进行基本的运算,在quartus2环境下运行。实验课作业。-VHDL descr iption of the alu, the basic operations can be carried out in quartus2 environments. Experimental course work.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-07
    • 文件大小:2027124
    • 提供者:EMMILY
  1. 8CPU

    0下载:
  2. 指令寄存器:在触发时钟的正沿触发下,寄存器将数据总线送来的指令存入寄存器; 累加器用于存放当前的结果,它也是双目运算的一个数据来源; 算术逻辑运算单元根据输入的8种不同操作码实现相应的加、与、异或、或等8种基本操作运算; 状态控制器实际上就是一个状态机,它是CPU的控制核心,用于产生一系列的控制信号,启动或停止某些部件。CPU何时进行读指令、读写I/O端口、对ROM数据的读取等操作,都是由状态机来控制的; -Instruction Register: The trigger is
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:24984
    • 提供者:王金
  1. stack-processer

    0下载:
  2. 本系统设计的是一个堆栈处理器,该系统可以实现基本的堆栈功能,即先入后出;并且能实现8位数据的基本运算,附有波形仿真分析和系统缺陷性分析。-The system can realize the basic stack functions, namely, after first-out 8-bit data and can achieve the basic operations, with a waveform simulation and analysis of system defects
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1286485
    • 提供者:张东林
  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
    • 文件大小:985234
    • 提供者:戈多
  1. Char5-basic-arithmetic-logic-models

    0下载:
  2. 夏宇闻著作:从算法设计到硬线逻辑的实现,CHAR5:基本运算逻辑和它们的Verilog_HDL模型-XIA Wen works: from algorithm design to hard wire logic implementation, CHAR5: basic arithmetic logic models and their Verilog_HDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:215604
    • 提供者:Aaran
  1. sqrt-base-on-fpga

    0下载:
  2. 对一种改进的不恢复余数的开方算法(non - restoring square - root algorithm)进行了讨论 ,并将其应用于基于 IEEE 754 标准的32 位浮点格式的开方运算中 ,以一款 FPGA 为载体 ,实现了进行运算的基本电路。对目前存在的几种开方 算法进行了评述 ,分析了他们的优缺点 ,提出了改进的不恢复余数开方算法模块化的设计思路与关键电路 ,并分析了仿真和 逻辑综合的结果 ,证明了该算法运算速度较快且占用资源极少的特点。-An improved no
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:125577
    • 提供者:
  1. alu

    0下载:
  2. 这是8位alu,能实现基本的算术逻辑运算功能-This is the 8-bit alu,can achieve the basic arithmetic and logic functions
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-01
    • 文件大小:628173
    • 提供者:lenny
  1. VerilogHDL

    0下载:
  2. 一部很好的学习Verilog HDL语言的书。包含:基本语法、不同抽象级别的Verilog HDL模型 、基本运算逻辑和它们的Verilog HDL模型 等。-A good book to learn Verilog HDL language. Include: basic syntax, different levels of abstraction of Verilog HDL models and their basic arithmetic logic Verilog HDL model
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2176655
    • 提供者:
  1. VHDL-example_counter

    0下载:
  2. M=11的计数器;计数是一种最简单基本的运算,计数器就是实现这种运算的逻辑电路,计数器在数字系统中主要是对脉冲的个数进行计数,以实现测量、计数和控制的功能,同时兼有分频功能-M = 11 counter The count is one of the most simple basic computing, counter to realize the operation is logic circuit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:954
    • 提供者:殷蕾
  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-29
    • 文件大小:6438
    • 提供者:林琳
  1. aluuurs

    0下载:
  2. alu是一个简单计算单元,包括加减乘左移右移等基本运算-alu is a simple calculation unit, including the basic operations of addition and subtraction multiplication left shifted to the right
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:8586
    • 提供者:张茂林
  1. VHDLbasic_cal

    0下载:
  2. VHDL的加、减、乘、比较等基本运算的源代码-VHDL add, subtract, multiply, compare the source code of the basic operations
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-05
    • 文件大小:41984
    • 提供者:lb
« 12 »
搜珍网 www.dssz.com