Skip to content

Diebbo/so-mriscv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dbdbbd3 · Sep 14, 2024
Aug 29, 2024
Sep 14, 2024
Apr 19, 2024
Sep 14, 2024
Sep 14, 2024
Aug 29, 2024
Mar 6, 2024
Mar 6, 2024
Apr 25, 2024
Dec 7, 2023
Sep 14, 2024
Sep 14, 2024
Aug 29, 2024
Sep 14, 2024
Nov 15, 2023
Aug 29, 2024

Repository files navigation

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