Skip to content

Commit

Permalink
Add submission script for hw2
Browse files Browse the repository at this point in the history
  • Loading branch information
minseongg committed Sep 5, 2024
1 parent 68f06e6 commit 5da3c5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ riscv-sodor*
tmp*
.bsp/
.scala-build/

hw2.zip
7 changes: 7 additions & 0 deletions scripts/make_submission.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

# Clears the previous submissions.
rm -rf hw2.zip

# Creates new submissions.
zip hw2.zip -j hazardflow-designs/src/cpu/fetch.rs hazardflow-designs/src/cpu/decode.rs hazardflow-designs/src/cpu/exe.rs hazardflow-designs/src/cpu/branch_predictor/bht.rs hazardflow-designs/src/cpu/branch_predictor/btb.rs

0 comments on commit 5da3c5c

Please sign in to comment.