diff options
author | Bobby R. Bruce <bbruce@ucdavis.edu> | 2020-01-16 23:48:12 -0800 |
---|---|---|
committer | Jason Lowe-Power <jason@lowepower.com> | 2020-01-29 16:17:32 +0000 |
commit | 994c72948e32a6ee1052c1c2948b2a230b031ec8 (patch) | |
tree | de0b9789f802a9a6e3944726337cec1d927be2ca /util | |
parent | e1219b26f446d12cb3eca59af37fb9a5fa74f299 (diff) | |
download | gem5-994c72948e32a6ee1052c1c2948b2a230b031ec8.tar.xz |
misc: Updated old gem5 website URLs with new gem5 website URLs
Jira: https://gem5.atlassian.net/browse/GEM5-272
Change-Id: Ieadb6dd7a44dde4b0be647c91896551822b06a57
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24503
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'util')
-rwxr-xr-x | util/streamline/m5stats2streamline.py | 3 | ||||
-rw-r--r-- | util/tlm/README | 2 | ||||
-rw-r--r-- | util/vi/vimrc | 2 |
3 files changed, 2 insertions, 5 deletions
diff --git a/util/streamline/m5stats2streamline.py b/util/streamline/m5stats2streamline.py index 98aa1a861..eef3f8053 100755 --- a/util/streamline/m5stats2streamline.py +++ b/util/streamline/m5stats2streamline.py @@ -41,7 +41,6 @@ # This script converts gem5 output to ARM DS-5 Streamline .apc project file # (Requires the gem5 runs to be run with ContextSwitchStatsDump enabled and # some patches applied to target Linux kernel.) -# Visit http://www.gem5.org/Streamline for more details. # # Usage: # m5stats2streamline.py <stat_config.ini> <gem5 run folder> <dest .apc folder> @@ -76,8 +75,6 @@ parser = argparse.ArgumentParser( (NOTE: Requires gem5 runs to be run with ContextSwitchStatsDump enabled and some patches applied to the target Linux kernel.) - Visit http://www.gem5.org/Streamline for more details. - APC project generation based on Gator v17 (DS-5 v5.17) Subsequent versions should be backward compatible """) diff --git a/util/tlm/README b/util/tlm/README index 69fda0b89..9a2d57bc7 100644 --- a/util/tlm/README +++ b/util/tlm/README @@ -172,7 +172,7 @@ VI. Elastic Trace Setup Elastic traces can also be replayed into the SystemC world. For more information on elastic traces please refer to: - - http://www.gem5.org/TraceCPU + - http://www.gem5.org/documentation/general_docs/cpu_models/TraceCPU - Exploring System Performance using Elastic Traces: Fast, Accurate and Portable diff --git a/util/vi/vimrc b/util/vi/vimrc index b8cf4d635..29d181903 100644 --- a/util/vi/vimrc +++ b/util/vi/vimrc @@ -37,7 +37,7 @@ " this vimrc file helps users follow the gem5 style guide see: -" www.gem5.org/Coding_Style +" www.gem5.org/documentation/general_docs/development/coding_style " it highlights extraneaous whitespace and tabs (so you can easily remove " them), sets column length to a max of 78 characters, expands tabs, and sets " a tab width of 4 spaces. |