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

⚠️ rename SPI & XIP module's top interface ports #504

Merged
merged 7 commits into from
Feb 24, 2023

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Feb 24, 2023

XIP module port renaming

  • xip_sdi_i ❌ -> xip_dat_i ✔️
  • xip_sdo_o ❌ -> xip_dat_o ✔️

SPI module port renaming

  • spi_sck_o ❌ -> spi_clk_o ✔️
  • spi_sdo_o ❌ -> spi_dat_o ✔️
  • spi_sdi_i ❌ -> spi_dat_i ✔️

@stnolting stnolting added HW hardware-related coding-style Related to the HW/SW coding style labels Feb 24, 2023
@stnolting stnolting self-assigned this Feb 24, 2023
@stnolting stnolting changed the title ⚠️ rename SPI & XIP top ports ⚠️ rename SPI & XIP module's top interface ports Feb 24, 2023
@stnolting stnolting marked this pull request as ready for review February 24, 2023 16:57
@stnolting stnolting merged commit 5181bdd into main Feb 24, 2023
@stnolting stnolting deleted the rename_spi_ports branch February 24, 2023 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coding-style Related to the HW/SW coding style HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant