You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which riscv64-unknown-elf-gcc #verify compiler is in your path
206
207
```
207
208
Exit the conda environment, if enabled, before compiling Spike-STF.
208
209
```
@@ -221,14 +222,14 @@ The regress target executes the [riscv-tests](https://github.com/riscv-software-
221
222
The compiler is a prebuilt RISC-V cross compiler from [Embecosm](https://embecosm.com/).
222
223
223
224
There is detailed information in the Spike-STF repo,
224
-
[README_FORK.mk](https://github.com/jeffnye-gh/cpm.riscv-isa-sim/blob/spike_stf/README_FORK.md) and [USAGE.md](https://github.com/jeffnye-gh/cpm.riscv-isa-sim/blob/spike_stf/USAGE.md).
225
+
[README_FORK.mk](https://github.com/condorcomputing/condor.riscv-isa-sim/blob/spike_stf/README_FORK.md) and [USAGE.md](https://github.com/condorcomputing/condor.riscv-isa-sim/blob/spike_stf/USAGE.md).
225
226
226
227
### Generating the Baremetal Dhrystone Traces
227
228
228
229
When Spike-STF is initially configured the dhrystone ELFs are created. If they need to be re-created:
229
230
230
231
```bash
231
-
cd riscv-perf-model/traces/cpm.riscv-isa-sim
232
+
cd riscv-perf-model/traces/condor.riscv-isa-sim
232
233
make -C dhrystone
233
234
```
234
235
@@ -237,12 +238,12 @@ optimization running 1000 iterations. The source code has been modified to
237
238
add the trace macros and to allow simplified execution under baremetal with
238
239
limited syscall support.
239
240
240
-
A discussion of the 3 optimization levels is available in [USAGE.md](https://github.com/jeffnye-gh/cpm.riscv-isa-sim/blob/spike_stf/USAGE.md#dhrystone-optimization-discussion).
241
+
A discussion of the 3 optimization levels is available in [USAGE.md](https://github.com/condorcomputing/condor.riscv-isa-sim/blob/spike_stf/USAGE.md#dhrystone-optimization-discussion).
For other use cases, check the USAGE.md file in the Spike-STF repo for
406
407
instructions on how to use initd to automate linux based trace generation.
407
408
408
-
See [Automating Linux Tracing with INIT.d](https://github.com/jeffnye-gh/cpm.riscv-isa-sim/blob/spike_stf/USAGE.md#Automating-linux-tracing-with-initd)
409
+
See [Automating Linux Tracing with INIT.d](https://github.com/condorcomputing/condor.riscv-isa-sim/blob/spike_stf/USAGE.md#automating-linux-tracing-with-initd)
0 commit comments