Skip to content
Snippets Groups Projects
Unverified Commit 3486dd48 authored by whatmough's avatar whatmough Committed by GitHub
Browse files

Update README.md

parent bace03e4
Branches
No related tags found
No related merge requests found
# AHB Components # AHB Components
## AHB Interfaces (*ahb_intf.sv*) ## AHB Interfaces
`ahb_intf.sv`
Provides SystemVerilog interfaces for the AHB-Lite interconnect standard. This allows rapid, agile SoC development in RTL without all of the typing and debugging. Provides SystemVerilog interfaces for the AHB-Lite interconnect standard. This allows rapid, agile SoC development in RTL without all of the typing and debugging.
## AHB Bus (*AHB_BUS.sv*) ## AHB Bus
`AHB_BUS.sv`
An agile AHB bus implementation in a single RTL file! A single include file defines the memory map for the decoder. This design has been extensively used for numerous successful chip tape outs. An agile AHB bus implementation in a single RTL file! A single include file defines the memory map for the decoder. This design has been extensively used for numerous successful chip tape outs.
## AHB Master Mux (*AHB_MASTER_MUX.sv*) ## AHB Master Mux
`AHB_MASTER_MUX.sv`
A simple module to mux up to four masters together. A simple module to mux up to four masters together.
## AHB Memory Example (*AHB_MEM.sv*) ## AHB Memory Example
`AHB_MEM.sv`
A simple example of a 64KB SRAM attached to an AHB slave port. A simple example of a 64KB SRAM attached to an AHB slave port.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment