README (1850:1c0eeb0dae9b) | README (1851:c486924ed90e) |
---|---|
1This is release m5_1.1 of the M5 simulator. 2 3This file contains brief "getting started" information and release 4notes. For more information, see http://m5.eecs.umich.edu. If you 5have questions, please send mail to m5sim-users@lists.sourceforge.net. 6 7WHAT'S INCLUDED (AND NOT) 8------------------------- --- 51 unchanged lines hidden (view full) --- 60make) to run N jobs in parallel. 61 62To build and test the syscall-emulation simulator: 63 641. In $top/m5/build, run "scons ALPHA_SE/m5.opt". 652. In $top/m5-test, run "./do-tests.pl -B ALPHA_SE". 66 67The tests should end with "finished do-tests successfully!" | 1This is release m5_1.1 of the M5 simulator. 2 3This file contains brief "getting started" information and release 4notes. For more information, see http://m5.eecs.umich.edu. If you 5have questions, please send mail to m5sim-users@lists.sourceforge.net. 6 7WHAT'S INCLUDED (AND NOT) 8------------------------- --- 51 unchanged lines hidden (view full) --- 60make) to run N jobs in parallel. 61 62To build and test the syscall-emulation simulator: 63 641. In $top/m5/build, run "scons ALPHA_SE/m5.opt". 652. In $top/m5-test, run "./do-tests.pl -B ALPHA_SE". 66 67The tests should end with "finished do-tests successfully!" |
68Note: if you're running under Cygwin several tests will fail with an 69"EIO icount mismatch". This is due to the lack of fesetround() under 70Cygwin causing differences in floating-point rounding. | 68Note: if you're running under Cygwin, several tests will fail with an 69"EIO trace inconsistency: ICNT mismatch" error. This is due to the 70lack of fesetround() under Cygwin causing differences in floating-point 71rounding. Other than that discrepancy your simulator is working perfectly. |
71 72To build and test the full-system simualator: 73 741. Download the full-system binary package from XXX. This package includes 75 disk images and kernel, palcode, and console binaries for Linux and FreeBSD. 762. Edit SYSTEMDIR in $top/m5-test/SysPaths.py to point to your local copy 77 of the binaries. 783. In $top/m5/build, run "scons ALPHA_FS/m5.opt". 794. In $top/m5-test, run "./do-tests.pl -B ALPHA_FS". 80 | 72 73To build and test the full-system simualator: 74 751. Download the full-system binary package from XXX. This package includes 76 disk images and kernel, palcode, and console binaries for Linux and FreeBSD. 772. Edit SYSTEMDIR in $top/m5-test/SysPaths.py to point to your local copy 78 of the binaries. 793. In $top/m5/build, run "scons ALPHA_FS/m5.opt". 804. In $top/m5-test, run "./do-tests.pl -B ALPHA_FS". 81 |