Compare commits

..

2 Commits

Author SHA1 Message Date
mwojcik 0dd834acf8 satman: support sub-subkernels, routing 2023-12-14 16:37:13 +08:00
mwojcik 525c9c7be3 master: drtioaux:
- support async flag
- source in packets
- rerouting packets
2023-12-14 16:37:13 +08:00
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,9 @@ pub mod drtio {
drtioaux_async::send(linkno, &Packet::SubkernelMessageAck { destination: source })
.await
.unwrap();
let mut countdown = timer.countdown();
// give the satellites some time to process
delay(&mut countdown, Milliseconds(10)).await;
}
// routable packets
Packet::DmaAddTraceRequest { destination, .. }