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

搜索资源列表

  1. uip-0.9

    0下载:
  2. uU TCP/IP stack for embended aplication 8 bit processor-uU TCP / IP stack for 8 b embended aplication it processor
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:751489
    • 提供者:developman
  1. embedc[1]

    0下载:
  2. 简介 当今嵌入式处理器的生产已远远超过了为桌面系统所设计的处理器。本书通过介绍8位微控制器(MCU)的开发原理和C语言的相关知识,向读者展示了如何用C语言编写8位嵌入式MCU程序,内容涉及数据类型和变量、函数库、优化和测试嵌入式C语言程序等。利用贯穿全书的样例工程,揭示了特定设备硬件开发的详细细节,以及用C语言进行嵌入式程序设计所带来的快速开发、增强的可移植性和再利用等优越性能。本书适合于从事嵌入式研究的相关技术人员使用-briefing today's embedded process
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2319461
    • 提供者:陈国炎
  1. code

    0下载:
  2. 一个8位微处理器的VHDL代码以及testbench-8-bit processor VHDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:8529
    • 提供者:fei
  1. fpgafft

    0下载:
  2. :文章针对目前数字信号处理中大量采用的快速傅立叶变换[FFT] 算法采用软件编程来处理的应用现状,在对FFT 算法进行 分析的基础上,给出了用FPGA[Field Programmable Gate Array] 实现的8 点32 位FFT 处理器方案,并得到了系统的仿真结果。 最后在Altera 公司FLEX10K系列FPGA 芯片上成功地实现了综合。-Based on the analysis of the FFT algorithm , a reasonable logic str
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:220333
    • 提供者:王晓
  1. fuzzy_pic

    0下载:
  2. This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola. It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:181834
    • 提供者:mm4games
  1. 87361039

    0下载:
  2. 于一个8位处理器的分析,和源代码,VHDL语言设计,经过测试-An 8-bit processor in the analysis, and source code, VHDL language design and tested
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:92518
    • 提供者:hbei
  1. GraduationProject

    0下载:
  2. 进行了一个8位CISC处理器的设计与实现,该微处理器含有计算机基本的功能模块,并对存储器进行了层次化设计。指令系统中的指令分为四大类共十六条,其中包括算术逻辑指令、I/O指令、访存、转移指令和停机指令。在处理器的实现过程中,首先给出了数据通路结构,然后采用VerilogHDL进行硬件电路描述,并对每一个模块进行功能仿真以验证设计的正确性。最后对整个处理器执行程序进行指令验证,并得到综合后的网表。-Conducted an 8-bit CISC processor design and imple
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:517997
    • 提供者:李东升
  1. GPU in VHDL

    2下载:
  2. 这是一篇关于在可编程逻辑器件(CPLD)上实现一个8 比特的图形处理器GPU的报告-This report is about how to achieve an 8-bit graphics processor GPU on the programmable logic device (CPLD).
  3. 所属分类:VHDL编程

    • 发布日期:2012-11-30
    • 文件大小:2301802
    • 提供者:cici
  1. crcasm.asm

    0下载:
  2. 8 bit very fast CRC generator for polynom x8+x2+x1+x (0x07), fits any AVR processor and any type of 8-bit data trasfer with 8 bit CRC code written in AVR assembler with AVRStudio 4. Author: Jens Hallgren, Sweden-8 bit very fast CRC generator for po
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:698
    • 提供者:jens
  1. slice

    0下载:
  2. A technique for constructing a processor from modules,each of which processes one bit-field or “slice” of an operand.Bit slice processors usually consist of an ALU of 1,2,4 or 8-bits and control lines including carry or overflow signals usually inter
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:1140
    • 提供者:gopan
  1. mips

    0下载:
  2. in verilog 8bit mips processor
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-12
    • 文件大小:2751706
    • 提供者:Lee Jonggun
  1. picoblaze

    0下载:
  2. picoblaze an 8 bit processor
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-04
    • 文件大小:1064495
    • 提供者:vishwas
  1. cpu

    0下载:
  2. 设计一个简化的处理器(字长8位),并使其与内存MEM连接,协调工作。用VHDL以RTL风格描述。该处理器当前执行的指令存放在指令寄存器IR中。处理器的指令仅算逻指令和访问内存指令)。-Design a simplified processor (8-bit word length), and connect it with the memory MEM, and coordination. Described with VHDL in RTL style. The processor is c
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-18
    • 文件大小:4740271
    • 提供者:jinxf
  1. multi-channel-PWM

    0下载:
  2. 本文提出了一种多路PWM 信号的产生算法,可以采用8 位处理器实现。本算法执行效率很高,只占用处理器的一个定时器,且算法 控制精度较以往方法更高,可以无误差控制多路舵机。普通的8 位处理器即可在不进行硬件扩展的情况下,实现多达32 路PWM 控制信号输出.-This paper proposes a multi-channel PWM signal generation algorithm, you can use 8-bit processors. Efficient implementa
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:198540
    • 提供者:孙小美
  1. 8-bit-risc-in-vhdl.vhd

    0下载:
  2. risc processor in vhdl
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:3866
    • 提供者:pradeep
  1. ziliao

    0下载:
  2. 嵌入式微处理器正越来越广泛的应用在生产生活的各个领域,但是传统的嵌入式微处理器要么是8位的处理器,性能有限,要么是32位基于ARM的微处理器在使用上需要嵌入式操作系统的支持,比如Linux操作系统,使得系统不够精炼。这一情况直到ARM公司推出Cortex-M内核才得以改善,它无需操作系统,可以像单片机一样使用KeilC语言进行编程,极大的减少了开发者的工作量。-Embedded microprocessor is more widely used in the production of al
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:284571
    • 提供者:余倩
  1. micro-processor

    0下载:
  2. 这是一个8位微处理器的vhdl设计代码。-This is the design of a 8-bit micro-processor.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-09
    • 文件大小:4506
    • 提供者:baoshu
  1. simple

    2下载:
  2. 一个简单的8位处理器完整设计过程及verilog代码,适合初 学ic设计的人用,并含有我个人写的指令执行过程,仅供参 考-A simple 8-bit processor and the complete design process verilog code, suitable for beginners ic design for human use, and contains my personal writing instruction execution, for ref
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:82308
    • 提供者:lijinpeng
  1. Atmel-8271-8-bit-AVR-Microcontroller-ATmega48As.r

    0下载:
  2. Learn to program an ATMELs processor to this manual as a Datasheet.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-06
    • 文件大小:565385
    • 提供者:ncamilo
  1. jasonnemeth-projrtl

    0下载:
  2. 8 bit processor for example
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:242238
    • 提供者:Dimon
« 12 3 »
搜珍网 www.dssz.com