UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
01-17-2014 01:01 PM
Hi,
the vivado will generate VHDL templates for AXI interfaces. I am looking for examples how to write the VHDL code to access the three different AXI interfaces. There is a comprehensive documentation on complex AXI interfaces, but where can I learn to build just a very simple interface.
Bahne
01-17-2014 10:39 PM
Hi,
Are you trying to create your user IP with an AXI Interface? If yes you can use "Create and Packaging IP Wizard" page45 of
http://www.xilinx.com/support/documentation/sw_manuals/xilinx2013_3/ug896-vivado-ip.pdf
--Hem
01-19-2014 08:11 AM
Hello Hem,
Thank you for your Answer. I was looking for the code, how to transfer data to and from AXI interfaces.
The
AR#56609 (http://www.xilinx.com/support/answers/56609.htm)
offered a template, but I was confused because the it requires so much code to establish a simple interface.
It would exactly meet my requirements, if I could have the files from
xapp1168 (http://www.xilinx.com/support/documentation/application_notes/xapp1168-axi-ip-integrator.pdf)
in VHDL instead in verilog.
Bahne
01-19-2014 11:18 PM
moving to embedded board
08-19-2014 08:27 AM
08-19-2014 08:41 AM
03-23-2015 03:18 AM
So, any chance Xilinx starts to support the AXI interfaces in VHDL?
03-28-2016 11:35 PM
Hi,
i'm in the same situation. Seaching for an AXI oder at least AXI-Lite VHDL Interface. For building my own VHDL Code communication with MicroBlaze ( -> Ethernet).
Maybe Xilinx will put this on their record, for future dev..
Hopefully they will notice that their is interest, out there :-)
regards Apfelsaft
04-03-2016 11:49 PM
Hi,
You can check the source code for some of the AXI peripherals that Xilinx provides in Vivado.
Not every IP is encrypted and it can give you a idea on how AXI interface is used.
Göran