搜索资源列表
FPGA_jiaocheng_yu_shiyan
- 最重要的是七个从简单到复杂的实验,包括:基础实验一_FPGA_LED 基础实验二_seg7实验以及仿真 基础实验三_SOPC_LED 基础实验四_Flash烧写 基础实验五_定时器实验 基础实验六_按键以及PIO口中断实验 实验七_网卡使用 ,这些实验室用到了SOPC BUILDER 与NOIS ii ,使用Verilog 编写,有实验板和没有实验板的都可以用来学习。 其次还包括: FPGA开发板各存储器之间的联系、 多处理器文档 、 USB_UART等文档,很好用的文档,您下了相信不会后悔!-
sourcefile
- 在Altera公司的Cyclone系列FPGA开发板上试验的按键中断程序,希望对那些学习中断开发的初学者有帮助。 pio_key.v是verilog编写的按键中断程序,对应四个按键,按其中任何一个键都可以发送一个中断; keyint.c是Nios中编写的C程序,用于检测按键的中断,如果检测到中断,会检测是哪个按键按下,从而执行相应的程序! -In Altera' s Cyclone series FPGA development board interrupt key test
exp3_BUTTON
- QUARTUS_NIOS ii使用按键中断-QUARTUS_NIOS ii interrupt the use of keys
keyboardcontroller
- 键盘控制器VHDL代码 该控制器实时扫描矩阵键盘的行列,当用户有按键按下时,可以定位到对应的按键并产生一个中断信号-Keyboard controller entity -- -- The controller scans the columns, cols, by making a different column logic-0 -- therefor the inputs have to be pull-up high. It processes the input,
jiaotongdeng
- 用VHDL做的一个交通灯的实验,这个程序的主要功能是:有8个灯,主路和支路分别增加了转弯的灯;有救护车,当救护车按键为高电平时,产生救护车中断,主路和支路红灯亮。同时数码管在当前计数值和全0之间循环显示;有喇叭voice;-Use VHDL to do a traffic light experiment, the main functions of this program: There are eight lights, the main road and slip roads increa
1
- 实现按键中断,在NIOS II IDE平台上实现按键中断,按键驱动程序在Quartus ii里面用VHDL编写。-interrupt
fpgaexperiment
- 总共包括7个实验,SRRAM测试,按键及PIO口中断实验,定时器实验,seg7实验,sopc_led实验,FLASH少些,FPGA_led,锁相环。-Including a total of 7 experiments, SRRAM test, test buttons and PIO port interrupt, timer experiment, seg7 experiment, sopc_led experiment, FLASH less, FPGA_led, PLL.
fpgaexperiment_sourcecode
- FPGA实现七个实验的源程序。SDRAM测试,按键及PIO口中断实验,定时器实验,seg7实验,sopc_led实验,flash烧写,fpga_led,锁相环。-FPGA realization of the seven experiments of the source. SDRAM test, test buttons and PIO port interrupt, timer experiment, seg7 experiment, sopc_led test, flash program
_6_key_isr
- 按键中断在nios中的处理,对学习nios有很大帮助-Nios in the key break in the treatment of great help in learning nios
Lock-source
- (1)通过8279的功能连接4*4的键盘和8位LED数码显示管,实现密码的键盘输入,数码管输出,并具备简单的功能键。 (2)利用步进电机模拟开门过程,在密码输入正确时启动,在接收到外部中断时停止。 (3)具有按键发声功能。 (4)密码错误时具有警报和警灯的,并且实现三次错误锁定的功能。 (5)通过INTR0实现系统的整体硬性复位。 (6)通过RT12864HZ控制LCD实现相关信息的提示。 (7)通过修改汇编程序中密码输入子程序本身达到修改密码的目的。 -(1) th
spianjian
- 从板meg88检测有无按键按下,若有按键按下,触发meg16主板外部中断,开始spi通信,然后将按键值返回给meg88,并用键盘显示按下的按键值-From the board meg88 detect any key press, if button is pressed, the external interrupt trigger meg16 board began spi communication, and will be key to return to meg88, and pres
miaobiao
- 这是一个手速测定器,利用单片机的按键、中断与LED六位七段数码管来显示。-This is a hand-speed measuring device, the use of single-chip key, interrupt and six seven-segment LED displays.
Project2
- 1、 硬件部分包括AT89C52、LCD1602和4个独立按键 2、 使用定时器0产生10ms的定时中断,作为时钟基准和软件定时器的基准。 3、 系统使用两个软件定时器Tkeyscan和Tdisplay。 Tkeyscan用来独立按键模块的定时扫描,每次扫描结合按键状态机的当前状态判断按键的有效性(消抖)及其时长(长按还是短按)。 Tdisplay用来定时激活LCD1602的显示(200ms一次,可自行修改)。 4、 整个系统在四种状态间流转:DISPL
DE2_NIOS_II_IRQ_BUTTON_2012
- 基于按键中断控制NCO核的输出频率,在quartus II中仿真通过-Based on the key interrupt control the output frequency of the NCO core, through simulation in quartus II
Key_interrupt
- (4)实验4:按键中断实验,完整的设计工程文件在Key_interrupt文件夹下-(4) Experiment 4: Key interruption experiments, complete design engineering files in Key_interrupt file folder
ask
- sopc 按键中断,从0到9变化,程序简介明了!欢迎大家下载分享!-Sopc key interrupt, from 0 to 9 change, program introduction and sweet! Welcome everyone to download share!
fpga_program
- 在板子上全部实现。代码有:1.一位全加器;2.LED计数器;3.数码管显示0-9;4.60秒数码管计数显示;5.电子钟;6.SOPC;7.定时中断;8. TLV5618;9.按键计数
keyscan
- 基于NIOS II的按键操作程序,使用C语言编写,实现按键中断-Based on NIOS II keystrokes procedures, using C language to write, implement key interrupt
int
- 通过按键中断来进行电平中断实验,本程序可以使用DEBUG模式进行在线调试-To carry out the experiment through the key level interrupt interrupted, the program can use DEBUG mode for online debugging
SW_LCD1602_irq
- SW_LCD1602_irq是nios中实现按键中断以及lcd1602显示-SW_LCD1602_irq is implemented nios interrupt button and display lcd1602
