搜索资源列表
xsoc-beta-093
- This free cpu-ip! use verilog
DM642-TCP.IP
- 高性能600MHz的TMS320DM642是可编程的数字多媒体处理器,为了了解其对于多媒体数据通信的支持,本文针对DSP芯片上的网络开发工具NDK进行了研究,测试了其在UDP传输过程中的CPU效率,对其在不同传输速率和二级缓存大小的条件下的表现给出了比较。说明了DM642是一款很适用于多媒体通信的数字信号处理器
RISC_CPU
- RISC CPU IP CORE 可以用于直接的工程开发应用 有详细的说明书
risc cpu
- 一个很好的16位cpu ip内核,用quartus写的
pic10_verilog
- 用verilog实现了PIC10系列单片机的IP核,代码基本来自一篇国外的文章《A Microchip PIC-Compatible RISC CPU IP Core Design and Verilog Implementation》,对一部分进行了改进,主要包括对原文中有一些不可综合的@(posedge clk)语句的改写,使其能通过quartus的编译和综合,并且对跳转部分增加了比较多的注释,这篇文章写得非常好,感谢这篇文章的作者John Gulbrandsen先生,这篇文章让我学到了很多
freerisc8_11
- 一个基于VHDL 的简单8位CPU的IP core核心代码-VHDL based on a simple 8-bit CPU core code of the IP core
29becbce-7f76-454c-9f85-fb6138f83375
- cpu IP 核设计的verilong代码-cpu IP core design code verilong
8086IP
- 开源CPU软核8086的源码,波兰版Verilog源码-8086 soft-core CPU revenue source, the Polish version of Verilog source code
ClusterMonitor
- 一个多集群的监控系统,可根据文件中定义的入口IP地址获取其机器上的GANGLIA信息,监控其所在网格内所有集群信息和节点机的CPU、内存、硬盘、负载等信息。-More than one cluster of monitoring systems, can be defined in accordance with the entrance of the document to obtain its IP address Ganglia machine information, monitor t
cpu86
- CPU86 8086. IP core.
Performance
- 系统信息获取程序:可获得系统的属性、IP、磁盘占用率、CPU占用率-System information acquisition process: access to the properties of the system, IP, the occupancy rate of the disk, CPU occupancy rate, etc.
net_test
- 程序测试成功,让程序全速运行起来后,设置板子的ip地址为192.168.2.200 主机的ip地址为192.168.2.103 程序运行开始如下: ******************************************* * * * BP2008 BIOSV1.0 * * SOFTRON BEIJING INC. * * * ******************************************* Machine Number i
PIC10_RISC_Verilog
- The PIC10-compatible microcontroller core was implemented as part of a client project where a small PIC-compatible microprocessor IP Core was needed to be integrated into a CPLD or FPGA. This allowed extremely fast but yet simple firmware programming
20100104zhujixinxi
- VC++实现一键获取主机各种信息。包括IP,屏幕分辨率,cpu信息,系统版本信息等。-VC++ to achieve a key to access to host all kinds of information. Including IP, screen resolution, cpu information, system version information.
AN-Microchip-PIC32-uCOS-II-TCP-IP
- uC/OS-II and uC/TCP-IP for the Microchip PIC32 CPU (on the Explorer 16 Evaluation Board)
AN-Microchip-PIC32-uCOS-II-TCP-IP-QS
- uC/OS-II and uC/TCP-IP for the Microchip PIC32 CPU (on the PIC32 Starter Kit)
IP-code(8051-cpu-jtag-vga_lcd-i2c)
- ip核源码,包含8051,cpu,jtag,vga_lcd,i2c,使用vhdl语言编写,-ip nuclear source, including 8051, cpu, jtag, vga_lcd, i2c, using vhdl language,
32bit-RISC-CPU-IP
- 使用Verilog语言实现的RISC精简指令集CPU IP核,该CPU具有32位数据宽度,5级流水线结构和指令预判和中断处理功能,适合Verilog语言深入学习者参考。-Using the Verilog language implementation of RISC Reduced Instruction Set CPU IP cores, the CPU has a 32-bit data width, 5-stage pipeline structure and instruction p
Intel8086-IP-core
- intel 8086 cpu IP core.
自己动手写CPU
- ? Code文件夹 提供了本书每一章涉及的OpenMIPS源代码、测试程序。 ? Tools文件夹 提供了GNU工具链的安装文件,以及一个小工具Bin2Mem.exe,该工具用来将二进制数文件转化为可以用于ModelSim仿真的格式。 ? Doc文件夹 提供了本书使用的一些IP核的说明手册,包括UART控制器、SDRAM控制器、GPIO模块等。还提供了FPGA开发平台DE2的说明手册。(Code folder Provides the OpenMIPS source code and