Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix #80 (broken link)
  • Loading branch information
Dolu1990 authored Aug 9, 2023
1 parent 64b38ff commit db626f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ BMB is composed of streams to carry transaction between a source and a sink. A s
| payload | Source => Sink | transaction content |
| ready | Source <= Sink | consume the transaction on the bus, don't care if there is no transaction |

More details on https://spinalhdl.github.io/SpinalDoc-RTD/SpinalHDL/Libraries/stream.html
More details on [https://spinalhdl.github.io/SpinalDoc-RTD/SpinalHDL/Libraries/stream.html](https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Libraries/stream.html)

BMB is composed of two mandatory streams :
- cmd : M->S, to carry requests, (read, write + data)
Expand Down

0 comments on commit db626f4

Please sign in to comment.