Git Product home page Git Product logo

ntuee_computer_architecture_23fall_final_project's Introduction

Computer Architecture 23Fall Final Project

author : B10901176 蔡弘祥, B10901163 張顥譽

Before running

cd 01_RTL/
source 00_license.sh

How To Run

source 01_run.sh I[k]
k instruction
0 leaf
1 fact
2 hw1
3 sort
Example
source 01_run.sh I0
# CPU will execute "leaf"

How To Clean files

source ./01_RTL/99_clean_up.sh

Results

k instruction without cache with cache
0 leaf 77 79
1 fact 440 375
2 hw1 400 376
3 sort 1324 561

Some Github Commands

  • Remember to save and git add, git commit before downloading
  1. upload
git add .
git commit -m "your comments"
git push
  1. download
git fetch origin <branchName>
git checkout main
git merge origin/<branchName>
  1. new branch
git checkout -b <branchName>
  1. switch branch
git checkout <branchName>
  1. delete a local branch
git branch -D <branchName>
  1. delete a remote branch
git push origin --delete <remoteBranchName>
  1. merge branch
git checkout main
git merge <branchName>

ntuee_computer_architecture_23fall_final_project's People

Contributors

shawntsai0312 avatar chyhoward avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.