Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

look for some reference code for ahb matrix

Status
Not open for further replies.

wyn2252128

Newbie level 4
Joined
Dec 24, 2016
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
53
I'm a college student. and I want to write a paper about ahb matrix.
look for some reference code for ahb matrix. two master and two slave.

Edit: mail address deleted
 
Last edited by a moderator:

Hi,

Don't be surprised if nobody here does your job for free.

Write the code, and if it doesn't work, then you may find a lot people here helping with the code.

Btw: in this firum there are more than 100 discussions about AMBA AHB. Did you go through them?

Klaus
 

thanks for your reply, I have read much discussion in the forum. But I'm not sure I have gone through all of them. I'm now trying to write the AHB matrix code. But I thank the spec not enough to write ahb matrix code since I'm green hand in Verilog.
I just think it would be of help with some reference of related code.
 

First of all this should have been posted in the ASIC Design Methodologies and Tools (Digital) forum.

Start with the ARM AHB spec first and understand it.

A two master and two slave scenario is relatively simple. You must 1st understand how an arbiter (the arbiter decides which master has control of the slaves) and address decoder (this is required to write/read slave specific data) works and how they are coded in RTL. Once you understand these, writing an RTl for the interconnect matrix shouldn't be difficult.

As someone has already mentioned, nobody will give you the here. Shows us what you have done, ask questions.
 
  • Like
Reactions: FvM

    FvM

    Points: 2
    Helpful Answer Positive Rating
thanks for your help, I'll try to write the RTL code by myself.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top