Skip to content

Refactor SPI to chisel3 style#7

Open
midnighter95 wants to merge 6 commits intochipsalliance:mainfrom
midnighter95:spi_refactor
Open

Refactor SPI to chisel3 style#7
midnighter95 wants to merge 6 commits intochipsalliance:mainfrom
midnighter95:spi_refactor

Conversation

@midnighter95
Copy link
Contributor

Related issue:
Refactor

Type of change: bug report | feature request | other enhancement
other enhancement

Impact: no functional change | API addition (no impact on existing code) | API modification
no functional change

Development Phase: proposal | implementation
implementation
Release Notes

Refactor SPI to chisel3 style

@@ -11,11 +12,11 @@ class SPIFIFOControl(c: SPIParamsBase) extends SPIBundle(c) {

class SPIFIFO(c: SPIParamsBase) extends Module {
val io = new Bundle {
Copy link
Member

Choose a reason for hiding this comment

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

IO wrap

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