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

搜索资源列表

  1. adder.rar

    0下载:
  2. 一位全加器可由两个一位半加器与一个或门构成,该设计利用层次结构描述法,首先设计半加器电路,将其打包为半加器模块;然后在顶层调用半加器模块组成全加器电路,A full adder can be two a half-adder and an OR gate structure, the design is the use of hierarchical descr iption method, first of all the design half-adder circuit, be packa
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:158202
    • 提供者:哈哈
  1. Xilinx_FPGA_tutorial

    0下载:
  2. Xilinx ISE软件使用实例 Foundation入门 参数编辑 设计管理器/设计流程向导 FPGA editor 底层编辑器(floorplanner) 硬件调试器(hardware debuger) JTAG编程(JTAG Programmer) LogiBLOX     Xilinx FPGA设计进阶 FPGAexpress的使用 Vertex器件结构 层次设计和同步电路设计 HDL设
  3. 所属分类:VHDL编程

    • 发布日期:2017-03-03
    • 文件大小:5903232
    • 提供者:lurker
  1. verilog

    0下载:
  2. Verilog HDL是一种硬件描述语言,用于从算法级、门级到开关级的多种抽象设计层次的数字系统建模。被建模的数字系统对象的复杂性可以介于简单的门和完整的电子数字系统之间。数字系统能够按层次描述,并可在相同描述中显式地进行时序建模。   Verilog HDL 语言具有下述描述能力:设计的行为特性、设计的数据流特性、设计的结构组成以及包含响应监控和设计验证方面的时延和波形产生机制。所有这些都使用同一种建模语言。此外,Verilog HDL语言提供了编程语言接口,通过该接口可以在模拟、验证期间
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-20
    • 文件大小:32106713
    • 提供者:杨恩源
  1. MC8051

    0下载:
  2. 摘要:分析了与标准8051 MCU 兼容的MC8051 IP 核结构原理与设计层次,详细论述了MC8051 IP 核的FPGA 实现与 应用方法。通过试验验证,其性能比标准8051 MCU 高,方便与系统其他模块的集成。在各种嵌入式系统和片上系统 中使用该IP 核具有重要意义。 关键词: 单片机; MC8051; IP 核; FPGA; VHDL-Abstract: This paper is compatible with standard 8051 MCU MC8051 IP c
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:339322
    • 提供者:xing
  1. FullAdder

    0下载:
  2. 要求在Quartus II软件,利用VHDL完成层次式电路设计,电路中的元件可以用VHDL设计也可以用库元件连线构成再封装。借助EDA工具中的综合器,适配器,时序仿真器和编程器等工具进行相应处理。输入方法不限制。适配采用Cyclone系列的EP1C6Q240C8。要求综合出RTL电路,并进行仿真输入波形设计并分析电路输出波形。要求采用层次式结构设计。-Quartus II software requires the use of VHDL complete hierarchical circui
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:857
    • 提供者:John
  1. Traffic_Light

    0下载:
  2. 根据城市的十字路口各部门和在不同时间的交通流量,智能交通灯控制方案,并给出基于VHDL语言,采用层次结构设计的QuartusⅡ模拟思想。-According to the different branches of city’s intersections and the traffic flow at different times, the program of intelligent traffic light controller based on VHDL is given and s
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:2847
    • 提供者:jimmy
  1. verilog

    0下载:
  2. verilog学习课件。介绍了verilog硬件描述语言的基础知识,包括语言的基本内容和基本结构,以及利用该语言在各种层次上对数字系统的建模方法。-verilog learning courseware. Introduced the verilog hardware descr iption language basics, including basic elements of language and basic structure, and the use of the language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-08
    • 文件大小:1550399
    • 提供者:刘瑞宏
  1. ddstest

    0下载:
  2. 这是一个电子设计dds设计的项目,本设计居于FPGA的dds,该设计舍弃了单片机作为控制的思路,在fgga中嵌入NIOSII来作为控制,界面采用12864,但是菜单页面丰富,采用菜单结构编辑了多层次的界面,整个系统看上去很简洁,希望对搞电子设计的有帮忙,本人也是搞电子设计有一段时间。-dds which base on niosII and fpga
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:3579714
    • 提供者:林铭团
  1. fulladder

    0下载:
  2. 由数字电路知识可知,一位全加器可由两个一位半加器与一个或门构成,其原理图如图1所示。该设计利用层次结构描述法,首先设计半加器电路,将其打包为半加器模块;然后在顶层调用半加器模块组成全加器电路;最后将全加器电路编译下载到实验箱,其中ain,bin,cin信号可采用实验箱上SW0,SW1,SW2键作为输入,并将输入的信号连接到红色LED管LEDR0,LEDR1,LEDR2上便于观察,sum,cout信号采用绿色发光二极管LEDG0,LEDG1来显示。 图1.1 全加器原理图-it s a
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:2314
    • 提供者:qingguozhi
  1. LabA1Design2

    1下载:
  2. 设计模式比较器电路:电路的输入为两个8位无符号二进制数a、b和一个模式控制信号m;电路的输出为8位无符号二进制数y。当m=0时,y=MAX(a,b) 而当m=1时,则y=MIN(a,b)。要求用多层次结构设计电路,即调用数据选择器和比较器等基本模块来设计电路。-Design pattern comparator circuit: circuit input as two 8-bit unsigned binary numbers a, b and a mode control signal m
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:1525
    • 提供者:Peter
  1. LabA1Design1

    1下载:
  2. 设计求两数之差的绝对值电路:电路输入aIn、bIn为4位无符号二进制数,电路输出out为两数之差的绝对值,即out=|aIn-bIn|。要求用多层次结构设计电路,即调用数据选择器、加法器和比较器等基本模块来设计电路。-Design for the number two absolute value of the difference between circuits: circuit input aIn, bIn a 4-bit unsigned binary number, the circu
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:3040
    • 提供者:Peter
  1. s_machine

    0下载:
  2. 单进程Moore状态机,st0到st4的五个不同状态间的转换。性能良好的同步时序逻辑模块; 与VHDL的其他描述方式相比,状态机的VHDL表述丰富多样、程序层次分明,结构清晰,易读易懂-Single process Moore state machine, st0 to st4 five conversion between different states. Good performance of synchronous sequential logic module Compare
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:339191
    • 提供者:杜雨峰
  1. decoder

    0下载:
  2. 学习使用结构描述方法(层次设计),设计4位二进制计数器7段数码显示译码器;学习和掌握模块例化语句应用。-Learn to use the structure described methods (hierarchical design), design 4 binary counter 7-segment display decoder learn and master module instantiation statement applications.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:101355
    • 提供者:YINJIE
  1. cnt

    0下载:
  2. 在ise开发环境下,建立顶层模块和子模块的层次结构,其实现的功能是一个可复位课暂停开始继续的建议秒表-In ise development environment, establish a hierarchy of top-level modules and sub-modules, and its function is to achieve a resettable class resumes proposal to suspend the stopwatch
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3090615
    • 提供者:喻国芳
搜珍网 www.dssz.com