OpenCores

Project maintainers

Details

Name: avalon-wishbone-bridge
Created: Jan 15, 2016
Updated: Dec 17, 2018
SVN Updated: Nov 5, 2016
SVN: Browse
Latest version: download (might take a bit to start...)
Statistics: View
Bugs: 1 reported / 1 solved
Star6you like it: star it!

Other project properties

Category:Other
Language:Verilog
Development status:Beta
Additional info:FPGA proven
WishBone compliant: Yes
WishBone version: B.4
License: LGPL

AVALON/WISHBONE Bridge

This is an Avalon to WishBone Bridge. Avalon is a bus standard mainly used in Altera(Now Intel) Tools. Wishbone as every one knows is the open source bus protocol (circumvents all patents).


This bridge supports the wishbone B4 version, i.e it supports the use of ready signal, which makes the wishbone a pipelined bus. Wishbone B3 was not pipelined, i.e it can't emit requests unless the previous one has completed.

The configurable parameters of this bridge are Address Width, Data Width, Tag Width and the Max_Outstanding_Reqs which sets the pipelinability (how many requests can be in flight) of the bridge.



The RTL comes with a home made uvm testbench which I tested on modelsim. Any bug reported w.r.t this uvm testbench will e highly appreciated.