📄 readme
字号:
SimIt-ARM 3.0 currently contains a functional simulator for theARM v5 architecture. It supports both user-level simulation andsystem-level simulation. To install, untar the source bytar xzvf SimIt-ARM-3.0.tar.gzcd SimIt-ARM-3.0then, pick an installation director <prefix>. The default <prefix> is the build/directory under the SimIt-ARM-3.0 directory./configure --prefix=<prefix> ( or simply ./configure )makemake installThe <prefix>/bin directory will contain 1 file: ema - ARM instruction set simulatorAfter installation, suppose that you are still underthe SimIt-ARM-3.0 directory, you can test the simulator by doingthe following:cd test<prefix>/bin/ema wc ../configurewc is the UNIX utility word count. The above command interprets thecross-compiled wc program to count the words in the configure file.You can also test system-level simulation by doing the following:<prefix>/bin/ema -s sa1100.cfgThe above program will boot the "vmlinux" image, a Linux 2.4.19 kernelconfigured for the SA1100 processor. The configuration file "sa1100.cfg"specifies some architecture information of the system to simulate.The file and the related binary images can be downloaded from Simit-ARMwebsite.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -