Skip to content

Commit 511193a

Browse files
updated docker documention warning
1 parent feaa5a8 commit 511193a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

traces/docker_stf_trace_gen/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Spike-STF trace generation
22

3-
> This workflow is still under development. For the most up-to-date instructions, refer to this [README](../README.md)
3+
> This workflow is still under development. For the most up-to-date instructions, refer to the [Generating Input for Olympia](https://github.com/riscv-software-src/riscv-perf-model/blob/master/traces/README.md) README
44
55
## Table of Contents
66

77
1. [Introduction](#introduction)
88
1. [Dependencies](#dependencies)
99
1. [Project Structure](#project-structure)
1010
1. [Usage](#usage)
11-
1. [Build the Docker Image](#build-the-docker-image)
12-
1. [Run STF Trace Generation](#run-stf-trace-generation)
11+
1. [Build the Docker Image](#build-the-docker-image)
12+
1. [Run STF Trace Generation](#run-stf-trace-generation)
1313

1414
## Introduction
1515

@@ -33,6 +33,7 @@ qemu-simpoint-dhrystone/
3333
## Usage
3434

3535
This workflow can be split into two sequential tasks:
36+
3637
- Build the Docker image
3738
- Generate STF traces using the Docker container
3839

@@ -55,4 +56,4 @@ docker run --rm \
5556
bash -c "
5657
echo '<REPLACE THIS ECHO COMMAND WITH SPIKE STF TRACE GENERATION COMMAND>' >> /output/EXAMPLE.zstf
5758
"
58-
```
59+
```

0 commit comments

Comments
 (0)