/SystemC-assignments

Primary LanguageCApache License 2.0Apache-2.0

SystemC-assignments

Contains the model of a real-time operating system (RTOS) scheduler that schedule the JPEG encoder algorithm. Perform in a embedded system modeling course at Concordia University (Montreal).

  • Implement a fixed priority and a round-robin based scheduling algorithms.
  • The software implementation was done in C/C++ using the SystemC library.