Skip to content

pranav-nb/APB_BFM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

APB - Advanced Peripheral Bus

Advanced Peripheral Bus(APB) is a part of Advanced Microcontroller Bus Architecture(AMBA) specifications which define on-chip communications standard for designing high performance embedded microcontrollers.

image

The APB interface is designed for accessing the programmable control registers of peripheral devices. This specification will use Requester and Completer. APB bridges can also be referred to as a Requester. A peripheral interface responds to requests. APB peripherals can also be referred to as a Completer.

The state diagram shown is used to represent the activity of the peripheral bus.

image

This is a simple implementation to learn more about verilog concepts.

About

This is a bus functional model of Advanced Peripheral Bus.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors