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.

Parallel Read and write in AHB-AXI bridge

Status
Not open for further replies.

prashanthaditya

Junior Member level 3
Joined
Jul 8, 2007
Messages
27
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,454
ahb axi bridge

Hi,

I am just confused in AHB to AXi bridge operation i.e How can we achieve parallel

read/write operations in AHB to AXI bridge.

When two masters are accessing same slave ??


Is it posiible, becoz AXI can support both read/write at a time...

Please sugget

P
 

axi write read

does your AHB2AXI bridge support two ahb masters, if so yes, the axi interconnect can drive read & write.
 
axi vs ahb

In AHB, there can be only one transaction per master (either a read or a write) at any time.

In which direction does your bridge operate? If you connect a single AHB master to an AHB-> AXI bridge (acting as a slave) and the AXI bridge is a master to an AXI slave, then there is not much scope for doing two transfers simultaneously (although you could buffer writes within the bridge, so that a read could be done while a buffered write is in progress).

In the other direction (more usual case) where you have an AXI master connecting to AXI->AHB bridge slave (and bridge is master to an AHB slave), then you can't really do two transfers at once. And you potentially have to worry about hazard checking so that reads and writes do not get re-ordered by the bridge.

Have you looked at the idea of dual-porting the slave (or master), so that reads and writes are on seperate AHB Channels?

**broken link removed**
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top