Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 869 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 869 Bytes

SussySO

Diego Barbieri, Alex Rossi, Giuseppe Iannone, Vittorio Massimiliano Incerti

Installazione

  • seguire gli step per compilare uriscv
  • lanciare il comando seguente

Test

make
uriscv-cli --config ./config_machine.json --gdb

debug

make clean && make && uriscv-cli --config ./config_machine.json --gdb

Submit

  1. zip the source with tar
  2. submit the tar file with rsync
  3. 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 [email protected]:/home/students/LABSO/2024/submit_phase3.final/lso24az1
ssh [email protected]:/home/students/LABSO/2024/submit_phase3.final/lso24az1
sha1sum sussyso.tar.gz # check the hash