Download List

项目描述

SWARM is a software model of the basic ARM processor in C++. Rather than a simple emulator, SWARM attempts to simulate the behaviour of the ARM's datapath. It also provides a model of the memory/cache/registers hierarchy for algorithm analysis.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-09-27 15:15
0.61

LCD控制器,UART和已被添加到处理器。一个简单的interractive调试器也被加入,以及更现实的缓存。群震源现在有足够的功能来运行的uCLinux操作系统的版本。
标签: Major feature enhancements
UART and LCD controllers have been added to the processor. A simple interractive debugger was also added, as well as a more realistic cache. SWARM now has sufficient functionality to run a version of uCLinux.

2001-03-08 22:28
0.55

在缺陷快速乘法指令和携带国旗是固定的。
标签: Minor bugfixes
Bugs in fast multiply instructions and in the carry flag were fixed.

2001-01-30 15:14
0.51

快速繁殖找到了ARM 7M条以上的指令,并增加了。测试应用程序的libc的实施已经扩大。
The fast multiply instructions found in the ARM 7M and above have been added. The libc implementation for test apps has been extended.

2001-01-30 15:14
0.46

为协处理器支持得到改善。错误修正了对方式的转变。
Support for coprocessors was improved. Bug fixes were made to mode changes.

2001-01-30 15:14
0.44

操作系统定时器,中断控制器和内存映射的设备被添加到处理器模型。模式改变了清理,并测试应用程序运行时库是固定的模式,以更好的反映。
An OS timer, an interrupt controller, and memory mapped devices were added to the processor model. Mode changing was cleaned up, and the test app run-time library was fixed to reflect modes better.

Project Resources