lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 91889d5 was 4e71a15b, checked in by Jakub Jermar <jakub@…>, 10 years ago |
Add a script for building gem5 from scratch
Gem5 is an open-source simulator capable of simulating a full system
with the UltraSPARC T1 processor using the firmware binaries from the
OpenSPARC project.
|
-
Property mode
set to
100644
|
File size:
512 bytes
|
Rev | Line | |
---|
[4e71a15b] | 1 | diff -r d1f8610cdffd configs/example/fs.py
|
---|
| 2 | --- a/configs/example/fs.py Fri Jan 15 11:30:13 2016 +0000
|
---|
| 3 | +++ b/configs/example/fs.py Sun Jan 17 19:11:50 2016 +0100
|
---|
| 4 | @@ -123,6 +123,9 @@
|
---|
| 5 | voltage_domain =
|
---|
| 6 | test_sys.cpu_voltage_domain)
|
---|
| 7 |
|
---|
| 8 | + if options.disk_image is not None:
|
---|
| 9 | + test_sys.disk0.childImage(disk(options.disk_image))
|
---|
| 10 | +
|
---|
| 11 | if options.kernel is not None:
|
---|
| 12 | test_sys.kernel = binary(options.kernel)
|
---|
| 13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.