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

⚠️ [rtl] rework SLINK module #377

Merged
merged 7 commits into from
Jul 31, 2022
Merged

⚠️ [rtl] rework SLINK module #377

merged 7 commits into from
Jul 31, 2022

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Jul 29, 2022

This PR is another rework of the the processor's Stream Link (SLINK) module, triggered by @betocool-prog (#376).

⚠️ The module's register addresses and register contents are modified and are not backwards compatible!

  • add dedicated RX_STATUS and TX_STATUS registers that expose all FIFO's status signals (empty, at least half full, full) and "last element" signals
  • add IRQ register to configure interrupt conditions per-link
  • RX interrupt options:
    • FIFO of link i becomes empty
    • FIFO of link i becomes at least half full
  • TX interrupt options:
    • FIFO of link i becomes empty
    • FIFO of link i becomes less than half full

@stnolting stnolting added enhancement New feature or request HW hardware-related SW software-related labels Jul 29, 2022
@stnolting stnolting self-assigned this Jul 29, 2022
@stnolting stnolting linked an issue Jul 29, 2022 that may be closed by this pull request
@stnolting stnolting marked this pull request as ready for review July 29, 2022 14:40
@stnolting stnolting merged commit f234dd5 into main Jul 31, 2022
@stnolting stnolting deleted the slink_irq_rework branch July 31, 2022 16:27
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 SW software-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[idea] extend SLINK interrupts
1 participant