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

⚠️ simplify XBUS gateway #876

Merged
merged 12 commits into from
Apr 16, 2024
Merged

⚠️ simplify XBUS gateway #876

merged 12 commits into from
Apr 16, 2024

Conversation

stnolting
Copy link
Owner

  • ⚠️ remove Wishbone protocol configuration generic XBUS_PIPE_MODE; the XBUS gateway will now always use the "pipelined" Wishbone protocol which seems to be more intuitive; however, classic-mode devices can still be connected by using xbus.cyc also as the device's strobe signal (stb)
  • ⚠️ remove individual register stage-controlling generics XBUS_ASYNC_RX and XBUS_ASYNC_TX; replaced by new generic XBUS_REGSTAGE_EN that will either add no register stages (when false) or incoming & outgoing register stages (when true)

@stnolting stnolting added HW Hardware-related cleanup Clean-up the codebase labels Apr 15, 2024
@stnolting stnolting self-assigned this Apr 15, 2024
@stnolting stnolting marked this pull request as ready for review April 16, 2024 15:25
@stnolting stnolting merged commit 229b8f1 into main Apr 16, 2024
10 checks passed
@stnolting stnolting deleted the xbus_cleanup branch April 16, 2024 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Clean-up the codebase HW Hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant