Skip to content

Commit

Permalink
[release] update document
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Apr 9, 2024
1 parent f7e21be commit 3b37990
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nix/t1/release/doc.typ
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ docker pull ghcr.io/chipsalliance/t1:latest
docker run --name t1 -it -v $PWD:/workspace --rm t1/release:latest /bin/bash
```

> It is recommended to build ELF outside of the docker image and bind mount the ELF location into the image.

== What is inside

+ IP emulator: `/bin/ip-emulator`
+ Softmax/Linear Normalization/Matmul test cases: `/workspace/cases`
+ RISCV 32 LLVM ToolChain
+ Softmax & Linear Normalization & Matmul test cases: `/workspace/cases`

== How to run workload using IP emulator
== How to run some workload using IP emulator

```bash
# There are three cases under the /workspace/cases directory
Expand Down

0 comments on commit 3b37990

Please sign in to comment.