summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/streamline/m5stats2streamline.py3
-rw-r--r--util/tlm/README2
-rw-r--r--util/vi/vimrc2
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.