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

搜索资源列表

  1. 07-1242173745-4596

    0下载:
  2. verilog 的键盘控制,支持小键盘输入,有加减乘除,0-9的数字,及回车等按键-look at the chinese introduction
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:122281
    • 提供者:ice
  1. ps_top

    0下载:
  2. verilog写ps2接口驱动程序,对状态机的描述。把键盘串行的13为数据转换为并行的8为数据,并储存在寄存器-The needle verilog write ps2 interface drivers, to the descr iption of the state machine. The keyboard for data transfer of serial and parallel for the 8 for data, and stored in a register to xi
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:3683
    • 提供者:张康
  1. FPGA_ps2_lcd

    1下载:
  2. FPGA实现 LCD1602 显示 PS/2 键盘的键值,熟悉并掌握液晶 1602 显示屏的使用方法及PS/2键盘的接口标准,学习利用Verilog-HDL语言编写有限状态机实现较为复杂的设计与应用。-LCD1602 FPGA realizing that the PS/2 keyboard keys, familiar with and master the use of liquid crystal display 1602 method and PS/2 keyboard interfac
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-04-16
    • 文件大小:81920
    • 提供者:liu
  1. key

    0下载:
  2. 实现了4*4键盘的扫描功能,设计简单可靠,参考价值大,可使用。verilog-fullfill the function of scanning 4*4 keyboard in verilog language.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:935
    • 提供者:王源
  1. led_0_7

    0下载:
  2. 与键盘扫描功能相对应,实现7段数码管的显示功能,在单片机中有较大用处。verilog-fullfill the function of displaying in verilog language. You can use it combined with keyboard scanning
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:683
    • 提供者:王源
  1. 44keyboard-scan-in-FPGA

    0下载:
  2. Verilog语言的四乘四的键盘扫描程序。共阴共阳级数码管均能显示。-4 multiply 4 keyboard scan in FPGA
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2921
    • 提供者:宋名瀛
  1. keyboard

    0下载:
  2. verilog FPGA开发板4*4键盘代码,正确可实现-4*4keyboard diven by verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1148
    • 提供者:fsr
  1. PS2_keyboard_driver

    0下载:
  2. verilog写的键盘按键扫描接口,并在7段数码管上显示断码和通码,在LED流水灯上实现滚动显示。想学习PS2键盘扫描这块的童鞋可以下载看看,代码写的还行。-verilog to write a keyboard key scan interface displayed on the 7-segment digital tube broken code and pass code, scrolling display on the LED light water. Want to learn a
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:498280
    • 提供者:
  1. matrix-keyboard-

    0下载:
  2. 矩阵键盘控制的FPGA,verilog语言实现,包括rtl,ucf,以及testbench的详尽代码-Exhaustive code matrix keyboard control FPGA, Verilog language, including the rtl, ucf, and testbench
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:3215
    • 提供者:韩飞
  1. calculator

    0下载:
  2. 这是一个设计16位计算器,运用Verilog HDL语言编写,可以实现简单的加减法计算。并且可以在Xilinx91i上仿真。其中 top.v文件为目录,calculator.v为计算器设计,display.v为显示设计,divclk.v为分频设计,keypad.v为键盘设计,并且testkeypad.v为检测程序。-design a 16-bit calculator using the Spartan 3 FPGA on the Digilent circuit board, with an
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:13041
    • 提供者:wangdage
  1. key_scan

    0下载:
  2. 本代码使用Verilog语言实现了矩阵键盘的驱动(含状态机)-This code uses the Verilog language matrix keyboard driver (including the state machine)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:374018
    • 提供者:张飞
  1. ps2

    0下载:
  2. verilog PS2键盘解码程序, 之前探讨过PS/2键盘编解码以及数据传输协议,这次自己动手实现了利用FPGA接收键盘编码,然后通过串口传输到PC。做的比较简单,只是通过FPGA把大写字母A-Z转换成相应的ASCII码,只要字母按键被按下,就能在串口调试助手里显示相应大写字母。下面就共享代码吧!   除了顶层模块,三个底层模块分别为PS/2传输处理模块、串口传输模块以及串口波特率选择模块(下面只给出顶层模块和PS/2传输处理模块的verilog代码)。-verilog PS2 Ke
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:1490
    • 提供者:刘晓青
  1. Vkey_scann1e

    0下载:
  2. 用verilog语言描述的键盘扫描程程序,用于FPGA芯片和矩阵键盘的测试。 -Described by verilog language keyboard scanning process procedures for the testing of the FPGA chip and matrix keyboard.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:200763
    • 提供者:
  1. VGA_CCD531

    0下载:
  2. 本文围绕一个包含Nios II软核处理器的可编程片上系统展开数码相机的样机设计。论文首先对样机所要达到的整体功能进行了规划,接下来并行开展了软硬件设计。在硬件方面,充分利用了所使用平台提供的SD卡插槽、键盘、数码管、SRAM等各种硬件资源,并用Verilog HDL硬件描述语言设计了样机系统所需要的VGA接口控制器、CMOS图像传感器接口控制器以及VGA显示存储器;在软件方面,本文基于Nios II软核处理器用C语言实现了SD卡的驱动、FAT文件系统的移植、VGA显视器的驱动以及BMP图片文件的
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-02
    • 文件大小:15078555
    • 提供者:
  1. keypad

    0下载:
  2. 使用Verilog编写的实现FPGA键盘功能,使用了状态机-The use of FPGA in Verilog keyboard function, using the state machine
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:999
    • 提供者:张大哥
  1. pwm_out

    0下载:
  2. 用verilog hdl编写的高效PWM模块,可以通过键盘控制占空比和周期,并在数码管上得以显示-Verilog hdl write efficient PWM module can be controlled through the keyboard duty cycle and cycle and can be displayed on the digital tube
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:417772
    • 提供者:钱世俊
  1. keyscanverilog

    0下载:
  2. 特权同学基于EPM240的入门实验的键盘程序-keyscan verilog HDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-29
    • 文件大小:196269
    • 提供者:陈伟
  1. spartan3e_ps2

    0下载:
  2. verilog语言编写在spartan3e板子上实现,利用板子上的8个LED灯显示键盘输入的编码值。-the Verilog language spartan3e board, 8 LED lights on the board display keyboard input encoded value.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-02
    • 文件大小:838718
    • 提供者:冬瓜
  1. fVerrilog_Devr

    0下载:
  2. 朋友,我是Jawen.看到先前上载的一套CPLD开发板的VHDL源码挺受欢迎的,现在就将她的Verilog源码也一并贡献给大家:8位优先编码器,乘法器,多路选择器,二进制转BBCD码,加法器,减法器,简简单易懂状态机,四位比较器,7段数码管,i2c总线,lcd液晶LCD显示出来,拨码开关,串口,蜂鸣器,矩阵键盘,跑马灯,交通灯,数字时钟 可直接使用。 -Friends, I Jawen. See previous upload a CPLD Development Board VHDL so
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:3170695
    • 提供者:qtzx
  1. tanchishe

    1下载:
  2. verilog编写的贪吃蛇小游戏,能够在vga上显示,可以通过sp3键盘控制蛇的运动,吃食物-verilog prepared by the Snake game, vga on display by sp3 keyboard to control the movement of the snake to eat the food
  3. 所属分类:VHDL编程

    • 发布日期:2016-06-14
    • 文件大小:20154
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com