NIOSII_de2

所属分类:VHDL/FPGA/Verilog
开发工具:VHDL
文件大小:8595KB
下载次数:10
上传日期:2010-03-15 18:57:41
上 传 者yingfang18
说明:  基于SOPC的FPGA系统设计,测试数码管、LED、液晶显示屏,整个系统在DE2上运行通过,使用的是Quartus 6.1套件
(FPGA-based SOPC system design, testing, digital tube, LED, LCD display, the entire system run by the DE2, using Quartus 6.1 Suite)

文件列表:
NIOSII_de2\niosII_DE2\.sopc_builder\install.ptf (12998, 2010-03-03)
NIOSII_de2\niosII_DE2\altera_avalon_pio_regs.h (3383, 2006-11-27)
NIOSII_de2\niosII_DE2\BUTTON_PIO.v (4302, 2010-01-19)
NIOSII_de2\niosII_DE2\cpu_0.v (309869, 2010-01-19)
NIOSII_de2\niosII_DE2\cpu_0_ic_tag_ram.mif (920, 2010-01-19)
NIOSII_de2\niosII_DE2\cpu_0_jtag_debug_module.v (12372, 2010-01-19)
NIOSII_de2\niosII_DE2\cpu_0_jtag_debug_module_wrapper.v (9896, 2010-01-19)
NIOSII_de2\niosII_DE2\cpu_0_mult_cell.v (6123, 2010-01-19)
NIOSII_de2\niosII_DE2\cpu_0_ociram_default_contents.mif (5878, 2010-01-19)
NIOSII_de2\niosII_DE2\cpu_0_rf_ram_a.mif (600, 2010-01-19)
NIOSII_de2\niosII_DE2\cpu_0_rf_ram_b.mif (600, 2010-01-19)
NIOSII_de2\niosII_DE2\cpu_0_test_bench.v (36915, 2010-01-19)
NIOSII_de2\niosII_DE2\db\altsyncram_4be1.tdf (39940, 2010-01-13)
NIOSII_de2\niosII_DE2\db\altsyncram_5be1.tdf (39940, 2010-01-13)
NIOSII_de2\niosII_DE2\db\altsyncram_5ie1.tdf (23296, 2010-01-19)
NIOSII_de2\niosII_DE2\db\altsyncram_6sk1.tdf (40511, 2010-01-13)
NIOSII_de2\niosII_DE2\db\altsyncram_9tl1.tdf (12799, 2010-01-13)
NIOSII_de2\niosII_DE2\db\altsyncram_c572.tdf (45629, 2010-01-13)
NIOSII_de2\niosII_DE2\db\altsyncram_e502.tdf (44915, 2010-01-13)
NIOSII_de2\niosII_DE2\db\altsyncram_g0c1.tdf (79396, 2010-01-13)
NIOSII_de2\niosII_DE2\db\altsyncram_i0c1.tdf (104427, 2010-01-13)
NIOSII_de2\niosII_DE2\db\altsyncram_kvb1.tdf (79465, 2010-01-13)
NIOSII_de2\niosII_DE2\db\altsyncram_ovb1.tdf (79396, 2010-01-13)
NIOSII_de2\niosII_DE2\db\altsyncram_uob1.tdf (2728, 2010-01-13)
NIOSII_de2\niosII_DE2\db\altsyncram_vhe1.tdf (19954, 2010-01-13)
NIOSII_de2\niosII_DE2\db\a_dpfifo_8t21.tdf (3327, 2010-01-13)
NIOSII_de2\niosII_DE2\db\a_fefifo_7cf.tdf (3938, 2010-01-13)
NIOSII_de2\niosII_DE2\db\cntr_fjb.tdf (3488, 2010-01-13)
NIOSII_de2\niosII_DE2\db\cntr_rj7.tdf (3466, 2010-01-13)
NIOSII_de2\niosII_DE2\db\decode_3oa.tdf (2269, 2010-01-13)
NIOSII_de2\niosII_DE2\db\decode_4oa.tdf (2289, 2010-01-13)
NIOSII_de2\niosII_DE2\db\decode_aoi.tdf (3471, 2010-01-13)
NIOSII_de2\niosII_DE2\db\ded_mult_2o81.tdf (3205, 2010-01-13)
NIOSII_de2\niosII_DE2\db\dffpipe_93c.tdf (1313, 2010-01-13)
NIOSII_de2\niosII_DE2\db\dpram_5h21.tdf (2388, 2010-01-13)
NIOSII_de2\niosII_DE2\db\mult_add_4cr2.tdf (3036, 2010-01-13)
NIOSII_de2\niosII_DE2\db\mult_add_6cr2.tdf (3025, 2010-01-13)
NIOSII_de2\niosII_DE2\db\mux_0kb.tdf (1592, 2010-01-13)
NIOSII_de2\niosII_DE2\db\mux_1kb.tdf (14038, 2010-01-13)
NIOSII_de2\niosII_DE2\db\niosii_rtos.(0).cnf.cdb (2676, 2010-01-19)
... ...

/****************************************************************************** * README.TXT for count_binary software example. * * Project Contents * **************** * README.TXT This file. * count_binary.c The main C code. * count_binary.h C Header file containing various includes and LCD * convenience definitions. ****************************************************************************** * Description * ************* * A simple program which, using an 8 bit variable, counts from 0 to ff, * repeatedly. Output of this variable is displayed on the LEDs, the Seven * Segment Display, and the LCD. The four "buttons" (SW0-SW3) are used * to control output to these devices in the following manner: * Button1 (SW0) => LED is "counting" * Button2 (SW1) => Seven Segment is "counting" * Button3 (SW2) => LCD is "counting" * Button4 (SW3) => All of the peripherals are "counting". * * Upon completion of "counting", there is a short waiting period during * which button/switch presses will be identified on STDOUT. * NOTE: These buttons have not been de-bounced, so one button press may * cause multiple notifications to STDOUT. ****************************************************************************** * Requirements * ************** * This program requires the following devices to be configured: * an LED PIO named 'led_pio', * a Seven Segment Display PIO named 'seven_seg_pio', * an LCD Display named 'lcd_display', * a Button PIO named 'button_pio', * a UART (JTAG or standard serial) ****************************************************************************** * * Peripherals Exercised by SW * ***************************** * LEDs * Seven Segment Display * LCD * Buttons (SW0-SW3) * UART (JTAG or serial) ****************************************************************************** ** NOTE: For additional information, please see the top of count_binary.c. ** ** Behavior will be different on the 1C12 board, due to its of ** ** peripherals. ** ****************************************************************************** */

近期下载者

相关文件


收藏者