WO2017044247A1 - Unified systems and methods for interchip and intrachip node communication - Google Patents
Unified systems and methods for interchip and intrachip node communication Download PDFInfo
- Publication number
- WO2017044247A1 WO2017044247A1 PCT/US2016/046728 US2016046728W WO2017044247A1 WO 2017044247 A1 WO2017044247 A1 WO 2017044247A1 US 2016046728 W US2016046728 W US 2016046728W WO 2017044247 A1 WO2017044247 A1 WO 2017044247A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- node
- gateway
- bus
- nodes
- message
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/38—Information transfer, e.g. on bus
- G06F13/40—Bus structure
- G06F13/4004—Coupling between buses
- G06F13/4027—Coupling between buses using bus bridges
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
- G06F13/16—Handling requests for interconnection or transfer for access to memory bus
- G06F13/1668—Details of memory controller
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/08—Error detection or correction by redundancy in data representation, e.g. by using checking codes
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/38—Information transfer, e.g. on bus
- G06F13/382—Information transfer, e.g. on bus using universal interface adapter
- G06F13/385—Information transfer, e.g. on bus using universal interface adapter for adaptation of a particular data processing system to different peripheral devices
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/38—Information transfer, e.g. on bus
- G06F13/40—Bus structure
- G06F13/4004—Coupling between buses
- G06F13/4022—Coupling between buses using switching circuits, e.g. switching matrix, connection or expansion network
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/38—Information transfer, e.g. on bus
- G06F13/40—Bus structure
- G06F13/4063—Device-to-bus coupling
- G06F13/4068—Electrical coupling
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/08—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
- H04L43/0805—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
- H04L43/0817—Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking functioning
Definitions
- the technology of the disclosure relates generally to structures and methods for facilitating communication between nodes within a computing device.
- computing devices have become common in modern society.
- the prevalence of computing devices is driven in part by the ever increasing array of functions that are enabled on such computing devices.
- the increased functionality is enabled by faster processors, larger and faster memory elements, and inclusion of specialized integrated circuits (ICs) configured to perform specific tasks.
- ICs integrated circuits
- a bus is used to allow node(s) associated with the new function to communicate with other nodes of the computing device.
- the bus may follow the rules of an existing low-speed standard, such as Universal asynchronous receiver/transmitter (UART), Inter-Integrated Circuit (I2C), serial peripheral interface (SPI), or an existing high-speed standard, such as Peripheral Component Interconnect (PCI), PCI express (PCIe), Universal Serial Bus (USB), or the like.
- UART Universal asynchronous receiver/transmitter
- I2C Inter-Integrated Circuit
- SPI serial peripheral interface
- PCI Peripheral Component Interconnect
- PCIe PCI express
- USB Universal Serial Bus
- an IC may have different interfaces, one for each coupling. Such interfaces may be duplicative within the computing device, consume space within the IC, and make design of computing devices difficult. Even when the buses are internal to the IC (e.g., a system network on chip (SNOC)), there may be requirements for multiple physical and protocol layers, each of which adds to the design complexity.
- SNOC system network on chip
- a single unified low-speed bus sometimes referred to as an external bus or interchip bus, is provided that connects each of the chips within a computing device.
- the chips couple to the bus through a physical layer interface and associated gateway.
- the gateway includes memory that stores a status table summarizing statuses for every node in the interface fabric.
- the status table is initially populated at system initialization. As nodes experience state changes, the nodes provide updates to associated local gateways. The local gateways then message, using a scout message, remote gateways with information relating to the state changes.
- each gateway has an updated status table to which reference can be made relating to the status of any node in the network.
- the first node checks the status table at the associated local gateway to determine a current status for the second node. Based on the status of the second node, the first node may send the message, hold the message, send with a wake command, or take other appropriate action.
- ICs integrated circuits
- Exemplary aspects of the present disclosure allow for the bus to be reinitialized through manipulations of an arbitration process in situations where a gateway detects inconsistent behavior in messages received. That is, when the gateway detects events that are in conflict with the gateway's internal state, the gateway sends a special arbitration identifier during the next arbitration cycle to guarantee the gateway wins arbitration. After winning the arbitration, the gateway then sends no data, which forces a reset timeout. The reset timeout forces a re-initialization, which allows the status tables to be repopulated and message traffic to resume without previously detected errors.
- a method for populating a status table for network nodes within a computing device includes activating a first IC coupled to a bus. The method also includes registering first nodes associated with the first IC with a first gateway. The method also includes populating a first status table at the first gateway with information about the first nodes associated with the first IC. The method also includes permitting intrachip communication between the first nodes associated with the first IC based on availability as indicated in the first status table.
- a method for populating a status table for network nodes within a computing device includes coupling a first IC with first nodes to a bus within a computing device.
- the method also includes coupling a second IC with second nodes to the bus within the computing device.
- the method also includes receiving, from a first gateway associated with the first IC, status and configuration information relating to the first nodes.
- the method also includes populating, with the status and configuration information relating to the first nodes, a status table at a second gateway associated with the second IC.
- a method for updating a status table for network nodes within a computing device includes, at a first gateway in a first IC, receiving a state change indication from a first node in the first IC. The method also includes, in response to the state change indication, updating a first status table at the first gateway to reflect a state change of the first node. The method also includes generating a scout message to a second gateway in a second IC, wherein the scout message indicates the state change of the first node.
- a method for updating a status table for network nodes within a computing device includes, at a first gateway in a first IC, receiving a scout message from a second gateway in a second IC, wherein the scout message indicates a state change of a node in the second IC.
- the method also includes, in response to the scout message, updating a first status table at the first gateway to reflect the state change of the node.
- an IC in this regard in one aspect, includes a node.
- the node includes a transmitter and a receiver.
- the IC also includes a gateway.
- the gateway includes an external interface configured to be coupled to a bus and communicate thereover through a first protocol.
- the gateway also includes an internal interface communicatively coupled to the node and configured to communicate therebetween through the first protocol.
- an IC in another aspect, includes a first node.
- the IC also includes a second node.
- the IC also includes a gateway.
- the gateway includes an external interface configured to couple to a bus and operative to control information from the first node and the second node.
- the IC also includes common circuitry that communicatively couples the first node and the second node to the gateway.
- a computing system in another aspect, includes a first IC.
- the first IC includes a first node.
- the first node includes a first transmitter and a first receiver.
- the first IC also includes a first gateway.
- the first gateway includes a first external interface.
- the first gateway also includes a first internal interface communicatively coupled to the first node and configured to communicate therebetween through a first protocol.
- the computing system also includes a second IC.
- the second IC includes a second node.
- the second node includes a second transmitter and a second receiver.
- the second IC also includes a second gateway.
- the second gateway includes a second external interface.
- the second gateway also includes a second internal interface communicatively coupled to the second node and configured to communicate therebetween through the first protocol.
- the computing system also includes a bus coupled to the first gateway of the first IC and the second gateway of the second IC and configured to carry signals therebetween using the first protocol.
- an IC in this regard in one aspect, includes a node.
- the IC also includes a gateway communicatively coupled to the node.
- the gateway includes an interface configured to be coupled to a bus.
- the gateway also includes a look-up table configured to store data relating to availability of nodes associated with the bus.
- the IC also includes a control system operatively coupled to the node and the gateway.
- the control system is configured to receive a status update relating to a state of the node.
- the control system is also configured to send information relating to the state of the node to other gateways associated with the bus to promote reliability between node-to-node communication.
- a method for facilitating node-to-node communication includes receiving a status update from a local node at a gateway. The method also includes broadcasting the status update to remote gateways.
- a method of forcing a system reset includes, during an arbitration phase, asserting from a gateway a most urgent priority value to win arbitration. The method also includes, after winning the arbitration, sending no data from the gateway to force a bus timeout. The method also includes, in response to the bus timeout, initiating a system reset.
- an IC in another exemplary aspect, includes a gateway.
- the gateway includes a bus interface configured to couple to a bus.
- the gateway further includes a control system.
- the control system is configured to, during an arbitration phase, assert a most urgent priority value on the bus to win arbitration.
- the control system is further configured to, after winning the arbitration, send no data on the bus to force a bus timeout.
- the control system is further configured to, in response to the bus timeout, initiate a system reset.
- Figure 1 is a block diagram of an exemplary conventional computing system with multiple communication buses and plural protocols for chip-to-chip communication;
- Figure 2 is a block diagram of an exemplary computing system with a single external bus according to an exemplary aspect of the present disclosure
- Figure 3 is a simplified block diagram of a first chip with plural nodes coupled to a second chip with plural nodes;
- Figure 4 is a flowchart illustrating population of a system topology and status table in a gateway during initialization of the computing system of Figure 2;
- Figure 5 is an exemplary system topology and status table according to an exemplary aspect of the present disclosure
- Figure 6 is a signal flow diagram showing how a node registers with a gateway
- Figure 7 is a flowchart illustrating updating the system topology and status table of Figure 5 with scout messages generated by changes in a state of a node;
- Figure 8 is an exemplary scout message according to an exemplary aspect of a protocol of the present disclosure
- Figure 9 is a signal diagram of a node communicating with a second node within a chip
- Figure 10 is a signal diagram of a node communicating with a second remote node;
- Figure 11 is a table illustrating structure of a standard message according to exemplary aspects of a protocol of the present disclosure
- Figure 12 is a signal diagram of an arbitration process according to an exemplary aspect of the present disclosure.
- Figure 13 is an exemplary bus sequence for a bus halt following an arbitration on a bus.
- Figure 14 is an alternate exemplary bus sequence for the bus halt, where the bus does not have a keeper circuit, but has a wire- AND arbitration.
- a single unified low-speed bus sometimes referred to as an external bus or an interchip bus, is provided that connects each of the chips within a computing device.
- the chips couple to the bus through a physical layer interface and associated gateway.
- the gateway includes memory that stores a status table summarizing statuses for every node in the interface fabric.
- the status table is initially populated at system initialization. As nodes experience state changes, the nodes provide updates to associated local gateways. The local gateways then message, using a scout message, remote gateways with information relating to the state changes.
- each gateway has an updated status table to which reference can be made relating to the status of any node in the network.
- the first node checks the status table at the local associated gateway to determine a current status for the second node. Based on the status of the second node, the first node may send the message, hold the message, send with a wake command, or take other appropriate action.
- Exemplary aspects of the present disclosure allow for the bus to be reinitialized through manipulations of an arbitration process in situations where a gateway detects inconsistent behavior in messages received. That is, when the gateway detects events that are in conflict with the gateway's internal state, the gateway sends a special arbitration identifier during the next arbitration cycle to guarantee the gateway wins arbitration. After winning the arbitration, the gateway then sends no data, which forces a reset timeout. The reset timeout forces a re-initialization, which allows the status tables to be repopulated and message traffic to resume without previously detected errors.
- Figure 1 is a block diagram of the conventional computing system 10, which includes a first IC 12, which may be an application processor (sometimes referred to herein as an "AP").
- the first IC 12 may include plural subsystems 14(1)-14(N), which may include navigation systems, such as global navigation satellite system (GNSS) (sometimes referred to herein as "Nav"), modems, such as a cellular modem for 3G, 4G, and/or long term evolution (LTE), sensor subsystems, Always On Processor (AOP) subsystems, audio subsystems, and the like.
- GNSS global navigation satellite system
- LTE long term evolution
- sensor subsystems such as a cellular modem for 3G, 4G, and/or long term evolution (LTE)
- AOP Always On Processor
- each subsystem of the plural subsystems 14(1)- 14(N) may have a node (not illustrated) associated therewith that translates application layer activity of the subsystem to a lower layer in a protocol stack for communication with other nodes.
- the conventional computing system 10 may further include other ICs 16(1)-16(6). While six other ICs 16(1)-16(6) are illustrated, it should be appreciated that more or fewer other ICs such as the other ICs 16(1)-16(6) may be present within the conventional computing system 10.
- ICs 16(1) and 16(2) are mobile device modems (MDMs) and other IC 16(4) is a near field communication modem (NFCM) such as a WIFI or BLUETOOTHTM system (sometimes referred to as WIFI/BT).
- NFCM near field communication modem
- Other IC 16(5) may be a wireless codec device such as an audio or voice codec (sometimes referred to as WCD), and other IC 16(6) may be a power management IC (PMIC).
- PMIC power management IC
- each of the first IC 12 and the other ICs 16(1)-16(6) may be its own chip mounted on a printed circuit board (PCB) within the conventional computing system 10. Such mounting may be done by inserting pins of the chip into a socket, soldering pins to the PCB, or other techniques as is well understood.
- PCB printed circuit board
- communication bus 18(2) includes a two-wire (2W) Peripheral Component Interconnect (PCI) express (PCIe) bus, a four-wire (4W) Universal asynchronous receiver/transmitter (UART) host controller interface (UARTHCI) bus, a two-wire UART BLUETOOTH Low Energy (UART BLE) bus, and a four-wire UART mobility/mobile assisted wireless-fidelity (WiFi) connectivity (UART MAWC) bus.
- PCI Peripheral Component Interconnect
- UARTHCI Universal asynchronous receiver/transmitter
- UART BLE Universal asynchronous receiver/transmitter
- UART BLE two-wire UART BLUETOOTH Low Energy
- WiFi wireless-fidelity
- Other buses may conform to the system power management interface (SPMI) standard, the general purpose input/output (GPIO) standard, the serial peripheral interface (SPI) standard, the UART GeoFencing (UART GF), UART wireless connectivity interface, version 2 (UARTWCI2), or other standards.
- SPMI system power management interface
- GPIO general purpose input/output
- SPI serial peripheral interface
- UART GF UART GeoFencing
- UARTWCI2 UART wireless connectivity interface
- version 2 UARTWCI2
- exemplary aspects of the present disclosure consolidate low- speed buses within a computing system into a single low-speed bus and implement a protocol that allows node-to-node communication both at an intrachip level and an interchip level.
- Such consolidation simplifies routing of the bus, reduces opportunities for EMI, and reduces pin counts on the chips.
- API application programming interface
- Figure 2 illustrates an exemplary computing system 30 with a first IC 32, which may be an application processor.
- the first IC 32 may include plural subsystems (shown as rectangles, but not numerically labeled).
- the subsystems may include navigation subsystems, modem subsystems, sensor subsystems, audio subsystems, AOP subsystems, and the like.
- Each of the plural subsystems has an associated node.
- the first IC 32 has nodes 34(1)-34(N). It should be appreciated that the nodes 34(1)-34(N) have respective transmitters 34(1) ⁇ -34( ⁇ ) ⁇ ⁇ and respective receivers 34(1) Rx -34(N)R x .
- the computing system 30 may further include other ICs 36(1)-36(M) (six illustrated).
- An external bus 38 couples the first IC 32 and the other ICs 36(1)-36(M).
- the external bus 38 is a low speed bus.
- Other IC 36(1) has nodes 40(1)-40(P) therein, other IC 36(2) has a node 42 therein, while other IC 36(3) has plural nodes 44(1)-44(Q) therein.
- Still other ICs of the other ICs 36(1)-36(M) may have various numbers of nodes (not labeled explicitly, but illustrated) therein. Again, it should be appreciated that each of the nodes 40(1)-40(P), 42, and 44(1)-44(Q) has its own respective transmitter and receiver (not shown).
- the first IC 32 includes a gateway 46 (also labeled "GW” in the Figures).
- the gateway 46 includes an internal interface that is coupled to the nodes 34(1)-34(N) and an external interface that is coupled to the external bus 38.
- the other ICs 36(1)-36(M) include respective gateways 48(1)-48(M) (also referred to as "GW” in the Figures) that are similar to the gateway 46.
- other buses such as a USB and PCIe bus may remain, in general, these are high-speed buses.
- low-speed buses are buses having speeds up to 50-100 Mbps.
- high-speed buses are in the 100s to 1000s of Mbps or Gbps.
- the frequency of the external bus 38 may be 57.6 MHz, which is a multiple of the common 19.2 MHz found in many cellular designs and qualifies as a low-speed bus.
- Figure 3 provides a simplified block diagram of a partial computing system 50 extracted from the computing system 30 of Figure 2.
- the partial computing system 50 includes the first IC 32, having a control system 51 (labeled "CS" in the Figures), the other IC 36(1), having a control system 52 (labeled "CS” in the Figures), and the external bus 38 coupling the first IC 32 and the other IC 36(1).
- the external bus 38 may be a two-wire bus capable of carrying a clock signal (SCLK) on a first wire and a data signal (SDATA) on a second wire.
- SCLK clock signal
- SDATA data signal
- the gateway 46 of the first IC 32 is coupled directly by point-to-point coupling 53) to the nodes 34(1)-34(N).
- such direct coupling is defined to include one-to-one physical connections. While active and passive elements may be present between a given node of the nodes 34(1)-34(N) and the gateway 46, the connection does not communicatively connect to any other node of the nodes 34(1)- 34(N) in the first IC 32 without passing through the gateway 46.
- the nodes 40(1)-40(P) of the other IC 36(1) are coupled to gateway 48(1) indirectly such as through a network on chip (NoC) 54.
- NoC network on chip
- Figure 3 illustrates the first IC 32 with the point-to-point coupling 53 and the other IC 36(1) with the NoC 54, in an exemplary aspect, these systems are mutually exclusive.
- control systems 51 and 52 are internal to the respective gateways 46 and 48(1), the present disclosure is not so limited, and the control systems 51 and 52 may be outside the respective gateways 46 and 48(1).
- the external bus 38 may couple the first IC 32 and the other IC 36(1) to an arbitration clock manager (ACM) 56.
- ACM arbitration clock manager
- an ACM 58 may be present in the other IC 36(1) (or another IC such as the first IC 32).
- the function of the ACM 56 or the ACM 58 is to source the SCLK for the external bus 38 during an arbitration period.
- the gateways 46 and 48(1) include respective external interfaces 60 and 62 to couple to the external bus 38.
- the gateway 46 may include an internal interface 64 to couple to the nodes 34(1)-34(N).
- the internal interface 64 may be a unitary element or plural elements as needed or desired.
- the gateway 48(1) may include an internal interface 66 that couples to the NoC 54.
- the internal interface 64 may have a set of ports that connect to the internal nodes 34(1)-34(N).
- Each port has a set of port logical ID registers so that a node of the nodes 34(1)-34(N) can respond to more than one logical node ID.
- An exemplary port table contains registers defining status for the following conditions: reliable, online, wakeable, maximum transmission unit (MTU), and clear to send (CTS). Note that reliability may be a function of individual logical modes, but the gateway could provide a common set of parameters for all logical nodes in the port (e.g., online, wakeable, MTU, CTS). Different implementations may partition the attributes differently.
- FIG 4 is a flowchart illustrating population process 70 of a system topology and status table 100 (see Figure 5) in a gateway (e.g., the gateway 46 or one of the gateways 48(1)-48(P)) during initialization of the computing system 30 of Figure 2.
- the process 70 begins with the computing system 30 activating with the first IC 32 connected to the external bus 38 (block 72).
- the first nodes 34(1)-34(N) register with the first gateway 46 (block 74). This registration may be done in response to a solicitation from the gateway 46, in response to the nodes 34(1)-34(N) receiving power, or from another command as is readily understood.
- the first gateway 46 populates the system topology and status table 100 (see Figure 5) (block 76) with information about the nodes 34(1)-34(N). At this point in time, intrachip communication (i.e., between the nodes 34(1)-34(N)) is possible (block 78), but the gateway 46 precludes interchip communication.
- one or more of the other ICs 36(1)-36(M) are activated.
- the other IC 36(1) is activated and the second gateway 48(1) boots (block 80).
- first and second are used for convenience in discriminating between the elements and are not necessarily strict temporal labels.
- the second gateway 48(1) signals the second nodes 40(1)-40(P) to register (block 82).
- the second gateway 48(1) requests configuration data of the nodes 34(1)-34(N) associated with the first gateway 46 from the first gateway 46 (block 84).
- the second nodes 40(1)-40(P) register with the second gateway 48(1) (block 86), and the second gateway 48(1) populates its own system topology and status table.
- the ICs 32 and 36(1)-36(M) are configured independently of one another, in another exemplary aspect, the first gateway 46 may configure the second gateway 48(1).
- the second gateway 48(1) sends scout messages on the external bus 38 broadcasting the status and properties of the second nodes 40(1)-40(P) (block 88). More information about scout messages is provided below with reference to Figure 8.
- the first gateway 46 updates the local system topology and status table with the information about the second nodes 40(1)-40(P).
- the first gateway 46 sends scout messages on the external bus 38 to the second gateway 48(1) with the status and properties of the first nodes 34(1)-34(N) (block 90).
- the second gateway 48(1) updates the local system topology and status table with the information about the first nodes 34(1)-34(N).
- FIG. 5 is an exemplary system topology and status table 100 according to an exemplary aspect of the present disclosure.
- the system topology and status table 100 may include fields such as: a node address field 102, a node exists internally field 104, a node exists externally field 106, a node is awake field 108, a wake-on-message is allowed field 110, a reliable delivery is required field 112, a node clear to send (CTS) status field 114, and a maximum transmission unit (MTU) size field 116.
- the MTU is determined by the system designer for all receive nodes so as not to overflow buffers and similar factors.
- the fields 104, 106, 108, 110, and 112 may be single bits or simple Y/N indications.
- the other fields 102, 114, and 116 may be greater than a single bit.
- fields 104 and 106 may be consolidated into a single field that indicates internal or external or relies on the mutually exclusive nature of the location of the nodes to use a single indication to indicate the location of a node and the absence of such indication to infer the other location for nodes lacking the indication (e.g., if only node exists internally field 104 is present, the absence of a positive bit here necessarily indicates that the node exists externally).
- FIG. 6 is a signal flow diagram 130 showing how a node (e.g., node 34(1)) registers with a gateway (e.g., the gateway 46) on a reset or initialization.
- the node 34(1) includes node hardware (HW) 132 and node software (SW) 134.
- the gateway 46 includes a gateway (referenced in drawings as GW) port manager 140, a gateway routing table 142 (e.g., the system topology and status table 100), a gateway external bus manager 144, and a gateway configuration SW 146.
- GW gateway routing table 142
- the node 34(1) may write a reset condition in a status register (not illustrated).
- the reset condition may be a cold/subsystem hardware reset, a gateway reset request, a software reset request, or a debug reset.
- the node 34(1) may test to see if the gateway 46 is ready. Once the gateway 46 is ready, the initialization process of the signal flow diagram 130 begins.
- the port table is unlocked and can be modified by the gateway configuration SW 146.
- the gateway configuration SW 146 writes logical nodelD, Valid, Reliable/Non-Reliable in the port table with signal 150.
- the gateway configuration SW 146 also enables the gateway 46 with signal 152.
- the gateway 46 is auto-enabled.
- the gateway port manager 140 indicates to the node HW 132 that the gateway 46 is ready with signal 154, which causes the node HW 132 to update the gateway read status register (not illustrated).
- the node HW 132 sends a node reset command 156 to the gateway port manager 140, which checks the port flag value.
- the port flag value should be set to disabled.
- the port flag value is used to reset the port and routing tables on a warm reset condition.
- the gateway port manager 140 sends a reset acknowledgment (ACK) 158 to the node HW 132.
- the node HW 132 sends a node-initialization interrupt 160 to the node SW 134.
- the gateway configuration SW 146 may write Logical NodelD, Valid, Reliable/Non-Reliable in the port table with signal 162.
- the gateway configuration SW 146 may be triggered by the node-initialization interrupt 160.
- the node HW 132 sets the auto-enable bit with command 164.
- the node SW 134 sends an enable node command 166 to the node HW 132.
- the node HW 132 sends a port CONF command (sometimes referred to as CMD) 168 to the gateway port manager 140, which responds with a port CONF ACK 170 and locks (write protects or "WP") the port table such that it cannot be modified by the gateway configuration SW 146.
- CMD port CONF command
- WP write protects
- the node HW 132 sends an RX_MTU CMD 172 to the gateway port manager 140, which sets local, valid, reliable, RX_MTU in the gateway routing table 142 with command 174.
- the gateway port manager 140 sends an MTU ACK 176 to the node HW 132.
- the gateway routing table 142 sets HDR per the default value with command 178.
- the node HW 132 sends a Wakeable CMD 180 to the gateway port manager 140, which sets the wakeable/not- wakeable (NW) bit in the gateway routing table 142 with command 182.
- the gateway port manager 140 sends a wake ACK 184 to the node HW 132.
- the node HW 132 sends a CTS CMD 186 to the gateway port manager 140, which sets the CTS bit in the gateway routing table 142 with command 188.
- the gateway port manager 140 sends a CTS ACK 190 to the node HW 132.
- the node HW 132 sends an ON/OFF CMD 192 to the gateway port manager 140, which sets the ON/OFF bit in the gateway routing table 142 with command 194.
- the gateway port manager 140 sends ON/OFF ACK 196 to the node HW 132.
- the node HW 132 sends a configuration done (CONFDONE) CMD 198 to the gateway port manager 140.
- the gateway routing table 142 then sends a scout command 200 with a node state change to the gateway external bus manager 144.
- the gateway port manager 140 sends a CONFDONE ACK 202 to the node HW 132 and the port table is unlocked and may be modified by the gateway configuration SW 146.
- the signals and commands 170-202 are repeated for each node ID in the port table.
- the node HW 132 ends by sending a node configuration done interrupt 204 to the node SW 134.
- the port should maintain the state of the node to use in case of a dynamic creation of a logical node ID.
- This allows the node's state, such as enabled (on line), On/Off, Wake-able, Rx_MTU, and CTS, to inherit the state of the port at the time the logical node ID is created.
- the logical node ID may be created dynamically by setting or changing the logical node ID value.
- the port in the gateway keeps track of all possible logical node IDs and their status.
- a physical node may have four logical nodes with IDs a, b, c, and d. Changing conditions cause the dynamic creation of a new logical node (and its parameters) at ID e.
- logical node e replaces logical node a.
- the gateway list of logical nodes is updated to b, c, d, and e.
- the parameters of the logical node a may be kept in the node software if desired.
- FIG. 7 is a flowchart illustrating updating the system topology and status table 100 of Figure 5 with scout messages generated by changes in a state of a node.
- a process 220 begins with the node 34(1) changing state during normal operation (block 222).
- the node 34(1) may enter a sleep mode.
- the first gateway 46 learns of the state change of the node 34(1) (block 224).
- the node 34(1) may proactively inform the gateway 46 of this state change prior to the state change; the gateway 46 may periodically poll the nodes 34(1)-34(N) for state changes, or other techniques may be used as needed or desired.
- the first gateway 46 updates the local system topology and status table 100 (block 226).
- the first gateway 46 sends a scout message across the external bus 38 broadcasting the change in the local system topology and status table 100 (block 228).
- the second gateway 48(1) receives the scout message (block 230) and updates its local system topology and status table 100 (block 232).
- Figure 8 is an exemplary scout message 250 according to an exemplary aspect of a protocol of the present disclosure.
- the scout message 250 may include the following fields: idle field 252, start field 254, scout identifier field 256, version ("ver") field 258, priority field 260, a handover field 262, a message header 264, and one to four scout commands 266 (only one illustrated).
- the handover field 262 ends the arbitration phase of the scout message 250 and begins the data phase.
- Figure 9 is a signal diagram 270 of the node 34(1) communicating with a second node 34(2) within the first IC 32.
- the node 34(1) sends a message request 272 to the gateway 46.
- the message request 272 may include attributes such as reliability requirements.
- the gateway 46 checks if reliability is required (signal 274). If no reliability is required, the gateway 46 instructs the node 34(1) to send the message (signal 276) and the node 34(1) sends the message 278.
- the gateway 46 checks the system topology and status table 100 to see if the destination node 34(2) is available (signal 280). If the table 100 indicates that the destination node 34(2) is available (signal 282), the gateway 46 instructs the node 34(1) to send the message (signal 284) and the node 34(1) sends the message 278.
- the gateway 46 instructs the node 34(1) to hold or discard the message (signal 288).
- the gateway 46 sends a wake command 292 to the destination node 34(2).
- the destination node 34(2) sends a confirmation of waking (signal 294), and the gateway 46 instructs the node 34(1) to send the message (signal 296).
- the node 34(1) sends the message 278.
- Figure 10 is a signal diagram 310 of the node 34(1) communicating with a second remote node 40(1) on a remote IC such as one of the other ICs 36(1)- 36(M).
- the node 34(1) sends a message request 312 to the gateway 46.
- the message request 312 may include attributes such as reliability requirements.
- the gateway 46 checks if reliability is required (signal 314). If no reliability is required, the gateway 46 instructs the node 34(1) to send the message (signal 316) and the node 34(1) sends the message 318 across the external bus 38 to the remote destination node 40(1).
- the gateway 46 checks the system topology and status table 100 to see if the remote destination node 40(1) is available (signal 320).
- the table 100 should be current based on the scout messages that have previously been sent to provide the status of all nodes in the computing system 30. If the table 100 indicates that the remote destination node 40(1) is available (signal 322), the gateway 46 instructs the node 34(1) to send the message (signal 324) and the node 34(1) sends the message 318 across the external bus 38 to the remote destination node 40(1).
- the gateway 46 instructs the node 34(1) to hold or discard the message (signal 328).
- the gateway 46 sends a wake command 332 to the remote destination node 40(1) across the external bus 38.
- the remote destination node 40(1) sends a confirmation of waking (signal 334) across the external bus 38, and the gateway 46 instructs the node 34(1) to send the message (signal 336).
- the node 34(1) sends the message 318.
- Figure 11 is a table 350 illustrating structure of a standard message according to exemplary aspects of a protocol of the present disclosure.
- the standard message may have fields such as standard or scout (Std_or_Scout) 352, version 354, priority level 356, back-off bit 358, node sub-ID 360, clock handover 362, cyclic redundancy check (CRC) present 364, HDR mode 366, destination node ID 368, length 370, payload 372, CRC 374, and bus park 376. While other structures and/or arrangements for the standard message are possible, the structure illustrated in Figure 11 is suitable for exemplary aspects of the present disclosure.
- FIG 12 is a signal diagram of an arbitration process 400 according to an exemplary aspect of the present disclosure.
- the arbitration process 400 is provided in the interests of helping to explicate the new protocol used on the external bus 38. While other arbitration processes are possible, the arbitration process 400 is suitable for exemplary aspects of the present disclosure.
- the arbitration process 400 begins after the end of a previous sequence period 402 and after a bus idle period 404. During the bus idle period 404 the SCLK is dormant as is the SDATA.
- Arbitration phase 406 starts with arbitration start 408 which begins when one (or more) of the chips initiates a request on the SDATA line. On detection of the message initiation, an arbitration sequence 410 starts, and the ACM 58 drives the SCLK (denoted at 412).
- the various requesting gateways drive the SDATA according to their respective message priority (generally at 414) and priority is established. Once priority is established, a clock handover period 416 begins, after which the winning gateway drives the SCLK (denoted at 418) and provides the appropriate SDATA (denoted at 420) in a data phase 422.
- the multiple gateways 46 and 48(1)-48(M) can contend for access to the external bus 38 by transmitting a unique message priority value.
- the external bus 38 is configured so that when more than one of the gateways 46 and 48(1)-48(M) transmit during the arbitration phase 406, the most urgent priority value overrides the gateways 46 and 48(1)-48(M) with less urgent priority values.
- the message priority value is transmitted with a most significant bit (MSB) first, and all the gateways 46 and 48(1)-48(M) sense the external bus 38 to confirm that the bit they just output to the external bus 38 is the actual value of the external bus 38.
- MSB most significant bit
- the winning gateway is the gateway that detects all bits of its message priority value were transmitted properly (i.e., the priority bits were not pre-empted by another one of the gateways 46 and 48(1)-48(M)).
- the winning gateway is granted permission to transmit its message during the data phase 422.
- the external bus 38 After the gateway is finished transmitting its message, the external bus 38 returns to an idle state where any of the gateways 46 and 48(1)-48(M) is able to request access to the external bus 38.
- the gateway can send a unique bus access request that will cause a system-wide reset to occur.
- the unique bus access request is referred to as a bus error halt sequence.
- the most urgent priority value in the arbitration process is reserved for transmitting the bus error halt sequence.
- this priority value can be either all-ones or all-zeros, depending on assignment of the message priority values in the computing system 30.
- the bus error halt sequence can be transmitted by any of the gateways 46 and 48(1)- 48(M), and it is permissible for more than one of the gateways 46 and 48(1)-48(M) to transmit the bus error halt sequence simultaneously. It should be appreciated that by using the most urgent priority value for the bus error halt sequence, the gateway(s) 46 and 48(1)-48(M) that does transmit the bus error halt sequence will win the arbitration phase 406. The winning gateway(s) then does not transmit any data in the data phase 422. Because all winning gateway(s) do not transmit any data, there is no contention, even if there is a tie in the arbitration phase 406.
- the lack of a message in the data phase 422 will eventually trigger a reset timer in each of the gateways 46 and 48(1)- 48(M) which causes a system error and causes all the gateways 46 and 48(1)-48(M) to be reset.
- the system error is determined at each of the gateways 46 and 48(1)-48(M).
- the gateways 46 and 48(1)-48(M) may have a second timer which prevents them from restarting until the slowest of the gateways 46 and 48(1)-48(M) has an opportunity to detect the frozen external bus 38 so the slowest of the gateways 46 and 48(1)-48(M) can also declare a reset condition internally.
- a signal diagram 500 reflecting the system reset just described is provided in Figure 13.
- the signal diagram 500 is similar to the signal diagram of the arbitration process 400 of Figure 12 in that the arbitration process 400 begins after the end of the previous sequence period 402 and after the bus idle period 404.
- the SCLK is dormant as is the SDATA.
- the arbitration phase 406 starts with the arbitration start 408 which begins when one of the chips initiates a message on the SDATA line.
- the arbitration sequence 410 starts, and the ACM 58 drives the SCLK (denoted at 412).
- the requesting gateways assert data 414' on the SDATA line and priority is established.
- the data 414' is encoded in a non-return to zero inverted (NRZI) format, where a change in value is a one and no change in the value is a zero.
- the gateways 46 and 48(1)-48(M) transmitting respective priority values will transmit a logical one by driving a transition to change the state of the external bus 38 and then go to a high- impedance state.
- the signals on the external bus 38 are held in their current state using a keeper circuit (not illustrated) so that the external bus 38 is held in the present logic state if there is no gateway actively driving the external bus 38.
- One of the gateways 46 and 48(1)-48(M) sends a logical zero by not changing the state of the external bus 38.
- a logical one will take precedence over a logical zero.
- Any of the gateways 46 and 48(1)-48(M) that is sending the bus error halt sequence is sending the most urgent priority value, and thus, no other higher priority value can exist, so any of the gateways 46 and 48(1)-48(M) that are transmitting the bus error halt sequence will win the arbitration phase 406. Since all of the gateways 46 and 48(1)-48(M) transmitting the most urgent priority value are asserting the same values on the external bus 38, there is no problem with contention.
- the winning gateway transmits no data 502 during the data phase 422. Likewise, the winning gateway drives the SCLK to zero (denoted at 504) until a bus timeout condition occurs at time 506. Detection of the bus timeout condition causes the system reset as previously indicated.
- Figure 14 illustrates a signal diagram 600 for the bus error halt sequence where the external bus 38 implements a wire- AND function. That is, the external bus 38 has a pull-up resistor (not illustrated) instead of the keeper circuit, and an all-zero priority value is the most urgent value (denoted generally at 414"). A logical zero is transmitted by one of the gateways 46 and 48(1)-48(M) pulling the external bus 38 low, and a logical one is transmitted by one of the gateways 46 and 48(1)-48(M) not driving the external bus 38. If no gateway drives the external bus 38, the pull-up resistor pulls the external bus 38 to logical one.
- At least one of the gateways 46 and 48(1)-48(M) asserts the most urgent priority value and wins the arbitration phase 406. Then, as previously described, the winning gateway(s) transmits no data 502 during the data phase 422 and drives the SLCK to zero (denoted at 504) until the bus timeout condition occurs at the time 506.
- the interface fabric for interchip and intrachip communication may be provided in or integrated into any processor-based device.
- Examples include a set top box, an entertainment unit, a navigation device, a communications device, a fixed location data unit, a mobile location data unit, a mobile phone, a cellular phone, a smart phone, a tablet, a phablet, a computer, a portable computer, a desktop computer, a personal digital assistant (PDA), a monitor, a computer monitor, a television, a tuner, a radio, a satellite radio, a music player, a digital music player, a portable music player, a digital video player, a video player, a digital video disc (DVD) player, a portable digital video player, and an automobile.
- PDA personal digital assistant
- DSP Digital Signal Processor
- ASIC Application Specific Integrated Circuit
- FPGA Field Programmable Gate Array
- a processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine.
- a processor may also be implemented as a combination of computing devices (e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration).
- RAM Random Access Memory
- ROM Read Only Memory
- EPROM Electrically Programmable ROM
- EEPROM Electrically Erasable Programmable ROM
- registers a hard disk, a removable disk, a CD-ROM, or any other form of computer readable medium known in the art.
- An exemplary storage medium is coupled to the processor such that the processor can read information from, and write information to, the storage medium.
- the storage medium may be integral to the processor.
- the processor and the storage medium may reside in an ASIC.
- the ASIC may reside in a remote station.
- the processor and the storage medium may reside as discrete components in a remote station, base station, or server.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Environmental & Geological Engineering (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Quality & Reliability (AREA)
- Mathematical Physics (AREA)
- Small-Scale Networks (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Bus Control (AREA)
Priority Applications (7)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP16754624.1A EP3347823A1 (en) | 2015-09-10 | 2016-08-12 | Unified systems and methods for interchip and intrachip node communication |
| KR1020187009926A KR102704511B1 (ko) | 2015-09-10 | 2016-08-12 | 인터칩 및 인트라칩 노드 통신을 위한 통합된 시스템들 및 방법들 |
| EP23154234.1A EP4195058B1 (en) | 2015-09-10 | 2016-08-12 | Unified systems and methods for interchip and intrachip node communication |
| BR112018004715A BR112018004715A2 (pt) | 2015-09-10 | 2016-08-12 | sistemas unificados e métodos para comunicação de nó entre chips e interna de chip |
| CN201680052466.3A CN108027792B (zh) | 2015-09-10 | 2016-08-12 | 用于芯片间和芯片内节点通信的统一系统和方法 |
| KR1020247022151A KR102853457B1 (ko) | 2015-09-10 | 2016-08-12 | 인터칩 및 인트라칩 노드 통신을 위한 통합된 시스템들 및 방법들 |
| JP2018509894A JP6845224B2 (ja) | 2015-09-10 | 2016-08-12 | チップ間およびチップ内のノード通信のための統一されたシステムおよび方法 |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/850,104 US20170075843A1 (en) | 2015-09-10 | 2015-09-10 | Unified systems and methods for interchip and intrachip node communication |
| US14/850,104 | 2015-09-10 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017044247A1 true WO2017044247A1 (en) | 2017-03-16 |
Family
ID=56787712
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2016/046728 Ceased WO2017044247A1 (en) | 2015-09-10 | 2016-08-12 | Unified systems and methods for interchip and intrachip node communication |
Country Status (7)
| Country | Link |
|---|---|
| US (2) | US20170075843A1 (enExample) |
| EP (2) | EP4195058B1 (enExample) |
| JP (1) | JP6845224B2 (enExample) |
| KR (2) | KR102704511B1 (enExample) |
| CN (1) | CN108027792B (enExample) |
| BR (1) | BR112018004715A2 (enExample) |
| WO (1) | WO2017044247A1 (enExample) |
Families Citing this family (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20170075843A1 (en) | 2015-09-10 | 2017-03-16 | Qualcomm Incorporated | Unified systems and methods for interchip and intrachip node communication |
| US10521392B2 (en) | 2017-05-10 | 2019-12-31 | Qualcomm Incorporated | Slave master-write/read datagram payload extension |
| US20190227971A1 (en) * | 2018-01-23 | 2019-07-25 | Qualcomm Incorporated | Architecture for consolidating multiple sources of low-bandwidth data over a serial bus |
| US11443713B2 (en) * | 2020-01-30 | 2022-09-13 | Apple Inc. | Billboard for context information sharing |
| CN113296479B (zh) * | 2020-06-17 | 2024-07-23 | 盒马(中国)有限公司 | 总线入网单元、输送线电气控制系统及部署方法 |
| US11675713B2 (en) | 2021-04-02 | 2023-06-13 | Micron Technology, Inc. | Avoiding deadlock with a fabric having multiple systems on chip |
| JP2024120116A (ja) * | 2021-05-10 | 2024-09-04 | 日本たばこ産業株式会社 | エアロゾル生成装置の回路ユニット及びエアロゾル生成装置 |
| CN115460128B (zh) * | 2022-11-09 | 2023-07-07 | 之江实验室 | 一种面向多芯粒组合芯片的片上网络仿真系统 |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5199106A (en) * | 1986-09-19 | 1993-03-30 | International Business Machines Corporation | Input output interface controller connecting a synchronous bus to an asynchronous bus and methods for performing operations on the bus |
| US6173350B1 (en) * | 1997-10-17 | 2001-01-09 | Eveready Battery Company Inc. | System and method for writing data to a serial bus from a smart battery |
| US20020046311A1 (en) * | 2000-08-04 | 2002-04-18 | Yuichi Kageyama | Communications controlling method, communications system, and communications device |
| US20030135678A1 (en) * | 2001-09-20 | 2003-07-17 | Andre Gregory S. | Two level multi-tier system bus |
| US20070147359A1 (en) * | 2005-12-22 | 2007-06-28 | Intel Corporation | Method and apparatus for configuring at least one port in a switch to be an upstream port or a downstream port |
| US7945721B1 (en) * | 2006-08-11 | 2011-05-17 | Oracle America, Inc. | Flexible control and/or status register configuration |
| US20140149617A1 (en) * | 2012-11-27 | 2014-05-29 | Hon Hai Precision Industry Co., Ltd. | I2c bus structure and device availability query method |
Family Cites Families (27)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS63211837A (ja) * | 1987-02-27 | 1988-09-02 | Hitachi Ltd | デ−タ伝送制御方式 |
| JP2544481B2 (ja) * | 1988-06-20 | 1996-10-16 | 株式会社日立製作所 | 通信制御方式 |
| US6157967A (en) | 1992-12-17 | 2000-12-05 | Tandem Computer Incorporated | Method of data communication flow control in a data processing system using busy/ready commands |
| US6247161B1 (en) | 1997-01-16 | 2001-06-12 | Advanced Micro Devices, Inc. | Dynamically configured on-chip communications paths based on statistical analysis |
| US6714994B1 (en) | 1998-12-23 | 2004-03-30 | Advanced Micro Devices, Inc. | Host bridge translating non-coherent packets from non-coherent link to coherent packets on conherent link and vice versa |
| US6791949B1 (en) * | 2000-04-28 | 2004-09-14 | Raytheon Company | Network protocol for wireless ad hoc networks |
| US7484118B2 (en) | 2003-12-16 | 2009-01-27 | International Business Machines Corporation | Multi nodal computer system and method for handling check stops in the multi nodal computer system |
| US7409473B2 (en) | 2004-12-21 | 2008-08-05 | Sandisk Corporation | Off-chip data relocation |
| US7751850B2 (en) | 2005-09-01 | 2010-07-06 | Broadcom Corporation | Single chip multimode baseband processing circuitry with a shared radio interface |
| US7464225B2 (en) | 2005-09-26 | 2008-12-09 | Rambus Inc. | Memory module including a plurality of integrated circuit memory devices and a plurality of buffer devices in a matrix topology |
| US20070109015A1 (en) * | 2005-11-15 | 2007-05-17 | Alcatel | Switched integrated circuit connection architectures and techniques |
| JP2009021939A (ja) | 2007-07-13 | 2009-01-29 | Oki Electric Ind Co Ltd | ノード情報収集システム、ネットワーク装置及びノード |
| US9009350B2 (en) | 2008-04-01 | 2015-04-14 | International Business Machines Corporation | Determining a path for network traffic between nodes in a parallel computer |
| US8140835B2 (en) | 2008-05-09 | 2012-03-20 | International Business Machines Corporation | Updating a basic input/output system (‘BIOS’) boot block security module in compute nodes of a multinode computer |
| US20090307408A1 (en) | 2008-06-09 | 2009-12-10 | Rowan Nigel Naylor | Peer-to-Peer Embedded System Communication Method and Apparatus |
| US20100158005A1 (en) | 2008-12-23 | 2010-06-24 | Suvhasis Mukhopadhyay | System-On-a-Chip and Multi-Chip Systems Supporting Advanced Telecommunication Functions |
| EP2339795B1 (en) | 2009-12-07 | 2013-08-14 | STMicroelectronics (Research & Development) Limited | Inter-chip communication interface for a multi-chip package |
| US8359367B2 (en) | 2010-01-08 | 2013-01-22 | International Business Machines Corporation | Network support for system initiated checkpoints |
| US20120166621A1 (en) | 2010-12-23 | 2012-06-28 | Anish Sharma | Sharing the Status of S-CSCF Nodes Across I-CSCF Nodes in a Communications Network |
| US8824295B2 (en) | 2011-12-30 | 2014-09-02 | Qualcomm Technologies, Inc. | Link between chips using virtual channels and credit based flow control |
| WO2013111010A1 (en) | 2012-01-27 | 2013-08-01 | Marvell World Trade Ltd. | Chip-to-chip communications |
| CA2874899C (en) * | 2012-06-01 | 2017-07-11 | Blackberry Limited | Universal synchronization engine based on probabilistic methods for guarantee of lock in multiformat audio systems |
| US20130339091A1 (en) * | 2012-06-15 | 2013-12-19 | Anthony W. Humay | Intelligent social polling platform |
| US9152598B2 (en) | 2012-11-28 | 2015-10-06 | Atmel Corporation | Connecting multiple slave devices to a single master controller in bus system |
| US20150120826A1 (en) | 2013-10-28 | 2015-04-30 | Bernd Gauweiler | Node control in a distributed peer-to-peer network |
| US9497710B2 (en) * | 2013-11-25 | 2016-11-15 | Qualcomm Incorporated | Multipoint interface shortest pulse width priority resolution |
| US20170075843A1 (en) | 2015-09-10 | 2017-03-16 | Qualcomm Incorporated | Unified systems and methods for interchip and intrachip node communication |
-
2015
- 2015-09-10 US US14/850,104 patent/US20170075843A1/en not_active Abandoned
-
2016
- 2016-08-12 EP EP23154234.1A patent/EP4195058B1/en active Active
- 2016-08-12 CN CN201680052466.3A patent/CN108027792B/zh active Active
- 2016-08-12 KR KR1020187009926A patent/KR102704511B1/ko active Active
- 2016-08-12 KR KR1020247022151A patent/KR102853457B1/ko active Active
- 2016-08-12 BR BR112018004715A patent/BR112018004715A2/pt not_active Application Discontinuation
- 2016-08-12 WO PCT/US2016/046728 patent/WO2017044247A1/en not_active Ceased
- 2016-08-12 JP JP2018509894A patent/JP6845224B2/ja active Active
- 2016-08-12 EP EP16754624.1A patent/EP3347823A1/en not_active Ceased
-
2021
- 2021-06-30 US US17/363,407 patent/US11720512B2/en active Active
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5199106A (en) * | 1986-09-19 | 1993-03-30 | International Business Machines Corporation | Input output interface controller connecting a synchronous bus to an asynchronous bus and methods for performing operations on the bus |
| US6173350B1 (en) * | 1997-10-17 | 2001-01-09 | Eveready Battery Company Inc. | System and method for writing data to a serial bus from a smart battery |
| US20020046311A1 (en) * | 2000-08-04 | 2002-04-18 | Yuichi Kageyama | Communications controlling method, communications system, and communications device |
| US20030135678A1 (en) * | 2001-09-20 | 2003-07-17 | Andre Gregory S. | Two level multi-tier system bus |
| US20070147359A1 (en) * | 2005-12-22 | 2007-06-28 | Intel Corporation | Method and apparatus for configuring at least one port in a switch to be an upstream port or a downstream port |
| US7945721B1 (en) * | 2006-08-11 | 2011-05-17 | Oracle America, Inc. | Flexible control and/or status register configuration |
| US20140149617A1 (en) * | 2012-11-27 | 2014-05-29 | Hon Hai Precision Industry Co., Ltd. | I2c bus structure and device availability query method |
Non-Patent Citations (1)
| Title |
|---|
| See also references of EP3347823A1 * |
Also Published As
| Publication number | Publication date |
|---|---|
| US20170075843A1 (en) | 2017-03-16 |
| EP4195058A1 (en) | 2023-06-14 |
| JP6845224B2 (ja) | 2021-03-17 |
| KR102704511B1 (ko) | 2024-09-06 |
| EP4195058B1 (en) | 2024-07-03 |
| KR20180050727A (ko) | 2018-05-15 |
| CN108027792A (zh) | 2018-05-11 |
| US11720512B2 (en) | 2023-08-08 |
| CN108027792B (zh) | 2021-08-20 |
| EP3347823A1 (en) | 2018-07-18 |
| KR102853457B1 (ko) | 2025-09-01 |
| JP2018528540A (ja) | 2018-09-27 |
| EP4195058C0 (en) | 2024-07-03 |
| BR112018004715A2 (pt) | 2018-09-25 |
| KR20240108580A (ko) | 2024-07-09 |
| US20210326290A1 (en) | 2021-10-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11720512B2 (en) | Unified systems and methods for interchip and intrachip node communication | |
| US11010327B2 (en) | I3C point to point | |
| US10521392B2 (en) | Slave master-write/read datagram payload extension | |
| US10838898B2 (en) | Bit-interleaved bi-directional transmissions on a multi-drop bus for time-critical data exchange | |
| CN108885602A (zh) | 多协议i3c共用命令码 | |
| US10678723B2 (en) | Urgent in-band interrupts on an I3C bus | |
| US10579549B2 (en) | Staggered transmissions on a multi-drop half-duplex bus | |
| CN104322033A (zh) | 使用第二协议的扩展功能结构来控制第一协议的物理链路 | |
| US11520729B2 (en) | I2C bus architecture using shared clock and dedicated data lines | |
| CN104350720B (zh) | 提供用于双向串行互连的串行协议的装置、方法和系统 | |
| WO2015195784A1 (en) | Systems and methods for providing power savings and interference mitigation on physical transmission media | |
| US10592441B2 (en) | Bus communication enhancement based on identification capture during bus arbitration | |
| TW202014904A (zh) | I3c上的低等待時間虛擬通用輸入/輸出 | |
| CN119816821A (zh) | 使用端口聚集提高射频前端(rffe)吞吐量 | |
| US20170371830A1 (en) | Accelerated i3c master stop |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 16754624 Country of ref document: EP Kind code of ref document: A1 |
|
| DPE1 | Request for preliminary examination filed after expiration of 19th month from priority date (pct application filed from 20040101) | ||
| ENP | Entry into the national phase |
Ref document number: 2018509894 Country of ref document: JP Kind code of ref document: A |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| REG | Reference to national code |
Ref country code: BR Ref legal event code: B01A Ref document number: 112018004715 Country of ref document: BR |
|
| ENP | Entry into the national phase |
Ref document number: 20187009926 Country of ref document: KR Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2016754624 Country of ref document: EP |
|
| ENP | Entry into the national phase |
Ref document number: 112018004715 Country of ref document: BR Kind code of ref document: A2 Effective date: 20180309 |
|
| WWG | Wipo information: grant in national office |
Ref document number: 1020247022151 Country of ref document: KR |