Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
kathlenemagnus committed Nov 14, 2024
1 parent 3aeb4d4 commit 249c70d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Download and build the [Sparta](https://github.com/sparcians/map) framework. Fol
conda activate sparta
mkdir release
cd release
CC=clang CXX=clang++ cmake .. -DCMAKE_BUILD_TYPE=Release
cmake .. -DCMAKE_BUILD_TYPE=Release
make
```

Expand All @@ -18,6 +18,15 @@ make
make regress
```

## Validate

Atlas provides a helper script for running the RISC-V architecture unit tests from [riscv-software-src/riscv-tests](https://github.com/riscv-software-src/riscv-tests) Follow the directions on the [riscv-software-src/riscv-tests README](https://github.com/riscv-software-src/riscv-tests#readme) to build the tests.

From the `sim` subdirectory of your build directory, run the following Python script to run the RV64 tests:
```
../../scripts/RunRiscVArchTest.py rv64 $RISCV_TESTS_PATH/isa/
```

## Debug

To build Atlas for debugging, Debug and FastDebug build types are available.
Expand Down

0 comments on commit 249c70d

Please sign in to comment.