- seguire gli step per compilare uriscv
- lanciare il comando seguente
make
uriscv-cli --config ./config_machine.json --gdb
make clean && make && uriscv-cli --config ./config_machine.json --gdb
- zip the source with tar
- submit the tar file with rsync
- check the hash
make clean
tar -czvf sussyso.tar.gz phas1/ phas2/ phas3/ Makefile header/ AUTHOR.md config_machine.json README.md Documentation.pdf
sha1sum sussyso.tar.gz # check the hash
rsync -avz sussyso.tar.gz nome.cognome@marullo.cs.unibo.it:/home/students/LABSO/2024/submit_phase3.final/lso24az1
ssh nome.cognome@marullo.cs.unibo.it:/home/students/LABSO/2024/submit_phase3.final/lso24az1
sha1sum sussyso.tar.gz # check the hash