From a81334f505002e6e9f7867c80906059d1bd1d80b Mon Sep 17 00:00:00 2001 From: mwachs5 Date: Wed, 6 Apr 2016 14:10:04 -0700 Subject: [PATCH] Update README links to point to this repo --- groundtest/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groundtest/README.md b/groundtest/README.md index b5ca6042..9e78fac6 100644 --- a/groundtest/README.md +++ b/groundtest/README.md @@ -49,7 +49,7 @@ Putting the generator and the checker together, we can automatically search for ### Quick Reference -The [tracegen+check.sh](https://github.com/ucb-bar/rocket-chip/blob/master/scripts/tracegen%2Bcheck.sh) script (included in rocket-chip/scripts) provides an automated way to run a number of randomized tests. The number of tests, initial seed, and other parameters can be set via environment variables or the command line, see the script for more details. +The [tracegen+check.sh](https://github.com/ucb-bar/groundtest/blob/master/scripts/tracegen%2Bcheck.sh) script provides an automated way to run a number of randomized tests. The number of tests, initial seed, and other parameters can be set via environment variables or the command line, see the script for more details. The examples that follow assume that the `groundtest/scripts` directory is in your `PATH` and that `rocket-chip/emulator` is your @@ -118,7 +118,7 @@ Main points: We convert these traces to axe format using the -[toaxe.py](https://github.com/ucb-bar/rocket-chip/blob/master/scripts/tracegen%2Bcheck.sh) script available in rocket-chip/scripts. +[toaxe.py](https://github.com/ucb-bar/groundtest/blob/master/scripts/toaxe.py) script. ``` > tracegen.py ./emulator-Top-TraceGenConfig 1 | toaxe.py -