虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

增强防静电ESD功能

  • 基于FPGA的多功能LCD显示控制器设计

    通过对LCD1602/LCD12864显示模块控制时序和指令集的对比分析,利用Verilog HDL描述语言完成了多功能LCD显示控制模块的IP核设计.所设计的LCD显示控制器具有很好的可移植性,只需通过端口的使能参数配置便可以驱动LCD1602/LCD12864模块实现字符或图形的实时显示,并且该多功能LCD控制器的可行性也在Cyclone II系列的EP2C5T144C8 FPGA芯片上得到了很好的验证.

    标签: FPGA LCD 多功能 显示控制器

    上传时间: 2014-06-23

    上传用户:hasan2015

  • 基于FPGA的多功能频率计的设计

    基于Altera公司FPGA芯片EP2C8Q208,嵌入MC8051 IP Core,用C语言对MC8051 IP Core进行编程,以其作为控制核心,实现系统控制。在FPGA芯片中,利用Verilog HDL语言进行编程,设计了以MC8051 IP Core为核心的控制模块、计数模块、锁存模块和LCD显示模块等几部分,实现了频率的自动测量,测量范围为0.1Hz~50MHz,测量误差0.01%。并实现测频率、周期、占空比等功能。  

    标签: FPGA 多功能 频率计

    上传时间: 2013-10-14

    上传用户:1214209695

  • 采用TÜV认证的FPGA开发功能安全系统

    This white paper discusses how market trends, the need for increased productivity, and new legislation have accelerated the use of safety systems in industrial machinery. This TÜV-qualified FPGA design methodology is changing the paradigms of safety designs and will greatly reduce development effort, system complexity, and time to market. This allows FPGA users to design their own customized safety controllers and provides a significant competitive advantage over traditional microcontroller or ASIC-based designs. Introduction The basic motivation of deploying functional safety systems is to ensure safe operation as well as safe behavior in cases of failure. Examples of functional safety systems include train brakes, proximity sensors for hazardous areas around machines such as fast-moving robots, and distributed control systems in process automation equipment such as those used in petrochemical plants. The International Electrotechnical Commission’s standard, IEC 61508: “Functional safety of electrical/electronic/programmable electronic safety-related systems,” is understood as the standard for designing safety systems for electrical, electronic, and programmable electronic (E/E/PE) equipment. This standard was developed in the mid-1980s and has been revised several times to cover the technical advances in various industries. In addition, derivative standards have been developed for specific markets and applications that prescribe the particular requirements on functional safety systems in these industry applications. Example applications include process automation (IEC 61511), machine automation (IEC 62061), transportation (railway EN 50128), medical (IEC 62304), automotive (ISO 26262), power generation, distribution, and transportation. 图Figure 1. Local Safety System

    标签: FPGA 安全系统

    上传时间: 2013-11-05

    上传用户:维子哥哥

  • Verilog HDL实现I2C功能

    用Verilog HDL实现I2C总线功能

    标签: Verilog HDL I2C

    上传时间: 2013-11-07

    上传用户:源弋弋

  • 用FPGA设计多功能数字钟

    用FPGA设计多功能数字钟

    标签: FPGA 多功能 数字

    上传时间: 2013-11-16

    上传用户:1234567890qqq

  • 赛灵思Artix-7 FPGA 数据手册:直流及开关特性

      本文是关于赛灵思Artix-7 FPGA 数据手册:直流及开关特性的详细介绍。   文章中也讨论了以下问题:   1.全新 Artix-7 FPGA 系列有哪些主要功能和特性?   Artix-7 系列提供了业界最低功耗、最低成本的 FPGA,采用了小型封装,配合Virtex 架构增强技术,能满足小型化产品的批量市场需求,这也正是此前 Spartan 系列 FPGA 所针对的市场领域。与 Spartan-6 FPGA 相比,Artix-7 器件的逻辑密度从 20K 到 355K 不等,不但使速度提升 30%,功耗减半,尺寸减小 50%,而且价格也降了 35%。   2.Artix-7 FPGA 系列支持哪些类型的应用和终端市场?   Artix-7 FPGA 系列面向各种低成本、小型化以及低功耗的应用,包括如便携式超声波医疗设备、军用通信系统、高端专业/消费类相机的 DSLR 镜头模块,以及航空视频分配系统等。

    标签: Artix FPGA 赛灵思 数据手册

    上传时间: 2013-10-11

    上传用户:zouxinwang

  • 基于FPGA 的方向滤波器指纹图像增强算法实现

    设计了一种基于FPGA纯硬件方式实现方向滤波的指纹图像增强算法。设计采用寄存器传输级(RTL)硬件描述语言(Verilog HDL),利用时分复用和流水线处理等技术,完成了方向滤波指纹图像增强算法在FPGA上的实现。整个系统通过了Modelsim的仿真验证并在Terasic公司的DE2平台上完成了硬件测试。设计共消耗了3716个逻辑单元,最高处理速度可达92.93MHz。以50MHz频率工作时,可在0.5s以内完成一幅256×256指纹图像的增强处理。

    标签: FPGA 方向 指纹 图像增强算法

    上传时间: 2013-10-12

    上传用户:拢共湖塘

  • 各种功能的计数器实例(VHDL源代码)

    各种功能的计数器实例(VHDL源代码):

    标签: VHDL 计数器 源代码

    上传时间: 2013-10-16

    上传用户:bjgaofei

  • 各种功能的计数器实例(VHDL源代码)

    各种功能的计数器实例(VHDL源代码):ENTITY counters IS  PORT  (   d  : IN  INTEGER RANGE 0 TO 255;   clk  : IN BIT;   clear : IN BIT;   ld  : IN BIT;   enable : IN BIT;   up_down : IN BIT;   qa  : OUT  INTEGER RANGE 0 TO 255;   qb  : OUT  INTEGER RANGE 0 TO 255;   qc  : OUT  INTEGER RANGE 0 TO 255;   qd  : OUT  INTEGER RANGE 0 TO 255;   qe  : OUT  INTEGER RANGE 0 TO 255;   qf  : OUT  INTEGER RANGE 0 TO 255;   qg  : OUT  INTEGER RANGE 0 TO 255;   qh  : OUT  INTEGER RANGE 0 TO 255;   qi  : OUT  INTEGER RANGE 0 TO 255;

    标签: VHDL 计数器 源代码

    上传时间: 2014-11-30

    上传用户:半熟1994

  • 基于CGI的无线路由中短信功能设计

    移动通信中的短消息是人们无线沟通的重要方式,更以其方便、可靠性得到广泛应用。针对嵌入式无线路由的迅速普及,为实现良好人机交互,提出将短消息功能植入可使用上网卡的无线路由的动态Web中。用C语言进行CGI程序设计,采用PDU短信模式,实现无线路由设备中短信的收发。实验结果也证实了此方案的正确性、实用性和可扩展性。

    标签: CGI 无线路由 短信

    上传时间: 2014-01-20

    上传用户:zhyiroy