Master sends EchoReply for unknown reasons #344

Open
opened 2024-11-29 15:52:38 +08:00 by mwojcik · 4 comments
Owner

#322 seemed to touch on the topic before, but it was a different issue causing the timeouts with 2 satellites.

As described in https://forum.m-labs.hk/d/775-destn-communication-failed-timed-out-with-artiq8-zynq

Reproduced with Kasli-SoC master and both 2.0 and SoC satellite by @srenblad

Happens exactly with self.core.wait_until_mu(now_mu()) running.

Since that is a loop that is constantly reading the RTIO counter from CSR, it seems like there may be a conflict and data on the AXI/CSR bus may be incorrect, when read/written by two cores at the same time.

#322 seemed to touch on the topic before, but it was a different issue causing the timeouts with 2 satellites. As described in https://forum.m-labs.hk/d/775-destn-communication-failed-timed-out-with-artiq8-zynq Reproduced with Kasli-SoC master and both 2.0 and SoC satellite by @srenblad Happens exactly with ``self.core.wait_until_mu(now_mu())`` running. Since that is a loop that is constantly reading the RTIO counter from CSR, it seems like there may be a conflict and data on the AXI/CSR bus may be incorrect, when read/written by two cores at the same time.
Contributor

Not relevant for configs with Kasli v2 as master.

Not relevant for configs with Kasli v2 as master.
Owner

If it's AXI data corruption it can produce a bunch of problems on every variant, just more subtle ones.

If it's AXI data corruption it can produce a bunch of problems on every variant, just more subtle ones.
Owner
See also https://forum.m-labs.hk/d/854-drtio-link-issue-after-gateware-update
sb10q closed this issue 2024-12-11 12:09:28 +08:00
Owner

We should figure out what is actually going on.

We should figure out what is actually going on.
sb10q reopened this issue 2024-12-11 12:09:39 +08:00
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/artiq-zynq#344
No description provided.