Skip to content

Releases: hankshyu/TaskScheduler

0.2.0

14 Sep 14:45
a41c796
Compare
Choose a tag to compare

Merge Pull Requests from Eric-Chun-Yu

  • Contributors now upload sperate files under their contirbution!
    new uploads: FCFS.v/ SRJF.v
  • Other files unchanged

0.1.0

14 Sep 12:13
77d7d68
Compare
Choose a tag to compare

This is the initial release under the MIT License

There are 4 task scheduling algorithms:

  • Design sources:
  1. FCFS: contribution by Tzu-Han Hsu and Eric-Chun-Yu
  2. Round Robin : contribution by Tzu-Han Hsu
  3. Sortest Job First: contribution by Tzu-Han Hsu
  4. Shortest Remaining Job First: contribution by Tzu-Han Hsu and Eric-Chun-Yu
  • Testbench:
    t_Scheduler: Design by Tzu-Han Hsu and carry the testing processes.

Special thanks to Professor Jean Jyh-Jiun Shann from NYCU, she is the lecturer of the class Digital System Design which this is our final project.