Could you consider to add more information about your project?
Consult our project page: http://opencores.org/opencores,faq_pe
or browse other popular projects for inspiration!
Best,
/:/ OC-team
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.
This project should be under bus protocol or system on chip blocks. I don't how did it end up in arithmetic cores ?
It moved to "others" as it is not a SoC core, and there is no "bus protocol" category.
Best, /:/ OC-Team
Thanks!:)
Best, /:/ OC-team