Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@ It's been placed in the public domain and is (as far as we know) free from paten
Wishbone is widely used in free and open source designs, but it can also be used in commercial designs without limitations.

Find more information on our website: [https://wishbone-interconnect.org](https://wishbone-interconnect.org)

### Etherbone Extension

**Etherbone** is an extension that enables Wishbone transactions to be transported over Ethernet.
It encapsulates Wishbone read/write cycles into Ethernet/UDP packets, allowing remote memory access and control of Wishbone-based systems across a network.

**Official resources:**
- Etherbone project on OHWR: https://www.ohwr.org/projects/etherbone-core
- Etherbone specification: https://www.ohwr.org/project/etherbone-core/tree/master/spec

Etherbone is widely used in FPGA and embedded systems to provide remote debugging, register access, and distributed hardware control over Ethernet.
2 changes: 1 addition & 1 deletion src/b3.1/source/03_classic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ respond to [RTY_I].

**RULE 3.55**
MASTER interfaces MUST be designed to operate normally when the SLAVE
interface holds [ACK_I] in the asserted state.
interface holds [ACK_O] in the asserted state.

Use of [STB_O]
``````````````
Expand Down
2 changes: 1 addition & 1 deletion src/b3/source/03_classic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ respond to [RTY_I].

**RULE 3.55**
MASTER interfaces MUST be designed to operate normally when the SLAVE
interface holds [ACK_I] in the asserted state.
interface holds [ACK_O] in the asserted state.

Use of [STB_O]
``````````````
Expand Down
2 changes: 2 additions & 0 deletions website/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>WISHBONE Interconnect</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
Expand Down