搜索资源列表
NumClock
- 基于Altera公司系列FPGA(Cyclone EP1C3T144C8)、Verilog HDL、MAX7219数码管显示芯片、4X4矩阵键盘、TDA2822功放芯片及扬声器等实现了《电子线路设计• 测试• 实验》课程中多功能数字钟实验所要求的所有功能和其它一些扩展功能。包括:基本功能——以数字形式显示时、分、秒的时间,小时计数器为同步24进制,可手动校时、校分;扩展功能——仿广播电台正点报时,任意时刻闹钟(选做),自动报整点时数(选做);其它扩展功能——显示年月日(能处理
key
- 一个4*4矩阵键盘的VERILOG接口程序设计(FPGA)
matrikeyscan
- 矩阵键盘在工程中应用很广,而且在一些开发板上也会用到矩阵键盘,用FPGA来实现键盘的借口方便简单,本代码就是扫描接口设计源代码-matiry key scan code
lunwen-EasyFPGA030juzheng
- 基于EasyFPGA030的矩阵键盘设计实现工程。-Based EasyFPGA030 Design and Implementation of a matrix keyboard works.
key_master_0621
- 关于4*4矩阵键盘扫描电路verilog代码设计,支持Avalon总线-On the 4* 4 matrix keyboard scanning circuit verilog code design, support Avalon bus
stepmot
- 主要是对矩阵键盘的Verilog HDL 语言的设计实现-Mainly for matrix keyboard Verilog HDL Language Design and Implementation
key_scan4X4
- 基于FPGA设计的矩阵键盘经过多次测试非常的好用 VHDL语言-FPGA-based design of repeated testing matrix keyboard is very easy to use VHDL language
electronic-lock
- 此为电子密码锁设计,用AT24C01存储密码,矩阵键盘进行人机操作,用继电器模拟密码锁,并设置更改密码权限。初始密码为:123456-electronic lock
jianpan
- 设计出4*4矩阵键盘对某一按键按下就在数码管显示一个数字。按键从左上角到右下角依次为1,2,…,16。-Design a 4* 4 matrix keyboard press of a button on the digital display a number. Order from left to bottom right button 1, 2, ..., 16.
a-design-of-Matrix-keyboard
- 关于矩阵键盘的设计方法,四乘四,基于vhdl语言-vhdl Matrix keyboard
KEYBOARD
- VHDL设计矩阵键盘输入 -VHDL KEYBOARD VHDL KEYBOARD VHDL KEYBOARD VHDL KEYBOARD
scankey
- 基于FPGA的4*4矩阵键盘扫描程序,可设计为与单片机的外围键盘接口-FPGA-based 4* 4 matrix keyboard scan program can be designed for external keyboard interface with microcontroller
juzhenjianpan
- 基于FPGA,在quartus上,用WHDL语言和原理图设计的矩阵键盘显示电路。完整项目。-Based on FPGA, quartus, with WHDL language and principles of map design matrix keyboard display circuit. Complete the project.
EX4
- 基于可编程器件设计的一个电路,可以实现矩阵键盘的连续输入和数码管的移位显示功能。 1)连续按下按键0~9 、A~E,数字和字母将依次显示在4 位数码管上。 2) 按下F 时,数码管上不显示 F,当前显示的数字按一定频率闪烁。直至按下其他数字和字母后,再次稳定显示4 个数字。以此类推。 3)任何时刻按下实验板上的RST 键,可将电路清零. -Verilog, QuartusII run correctly, can be downloaded to the FPGA. Could
VHDL-based-music-player-design
- 为本人2012年下学期的EDA大作业,含 设计文档 和 源代码。所设计的系统在网上很难找到(当时我就没找到,特别是源码),二本系统又具有一定的实用性,只要在ROM中存储不同的歌曲编码,即可播放不同的乐曲。 文章详细介绍了“具有自动乐曲演奏功能的电子琴”的FPGA设计原理与方法,使用了ROM存储音符和节拍,矩阵键盘控制整个系统。 源码注释清楚,容易理解。 欢迎访问我的博客:http://blog.csdn.net/enjoyyl-For the I semester of 20
calculator
- 基于FPGA DE2开发板的计算器设计。Verilog语言编写。矩阵键盘输入,LCD1602显示。程序包括按键扫描模块、数值处理计算模块和LCD控制写模块等。-Calculator design based on FPGA DE2 development board. language use Verilog. Matrix keyboard input, LCD1602 display. Program includes key scanning module and LCD module
saomiaojianpan
- 用于扫描矩阵键盘,并将扫描到的键盘值用数码管显示(Used to scan the matrix keyboard and display the scanned keyboard value with a digital tube)
project2
- 基于FPGA实验板设计一个远程控制系统,接收由计算机发出的数据,和实验板上矩阵键盘输入的数据完成相应的运算之后,结果显示在实验板的数码管上,同时发送回计算机显示。(A remote control system is designed based on the experimental board of FPGA, which receives the data sent by the computer and completes the corresponding calculation wi
课程设计-数字钟
- 具有计时 设置时间 闹钟 秒表 功能的数字钟设计 外设矩阵键盘(Digital clock design peripheral matrix keyboard with the function of timing setting time alarm clock stopwatch)
基于FPGA的44矩阵键盘检测设计
- 完成了基于FPGA的矩阵键盘检测设计,使用verilog编程语言,完成了仿真测试验证