HI There,
I asked a question about data width and protocol convertor a month ago.(AHB 32bit <-> AXI 64bit Bridge)
And someone told me that NIC-400 Network is proper. (Thank you so much:))
But, I realize that NIC-400 isn't support AHB-Full.
I want to use AHB-FULL <-> AXI Bridge.
Is there another Option???
Thank you so much. :)
HI, Mr.Colin
First of all thank you for your guidance.
I have to use the feature of ahb-full like HBUSREQ/HGRANT what you said.
Because I'm designing multi-source systems.
Due to your kindly explanation, I can aware the feature of AHB-LITE and AHB-FULL.
Thank you.
Best regards,
HBUSREQ and HGRANT are used by the AHB transfer sources to request access to a shared AHB bus, but when you are converting from AHB to AXI it would be the HTRANS signal from the "granted" AHB source that would indicate a transfer request top the AXI logic.
So if you are connecting a single AHB source to an AHB to AXI conversion bridge, you would tie HGRANT high (as this is the only possible AHB source), and just ignore HBUSREQ.
If you do have multiple AHB sources, the local AHB arbiter will be using all the HBUSREQ and HGRANT signals to grant one source, and then the AHB to AXI conversion logic again just uses the HTRANS signal from this granted source as the transfer request.