From 24fed4f5df5b5e35e54f2de00fe53478ba4590e8 Mon Sep 17 00:00:00 2001 From: Avimitin Date: Tue, 9 Apr 2024 16:40:29 +0800 Subject: [PATCH] [release] update document Signed-off-by: Avimitin --- nix/t1/release/doc.typ | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nix/t1/release/doc.typ b/nix/t1/release/doc.typ index 1bf872379b..1b721c5819 100644 --- a/nix/t1/release/doc.typ +++ b/nix/t1/release/doc.typ @@ -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