-
The downloaded directory has two sub-directory:
- main_debug
- main_test
-
You should start with the
main.S
in main_debug directory. The task is to implement merge in the main.S. RunMake
to generate a riscv file andspike -d <filename>
to debug your program. For more debugging info, check out lab pages. -
To check for more test cases and if your program(main.S) will work in online judge, you can
cd main_test
, (optionally modify array in main.c), runMake
, andspike merge.riscv
to see the results.
蕭瑤
authored
Name | Last commit | Last update |
---|---|---|
main_debug | ||
main_test | ||
README.md |