Skip to content

Issue #322: Bus Slicetime has wrong configuration, and remove terminated status and blank lines when using -help, -helpserver, -helpcomamnd

Le Van Truong requested to merge revert-883077ef into master

Hello Prof, in this commit I have done:

  • Replace default bus sliding time of 5 by the value in Bus configuration window (according to the master clock and the clock divider of the component).
  • Add tests for this issue with many scenarios (Round Robin, Round Robin with Priority, Preempted and not Preempted)
  • Make "Terminated" status not printed when using -help, -helpserver or -helpcommand; remove redundant blank lines.

Merge request reports