Skip to content

RCG: send IPC data on cycle clock_div - 1

Erik von Reis requested to merge erik.vonreis/advligorts:ipc_cycle_shift into master

Previously IPCs were sent on model cycle 0 of each IPC cycle, but we can minimize latency between sender and receiver by setting at (clock_div - 1).

This only effects systems with clock_div > 1, which is essentially just the 524k senders with clock_div of 8.

Merge request reports