Skip to content

Commit ed9618a

Browse files
committed
Remove SPI module (too hard to bother)
1 parent db10b4f commit ed9618a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

verilog/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ module is working (for instance, `"Storing byte XX at address YY"`).
157157
changes every 1024 (`1 << 10`) cycles.
158158
- **Shift register**: Output the bits from input wire, delayed by 8 clock
159159
cycles.
160-
- (TODO describe) **SPI transmit module**: Given a byte, transmit it as a
161-
series of bits.
162160

163161
## Links
164162

0 commit comments

Comments
 (0)