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

Add an SPD proxy mux #294

Merged
merged 1 commit into from
Feb 21, 2025
Merged

Add an SPD proxy mux #294

merged 1 commit into from
Feb 21, 2025

Conversation

Aaron-Hartwig
Copy link
Collaborator

This commit adds the spd_proxy_top block whose intention is to house an I2C controller which will attempt to utilize the DIMM bus while a CPU is not using it. When the CPU begins using the bus the internal controller will wrap up what it is doing as quickly as possible and we will attempt to gracefully hand the bus over the CPU in a way that doesn't cause problems.

-- Wait out tbuf to ensure STOP/START spacing
when WAIT_TBUF =>
if sm_count_done then
v := SM_REG_RESET;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For context as to why I moved WAIT_TBUF to be after the STOP states: since we indicate controller business by "if I'm not in IDLE", this keeps the controller from advertising it is ready for another transaction until it can actually execute that transaction. Behavior today is that it will accept the new transaction but then wait for TBUF anyway.

Copy link
Collaborator

@nathanaelhuffman nathanaelhuffman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all seems reasonable

@Aaron-Hartwig Aaron-Hartwig merged commit 2223895 into main Feb 21, 2025
8 checks passed
@Aaron-Hartwig Aaron-Hartwig deleted the aaron/spd-mux branch February 21, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants