Cross-CPU scheduling
# Summary Cross-CPU scheduling in multi-core architectures should not occur as it is currently. # Steps to reproduce - Open the attached file [BugTraceDisplaying.xml](/uploads/759e4379b0bf463045c1230548b86399/BugTraceDisplaying.xml) - Simulate - Open the simulation trace with the timeline view. ![Screen_Shot_2021-01-20_at_14.43.15](/uploads/05c23b18ad3a57c4cfe47740a42de8ba/Screen_Shot_2021-01-20_at_14.43.15.png) This view shows that cross-scheduling core is performed when it should not. # What is the expected correct behavior? The two tasks should not change of core.
issue