-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release] fix docker image builder #942
Conversation
206076a
to
a072727
Compare
How to use the docker image: Note Make sure machine have at least 4 usable cores. # change these variable to fit the needs.
config=blastoise
ip=t1emu
docker pull ghcr.io/chipsalliance/t1-${config}-${ip}:latest
docker run --name t1 -it --rm ghcr.io/chipsalliance/t1-${config}-${ip}:latest /bin/bash Inside docker shell, there are four sample source code in cd /workspace/intrinsic.linear_normalization
ls -al
t1-cc -T /workspace/share/t1.ld linear_normalization.c /workspace/share/main.S -o linear_normalization.elf
t1emu-verilated-simulator +t1_elf_file=linear_normalization.elf Command explain
riscv32-none-elf-clang -I/path/to/t1-runtime/include -L/path/to/t1-runtime/lib -mabi=ilp32f -march=rv32gc_zvl2048b_zve32f -mno-relax -static -mcmodel=medany -fvisibility=hidden -fno-PIC -g -O3 -frandom-seed=<random string>
|
Please cherry-pick #942 to see if the emulator issue has been resolved. |
Signed-off-by: Avimitin <[email protected]>
Signed-off-by: Avimitin <[email protected]>
Signed-off-by: Avimitin <[email protected]>
Signed-off-by: Avimitin <[email protected]>
Signed-off-by: Avimitin <[email protected]>
Fix t1rocketemu for verialtor.
No description provided.