Open ktemkin opened 4 years ago
The OSHWA resolution prefers SDI/SDO except for cases where controller/peripheral roles (and signal direction) can be swapped. As SPIBus only implements a peripheral, I think it would be fine to retain SDI/SDO. There are a few uses of MOSI/MISO/master/slave that could be changed, however.
Last year, creating the hardware designs, we used
sdi
andsdo
to avoid problematic names. This year, we've standardized oncopi
andcipo
for SPI naming.nmigen-boards
now uses the new standard.We should replace the names:
[ ] In the SPI interface, and its
SPIBus
. [ ] In the examples. [ ] In the ILA. [ ] In the firmware.