Skip to content

Commit

Permalink
Merge pull request #40 from efabless/dev
Browse files Browse the repository at this point in the history
Update SPI.py documentation indentation
  • Loading branch information
M0stafaRady authored Aug 13, 2023
2 parents c74a0f2 + 8e0f17d commit 1cfe425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cocotb/caravel_cocotb/interfaces/SPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ async def reg_spi_user_pass_thru(self, send_data: list, read_byte_num: int = 0,
async def reg_spi_mgmt_pass_thru_read(self, address: int, read_byte_num: int = 1, disable_csb: bool = True):
"""
Sends SPI read data command to a housekeeping SPI using managment pass-thru command.
:param address: The address of the register to read.
:type address: int
:param read_byte_num: expected number of bytes to be read defaults to 1.
Expand Down

0 comments on commit 1cfe425

Please sign in to comment.