drtio: reading still needs work buffer after all #154
No reviewers
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/artiq-zynq#154
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "mwojcik/artiq-zynq:drtio_sat_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Satellite was hanging after receiving first 40-byte packet that had the routing table data. Investigation showed it was because of axi burst reads (not yet implemented, of course) - they didn't happen on master because the packets received were small enough to get by. Temporary solution is of course to bring back the work buffer, and also change that one to use 16-bit reads/writes instead of 32-bit not to trigger any bursts.
Also noticed in zc706 satellite that the siphaser had "ultrascale" set as False, copied straight from kc705 - but that's not true here. Shouldn't change much.