Skip to content

Commit cf3cad5

Browse files
Update README.md
1 parent d2b37d2 commit cf3cad5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ Under the risc-v toolchain,
6464

6565
`spike -d pk <object Filename>` with degub command as `until pc 0 <pc of your choice>`
6666

67-
To install complete risc-v toolchain locally,
67+
To install complete risc-v toolchain locally on linux machine,
6868
1. [RISC-V GNU Toolchain](http://hdlexpress.com/RisKy1/How2/toolchain/toolchain.html)
6969
2. [RISC-V ISA SImulator - Spike](https://github.com/kunalg123/riscv_workshop_collaterals)
70+
71+
Once done with installation add the PATH to .bashrc file for future use.
7072

7173
Test Case for the above commands [(Summation of 1 to 9)](codes/sum1ton.c),
7274

0 commit comments

Comments
 (0)