== Program Usage


Very basic Pipeline simulator, halt on ANY hazard

    bin/mipsim-pipeline -file prog

Enable Tomasulo dynamic scheduling algorithm

    bin/mipsim-pipeline -tomasulo -file prog

Enable Scoreboard dynamic scheduling algorithm

    bin/mipsim-pipeline -scoreboard -file prog


== Term Project Assignment
* "Project Assignment.ppt"

* Due on the end of June.

* The testing code segment (test input data) has to
  provide sufficient proof of program correctness.

* Source code needs to be delivered, with proper comments.

* Each part of requirement should be displayed briefly and clearly.

Cheers,
Kang-min Liu

