drtio crc fix #153
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#153
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "mwojcik/artiq-zynq:drtio_checksum_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?
Related to: https://github.com/m-labs/artiq/pull/1786
Recent changes also got rid of the need to swap bytes within 4-byte words. This allowed to simplify some of the code; while receiving is now identical to mainline (copy-less, straight up ready to be parsed), work buffer is still necessary for transmitting for reasons listed in the comment (unaligned writes, AXI burst not yet implemented). Still, wider (32-bit) writes are used and that also should give a slight performance boost compared to before.
Tested on ZC706 (master) and Kasli (satellite).