
The Wishbone Bus is an
open source hardware
Open-source hardware (OSH) consists of physical artifacts of technology designed and offered by the open-design movement. Both free and open-source software (FOSS) and open-source hardware are created by this open-source culture movement and app ...
computer bus
In computer architecture, a bus (shortened form of the Latin ''omnibus'', and historically also called data highway or databus) is a communication system that transfers data between components inside a computer, or between computers. This ex ...
intended to let the parts of an
integrated circuit communicate with each other. The aim is to allow the connection of differing
cores to each other inside of a chip. The Wishbone Bus is used by many designs in the
OpenCores project.
Wishbone is intended as a "logic bus". It does not specify electrical information or the bus topology. Instead, the specification is written in terms of "signals", clock cycles, and high and low levels.
This ambiguity is intentional. Wishbone is made to let designers combine several designs written in
Verilog
Verilog, standardized as IEEE 1364, is a hardware description language (HDL) used to model electronic systems. It is most commonly used in the design and verification of digital circuits at the register-transfer level of abstraction. It is a ...
,
VHDL
The VHSIC Hardware Description Language (VHDL) is a hardware description language (HDL) that can model the behavior and structure of digital systems at multiple levels of abstraction, ranging from the system level down to that of logic gat ...
or some other logic-description language for
electronic design automation
Electronic design automation (EDA), also referred to as electronic computer-aided design (ECAD), is a category of software tools for designing electronic systems such as integrated circuits and printed circuit boards. The tools work together ...
(EDA). Wishbone provides a standard way for designers to combine these
hardware logic designs (called "cores").
Wishbone is defined to have 8, 16, 32, and 64-bit buses. All signals are synchronous to a single clock but some slave responses must be generated
combinatorially for maximum performance. Wishbone permits addition of a "tag bus" to describe the data. But reset, simple addressed reads and writes, movement of blocks of data, and indivisible bus cycles all work without tags.
Wishbone is
open source
Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
. To prevent preemption of its technologies by aggressive patenting, the Wishbone specification includes examples of
prior art
Prior art (also known as state of the art or background art) is a concept in patent law used to determine the patentability of an invention, in particular whether an invention meets the novelty and the inventive step or non-obviousness criteria ...
, to prove its concepts are in the public domain.
A device does not ''conform'' to the Wishbone specification unless it includes a ''data sheet'' that describes what it does, bus width, utilization, etc. Promoting reuse of a design requires the data sheet. Making a design reusable in turn makes it easier to share with others.
The
Simple Bus Architecture is a simplified version of the Wishbone specification.
["About SBA"]
Wishbone topologies
Wishbone adapts well to common topologies such as point-to-point, many-to-many (i.e. the classic bus system), hierarchical, or even switched fabrics such as
crossbar switch
In electronics and telecommunications, a crossbar switch (cross-point switch, matrix switch) is a collection of switches arranged in a matrix configuration. A crossbar switch has multiple input and output lines that form a crossed pattern of ...
es. In the more exotic topologies, Wishbone requires a bus controller or arbiter, but devices still maintain the same interface.
Shared bus
image:wishbone_shared_bus.jpg
Data flow
image:wishbone_pipeline.jpg
Crossbar switch
image:wishbone_cross_bar.jpg
Comparisons
Wishbone control signals compared to other system on a chip (SoC) bus standards:
See also
*
Master/slave (technology)
Master/slave is a model of asymmetric communication or control where one device or process (the "master") controls one or more other devices or processes (the "slaves") and serves as their communication hub. In some systems, a master is selected ...
*
Advanced eXtensible Interface
References
External links
Wishbone Version B3 The PDF specification
Wishbone Version B4 PDF specification of latest version of Wishbone
appnote_01 Combining WISHBONE interface signals application note
Comparison to other SoC busesWishbone@OpenCores[email protected]
{{Computer-bus
Computer buses
Open hardware electronic devices