- Wishbone (computer bus)
The Wishbone Bus is an
open source hardware computer bus intended to let the parts of anintegrated 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 theOpenCores project.A large number of open-source designs for
CPU s, and auxiliary computer peripherals have now been released with Wishbone interfaces. Many can be found atOpenCores , a foundation that attempts to make open-source hardware designs available.Wishbone is intended to be 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 ,VHDL or some other logic-description language forelectronic design automation . Wishbone provides a standard way for these hardware logic designs (called "cores") to be combined.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 isopen source in order to make it easy for engineers and hobbyists to share public domain designs for hardware logic on the Internet. In order to prevent preemption of its technologies by aggressive patenting, the Wishbone spec includes examples of preexisting art, to prove that its concepts are in the public domain.A device does not "conform" to the Wishbone spec unless it includes a "data sheet" that describes what it does, bus width, utilization, etc. The data sheet is required in order to promote reuse of a design. Making a design reusable in turn makes it easier to share with others.
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 es. In the more exotic topologies, Wishbone requires a bus controller or arbiter, but devices still maintain the same interface.hared Bus
Pipeline
Cross Bar Switch
Comparisons
"Wishbone Control Signals Compared to Other SOC Bus Standards"
Competitors
*
Avalon Bus
* AMBA bus / AHB (AMBA High-Speed Bus)
*IBM CoreConnect bus technology
* PLB Processor local Bus (part of CoreConnect)
* OPB On-chip Peripheral Bus (part of CoreConnect)
* OCP Open Core ProtocolExternal links
* [http://www.opencores.org/projects.cgi/web/wishbone/wbspec_b3.pdf Wishbone Version B3] - the PDF specification
* [http://www.opencores.org/projects.cgi/web/wishbone/wishbone Wishbone Bus project page]
* [http://www.opencores.org/ Opencores]
* [http://www.opencores.org/projects.cgi/web/wisbone_2_ahb/overview Wishbone To AHB project page] - Wishbone to AHB bridge
Wikimedia Foundation. 2010.