Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SLINK] add AXI-stream-compatible "tlast" signals #815

Merged
merged 9 commits into from
Feb 20, 2024
Merged

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Feb 19, 2024

Add native hardware support for the AXI-stream-compatible tlast signals that are used to identify the last data word of a stream.

Add new top signals:

  slink_rx_lst_i : in  std_ulogic := 'L'; -- last element of stream
  slink_tx_lst_o : out std_ulogic; -- last element of stream

⚠️ Reworked SLINK low-level driver / HAL. The SLINK module now uses four memory-mapped interface registers for control and data transfers. See the updated documentation.

ℹ️ The updated HAL is fully backwards-compatible.

🚀 Discussed in #795; triggered by @Giorgio122.

@stnolting stnolting added enhancement New feature or request HW hardware-related labels Feb 19, 2024
@stnolting stnolting self-assigned this Feb 19, 2024
@stnolting stnolting marked this pull request as ready for review February 19, 2024 21:18
@stnolting stnolting merged commit 20cc8f0 into main Feb 20, 2024
8 checks passed
@stnolting stnolting deleted the slink_tlast branch February 20, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant