OpenCores
Issue List
add more info about your project #1
Closed ocadmin opened this issue almost 7 years ago
ocadmin commented almost 7 years ago

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

sumanta.chaudhuri was assigned almost 7 years ago
sumanta.chaudhuri commented almost 7 years ago

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.

sumanta.chaudhuri commented almost 7 years ago

This project should be under bus protocol or system on chip blocks. I don't how did it end up in arithmetic cores ?

ocadmin commented almost 7 years ago

It moved to "others" as it is not a SoC core, and there is no "bus protocol" category.

Best, /:/ OC-Team

ocadmin closed this almost 7 years ago
ocadmin commented almost 7 years ago

Thanks!:)

Best, /:/ OC-team


Assignee
sumanta.chaudhuri
Labels
Request