coder-daemon / AHB_to_APB_bridge

Design & verification of AHB to APB bridge
0 stars 0 forks source link

design AHB to APB bridge #13

Closed coder-daemon closed 1 month ago

ShubhamSingh8181000740 commented 1 month ago

The RTL design of the AHB to APB bridge features a single AHB master interface connected to four APB slave interfaces. The bridge facilitates communication between high-speed AHB and lower-speed APB peripherals by converting AHB transactions to APB transactions. It supports burst transfers for efficient data handling, reducing overhead and improving performance. The design also incorporates robust error handling mechanisms to detect and respond to protocol violations and transmission errors, ensuring reliable communication between the master and slaves.

ShubhamSingh8181000740 commented 1 month ago

13 done

ShubhamSingh8181000740 commented 1 month ago

13 DONE