DE2_USB_APIDE2_USB_APIDE2_USB_APIDE2_USB_API
2021-11-22 20:56:48 1.5MB DE2_USB_APIDE2_USB_API
1
Altera Cyclone II系列FPGA开发板 DE2是一款很适合初学者进行FPGA学习的工具。板子扩展的资源很是丰富,所带光盘内部有较多开发例程供大家参考、学习。
2021-11-19 15:38:30 5.63MB Altera FPGA开发板
1
这个设计范例展示了如何使用DE2-115 开发板以及一个PS/2 键盘和扬声器,来实现多音电子键盘。
2021-11-16 20:57:57 258KB DE2-115
1
Bmp To Mif 转换器 // (karimov 2005) // This program was originnaly written by one of the ECE241 students to convert an image // supplied in a BMP file into an MIF file format for use with Quartus II. // // This program has recently been modified to work with the new VGA controller used with the DE2 // board. // // What to do: // 1. Create an image in Microsoft paint (or other program). The image must be 160 pixels wide, 120 pixels high and // use 24-bits to represent colour information. // 2. Once you create the image you need, flip it up-side down. Then save the BMP file. (example: foo.bmp) // 3. Run this converter in command prompt using the name of the BMP file you created as a command-line parameter. // For example: // bmp2mif foo.bmp // 4. The program generates two files: // image.colour.mif - an MIF file with 3 bits colour information obtained from the BMP file you supplied // image.mono.mif - an MIF file containing 1 bit of colour for every pixel on the screen. The dot will either be // black or white. // You can change the file names once they are created, but they should still have the .mif extension. // // 5. Copy the proper MIF file to the directory where your design is located and include it in your project. // 6. Change the BACKGROUND_IMAGE parameter of the VgaAdapter to indicate your MIF file. // 7. The COLOR_CHANNEL_DEPTH parameter must be set to 1 to work with the image.colour.mif file. #include #include #define FLIP_INT(c) ((c >> 24) & 0x000000FF) | ((c & 0x00FF0000) >> 8) | ((c & 0x0000FF00) << 8) | ((c & 0x000000FF) <> 8) | ((c & 0x00FF) << 8) typedef struct s_header { unsigned short bfType; unsigned int bfSize; unsigned short reserved1; unsigned short reserved2; unsigned int offset; } t_bmp_header; typedef struct s_bmp_info { unsigned int biSize; unsigned int biWidth; unsigned int biHeight; unsigned short biPlanes; unsigned short biBitCount; unsigned in
2021-11-15 21:54:08 27KB DE2 FPGA Verilog BMP
1
有关DE2-115开发板的实例教程,找了很久才找到,希望对大家有用
2021-11-09 16:44:26 47.35MB DE2-115
1
用Verilog编程,在DE2-115上通过控制88E1111以RGMII的工作方式向PC机发送ARP测试包,可以用wireshark进行抓包分析
2021-10-20 13:44:57 640KB DE2-115 千兆网 RGMII 千兆网
1
altera-DE2-155簡體中文說明書
2021-09-29 10:20:03 10.74MB DE2-155
1
 随着芯片设计技术的快速发展,基于SoC的开发平台已成为IC设计业界的热点,对SoC应用设计平台需求越来越多,同时对其性能要求也越来越高。因此本文提出了一种基于LEON3的精简的,灵活的,高性能的硬件平台的搭建方案,通过介绍基于32位的开源LEON3处理器,并将其与其他开源处理器比较,讨论了LEON3在开源,配置灵活以及强大的功能等方面的优势,最后通过在LEON3平台运行流水灯程序,验证了平台的可行性,达到预期效果。
2021-09-27 21:13:53 1.01MB &nbsp;FPGA; LEON3; SoC; DE2-115
1
DE2-115开发板:目标芯片 Cyclone IV E EP4CE115F29C7;存储器:64MB x2 SDRAM、2MB SRAM、8MB Flash;通信端口:10/100/1000以太网口 x2、 USB 2.0时钟:50MHz x3 振荡器、SMA in/out Altera 串行配置芯片– EPC S64
2021-09-22 19:56:45 305KB DE2 115 F29 C7
1
De2-115实战宝典pdf+宝典代码 FPGA逻辑电路设计DE2-115实战宝典,pdf格式,加课程代码! 本资源来源于网络,如有侵权请通知删除!
2021-09-17 11:14:38 100.83MB FPGA
1