There are 3 repositories under amba topic.
Network on Chip Implementation written in SytemVerilog
An AXI4 crossbar implementation in SystemVerilog
Gain an introductory knowledge to the basics of SoC design and key skills required to implement a simple SoC on an FPGA, and write embedded programs targeted at the microprocessor to control the peripherals
Based on ARM AMBA bus protocol, Verilog is used to design the digital circuit.
Design and program Arm-based embedded systems and implement them in low-level hardware using standard C and assembly language.
Design, implement, and test an Arm Cortex-A-based SoCs on FPGA hardware using functional specifications, standard hardware description and software programming languages
The AHB to APB bridge is an AHB slave and the only APB master which provides an interface between the highspeed AHB and the low-power APB. Read and write transfers on the AHB are converted into equivalent transfers on the APB.
Parameterised Asynchronous AHB3-Lite to APB4 Bridge.
A textbook on understanding system on chip design
Master and Slave made using AMBA AXI4 Lite protocol.
A reference book on System-on-Chip Design
This Repo contains SystemC for testBench for AMBA® 3 AHB-Lite Protocol
The RTL desings for the AMBA APB3 Master and Generic Slave ( Memory Interface-able )
Open-source AMBA CHI infrastructures (supporting Issue B, E.b)
This is a list of central processing units based on the ARM family of instruction sets designed by ARM Ltd. and third parties, sorted by version of the ARM instruction set, release and name. In 2005, ARM provided a summary of the numerous vendors who implement ARM cores in their design.
Assertion-Based Formal Verification of an AHB2APB bridge, featuring SystemVerilog assertions, RTL designs, and detailed documentation including a final report and project progression presentation.
Open-source Non-coherent CHI Bridge (CHI SN-F to AXI-4 bridge)
AMBEL is a Chisel library for generating AMBA components
An implementation of AMBA AXI4Lite on an FPGA using verilog
Statistics Acquisition Module on Verilog
This repo will contain the Verilog code implementation of various protocols that fall within AMBA protocol family such as APB, AHB, AXI and so on. I will implement it in parallel with learning theory. If possible I will also use UVM and system verilog to verify the functionality of the code once I finish learning system verilog and concepts of uvm