We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b37d2 commit cf3cad5Copy full SHA for cf3cad5
README.md
@@ -64,9 +64,11 @@ Under the risc-v toolchain,
64
65
`spike -d pk <object Filename>` with degub command as `until pc 0 <pc of your choice>`
66
67
- To install complete risc-v toolchain locally,
+ To install complete risc-v toolchain locally on linux machine,
68
1. [RISC-V GNU Toolchain](http://hdlexpress.com/RisKy1/How2/toolchain/toolchain.html)
69
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.
72
73
Test Case for the above commands [(Summation of 1 to 9)](codes/sum1ton.c),
74
0 commit comments