Forum Discussion

Qazi_Shahid's avatar
Qazi_Shahid
Icon for Occasional Contributor rankOccasional Contributor
4 years ago
Solved

Creating a AXI master interface for New Platform component

Hi, I am trying integerate NVDLA , NVIDIA's deep learning accelerator, on FPGA. My end goal is to implement the given system in nvdla_system.png, using platform designer. /home/shazib/Qazi_docum...
  • sstrell's avatar
    sstrell
    4 years ago

    What you've attached are just changes to the standard AXI behaviors, not specific signal roles. As you've found with the Component Editor, you must have certain signals and some at matching bus widths to follow the protocol for it to work as a custom component with an AXI interface.

    Use the template to add all the signals in to your design and work from there. Platform Designer will only work with the true standard interface and the normal way that the signals are supposed to work, so "AXI-like" behavior wouldn't work unless you customize your component's logic to work with this (instead of relying on the interconnect to do it for you).

    You say you're not familiar enough with AXI, but from looking at this, I think you may need get more information about the standard for yourself to make this work.