This document summarizes the implementation of an AMBA ASB APB bridge using Verilog HDL. It describes the key components modeled: an arbiter to determine bus access, a decoder to select bus slaves, the APB bridge interface between the ASB and APB, a reset controller, and a remap and pause controller. Finite state machines are used to control the operation of the arbiter, decoder, APB bridge, and reset controller. The bridge allows higher performance blocks like processors to connect to the ASB while lower performance peripherals connect to the lower power APB.