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

搜索资源列表

  1. sw_led

    0下载:
  2. 利用verilog编写的一个按键控制LED灯的代码,包括按键消抖-Using verilog write a code key control LED lights, including key debounce
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:365564
    • 提供者:李才
  1. motor_PWM

    0下载:
  2. 刚写的verilog 程序,控制直流电机正反转,具有严格的按键消抖函数,采用脉冲边沿检测法,防止误触发!-Just write verilog program to control the DC motor reversing, with strict key debounce function, pulse edge detection method, to prevent false triggering! ! ! Beginner EDA, if insufficient, please
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:302815
    • 提供者:谷向前
  1. key_debounce

    0下载:
  2. verilog实现的按键消抖源代码,初学fpga的可以学习下-implementation of key debounce verilog source code, beginners can learn from fpga
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:349055
    • 提供者:flier
  1. _5_key_led_without_debounce

    0下载:
  2. verilog实例5 key_led_without_debounce 使用KEY控制LED亮灭,无按键消抖 (1)源文件 key_led.v (2)管脚分配 pins list.txt -5 key_led_without_debounce 使用KEY控制LED亮灭,无按键消抖 (1)源文件 key_led.v (2)管脚分配 pins list.txt
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:54902
    • 提供者:李程序
  1. verilog_sw_led

    0下载:
  2. 采用verilog编写的FPGA程序,程序的功能是按键按键消抖,quartus II 开发。芯片型号是EP2C35F484C7,时钟50MHz。-FPGA verilog to write the program, the program function is the key button is debounced, quartus II development. The chip model is EP2C35F484C7, clock 50MHz
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:412292
    • 提供者:muliubing
  1. key-press-remove-twitter

    0下载:
  2. 通过电平检测方法,用VERILOG实现了按键消抖-Button is debounced by the level detection method using VERILOG
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:175525
    • 提供者:liu
  1. anjianxiaochudoudongkongzhiLED

    0下载:
  2. 实现按键控制LED 亮灭。通过这个实验,掌握采用Verilog HDL 语言编程实 现按键控制LED 亮灭及按键消抖方法。-Buttons control the LED light off. Through this experiment, master Verilog HDL language programming buttons control the LED lights off and the key debounce.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-06
    • 文件大小:452695
    • 提供者:王恒
  1. key

    0下载:
  2. verilog的按键消抖程序,利用状态机完成的-verilog the the key debounce program, the completion of the state machine
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:848
    • 提供者:young
  1. verilog_anjianxiaodou

    0下载:
  2. quartus II下FPGA的基于verilog的按键消抖程序设计-Based verilog the key debounce procedures of design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-06
    • 文件大小:339501
    • 提供者:程亮
  1. key_scan

    0下载:
  2. 按键消抖!verilog版本的,延时程序,已经过测试-Key debounce verilog version, the delay procedure has been tested
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-08
    • 文件大小:537
    • 提供者:追风
  1. anjianxiaodou

    0下载:
  2. 基于verilog的按键消抖\\\\\\代码-Based on the verilog key debounce \ \ \ \ \ \ code
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:593
    • 提供者:王玲
  1. anjianxiaodou

    0下载:
  2. verilog 按键消抖实验, 很好很基础!值得一看-verilog key debounce experiments, very very basic!
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:351430
    • 提供者:xy
  1. keyscanverilogCX

    0下载:
  2. 这里有完整的verilog按键消抖程序(经过验证的),有图有真相,本程序是依据特权老师的程序自行改编的,由于按键消抖仿真时间较长,这里是假定16个时钟周期便于仿真。内有详细说明!我在网络上目前只能查找到程序,却找不到仿真程序和解说配套的资料,本文件彻底填补了这一空缺,对于初学者很有帮助!-Here are complete verilog keys away shaking program (proven), picture is truth, this program is based on
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-25
    • 文件大小:8392970
    • 提供者:张明辉
  1. keyscanverilogCX

    0下载:
  2. 这里有完整的verilog按键消抖程序(经过验证的),有图有真相,本程序是依据特权老师的程序自行改编的,由于按键消抖仿真时间较长,这里是假定16个时钟周期便于仿真。内有详细说明!我在网络上目前只能查找到程序,却找不到仿真程序和解说配套的资料,本文件彻底填补了这一空缺,对于初学者很有帮助!
  3. 所属分类:VHDL编程

  1. jitter_filter

    0下载:
  2. Verilog按键消抖程序,根据按键时间进行消抖-Verilog key debounce program, according to the key debounce time
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:618
    • 提供者:liu changyou
  1. key_piano

    0下载:
  2. 按键消抖,Verilog编写,可用用,在quartus仿真过,也下载到FPGA开发板啦,可用。-Verilog code, available to use, in the quartus simulation, also downloaded to the FPGA development board, is available.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-23
    • 文件大小:6702555
    • 提供者:孟稳
  1. sw_xiaodou

    0下载:
  2. 基于verilog的按键消抖控制led程序-Based verilog button debounce control led program
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:421497
    • 提供者:weiwei
  1. key_debuouce

    0下载:
  2. veriolg 按键消抖的程序,可以写成模块,后面直接调用-verilog key debounce
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:792
    • 提供者:lxn
  1. key_detect

    0下载:
  2. 由verilog编写的简单的按键消抖模块。主要是由“电平检查模块”和“10ms延迟模块”组合合成。-Verilog prepared by the simple key debounce module. Mainly synthesized by a combination of level examination module and module 10ms delay
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1536
    • 提供者:陈忠德
  1. class09_A

    0下载:
  2. Verilog 状态机编写按键消抖,并且testbench-Verilog write key debounce
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:126952
    • 提供者:马鹤鸣
« 1 23 »
搜珍网 www.dssz.com