├── README.md └── axi_cheatsheet.pdf /README.md: -------------------------------------------------------------------------------- 1 | # axi_cheatsheet 2 | A quick reference/ cheatsheet for the AMBA Advanced eXtensible Interface (AXI) 3 | 4 | With ever evolving standards in the Computer Architecture domain, it sometimes gets tedious to browse through a specification document that has hundreds of pages. I decided to share this document which I created as quick notes while understanding the AXI3/4 specification. There are a lot of cheatsheets for complex software concepts but the same is lacking in the hardware world. I felt that illustrative highlighted tables and a sheet that captures all pieces of critical information about the AXI3/4 specification can come in very handy. 5 | 6 | 7 | 8 | 9 | *All rights related to AXI and AMBA reserved with ARM. This is merely a cheatsheet/quick reference.* 10 | -------------------------------------------------------------------------------- /axi_cheatsheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajesh-s/axi_cheatsheet/fc7f4b6785739c2eb063b42d54c12dbf4203370e/axi_cheatsheet.pdf --------------------------------------------------------------------------------