Skip to content

1:N Socket

Muhammad Hadir Khan edited this page Aug 16, 2020 · 9 revisions

This page deals with one bus primitive that is a 1:N Socket for connecting a single master or host to multiple (N) devices.

Below is the visual representation of the 1:4 Socket:

Ports of the socket

Signal Name Direction Description
tl_h_i TL-UL Host Bundle Input The TL-UL host bundle which receives the request from the host.
tl_h_o TL-UL Device Bundle Output The TL-UL device bundle that gives the response of the device back to the output.
dev_sel Device select Input The input coming from the address decoder which tells which device to respond back to the host request.
tl_d_o[n] TL-UL Host Bundle Output N TL-UL host bundles going out from the socket to route the request from the host to the devices
tl_d_i[n] TL-UL Device Bundle Input N TL-UL device bundles receiving the response from the devices and routing them back to the host.
Clone this wiki locally