As semiconductor technology advances in the form of smaller and faster circuitry, more and more components can be implemented in a single semiconductor die. One type of die is a so-called system-on-chip (SoC) in which multiple agents are present that can be used to process data and perform other operations. Interconnectivity between these agents is achieved by a network-on-chip (NoC), which can be based on various methods including a packet-routing network, a bus, ring or so forth. However, these approaches can have issues with regard to design complexity, limited scalability, or area/power efficiency. Furthermore, some of the known interconnections may exhibit complex deadlock/contention problems to be resolved.
Most implementations include some type of buffer medium as part of the transport mechanism between agents, given that due to traffic considerations, latencies and so forth, multiple packets may be present in the transport mechanism between agents. While a ring can provide for a bufferless medium, such rings have historically been of a single dimension such that the ring concept does not leverage to multi-dimensions.
In various embodiments, bufferless and routerless intersecting rings, so-called “routerless I-rings,” may be provided to enable interconnections of on-chip nodes such as may be present in a system on chip (SoC) or other semiconductor device. Such an SOC may include various types of designs including multi-core and many-core central processing unit (CPU) designs with high agent counts including agents such as cores, caches, accelerators, memory controllers and so forth.
An interconnect network in accordance with an embodiment of the present invention can be designed to be of two or higher dimensions. In general, the network includes: (i) a bufferless transport medium; (ii) an ingress access point (for scheduling packets into the transport medium); and (iii) an egress receiver point (to pull packets from the transport medium). In many embodiments, the bufferless transport medium may include a set of synchronously clocked nodes arranged in an n×m mesh. Each such node may include networking related hardware, and in turn may be coupled to a corresponding agent such as a core, cache, accelerator, etc.
Referring now to
Still referring to
As seen in
The route taken by a packet is determined by the a priori defined and traffic independent sequence of connection states of the single nodes. The sequence may be chosen to be identical for all nodes or individually composed for each node. At any time, as determined by the node specific sequences, all nodes of the mesh are in one of a plurality of predefined, traffic independent connection states mapping input ports to output ports. While the scope of the present invention is not so limited, in one embodiment, all nodes may follow the same sequence built from two connection states, namely a pass-through state and a turn state, each of which enables communication in a different dimension.
Referring now to
In this pass-through state, the nodes simply forward packets from opposite sides and thus the mesh is decomposed into a set of horizontally and vertically overlayed, unconnected, rings. In some embodiments, pass-through communications occur in both directions based on control of the system to thus enable potentially more efficient communications, although complexity may increase in this instance.
While the pass-through state as represented in
Referring now to
In one embodiment, states are selected according to a cyclic schedule that can be completely independent from actual traffic on the medium. The schedule has to guarantee that at each sending node a time slot for insertion exists such that eventually the inserted packet arrives at the intended destination. One such scheme meeting this constraint is a cyclic schedule of S clocks (where, S−max(n,m)) comprising S−1 clock cycles with all nodes in the pass through state (
It is to be understood that different topological variations exist, such as other feedback connection schemes at the edges of a node or reducing the mesh to a unidirectional transport mechanism. Referring now to
With reference back to
When a packet is passed by agents associated with the respective node for packet insertion via the I/O circuitry, it can be intermediately stored in an ingress buffer until an appropriate time slot for transmission is reached, with no data allocated at the respective output port. That is, the system is configured such that due to its bufferless operation, incoming packets to an input port take precedence over locally generated packets, as there is no ability to maintain the received packets in a buffer or other storage structure.
To improve the maximum injection rate per port, multiple packets provided by the local agents may be processed in parallel, in some embodiments. As there typically exist multiple combinations of time slot and output ports for a packet to enter the network (or multiple packets may enter at the same timeslot), various heuristic algorithms can be applied to improve network performance. In these algorithms, options leading to optimal Manhattan routes may be preferred. As one example, other viable but inefficient routes (due to long paths in the network) may be removed (or deprioritized) from the tables. In cases of multiple packets contending for the same output port at the same timeslot, packets with fewer insertion options may be prioritized. Still further, such heuristic rules can be dynamically adapted. Meeting real-time requirements with this network is easy to achieve due to the deterministic behavior of the medium. To this end, deterministic slot pre-allocation mechanisms may be present.
For each input port, incoming packets are checked for their destination address. This checking can be based on different destination encodings, e.g., an absolute value (such as a destination identifier) or a down-counter decremented at each passing hop. In case of a match, the incoming packet is locally stored in a per-input port instantiated egress receiver queue and the respective slot on the mesh is marked as empty. To realize such operation, a receiver may have a local over-speed clock to allow reception of packets from all input ports in parallel at a given cycle. To eliminate such over-speed, in some other embodiment receivers may be restricted to only observe a deterministic subset of input ports at a given time, which is reflected accordingly in the respective entries of the slot tables. In addition, the input port logic may mark the slot as empty so that a subsequent node can use the slot for data insertion (assuming the current node does not). In one embodiment, a single bit indicator may be used to indicate whether the slot is actually allocated to data or is an empty slot. Note that a receiver port may choose to not sink an incoming packet destined for it (e.g., for power, resource, or other reason). The fabric allows for such “bounce” conditions and ensures that the packet is redelivered to its destination again after a finite period. That is, the fabric can support the ability to bring a packet back to its destination node in a deterministic manner. In different situations, this originally non-delivered packet may go back to its source, where information regarding its non-delivery can be used for flow control or other purposes.
Various micro-architectural improvement techniques may be applied to an I-ring interconnect in accordance with an embodiment of the present invention. For example, physical timing may be improved by allowing control signals that flag empty slots to run ahead on an identical operated mesh by a fixed cycle count to enable receiver pipelining. Also destination decoding may be pipelined by moving it to the preceding node, as will be described further below.
Embodiments may also enable scaling of rings beyond two-dimensions. For example, a topology of p n×m meshes can be “stacked” together. In such implementations, each n×m mesh may be located on one or more different layers of a semiconductor die. Alternately, multiple stacked die may be present, with each die including a m×n mesh in these implementations. At each node, a “switch” state may be provided to allow “packet swapping” between the 3 rings that intersect in a vertical dimension. Just as a 2-state minimal switching mechanism suffices for a 2-D mesh, a 3-state minimal switching mechanism will suffice for a 3-D stack of meshes. Of course, additional states and cyclic schedules can be created to optimize various network parameters.
Referring now to
In the implementation shown in
Otherwise the data and control information both pass to an output data selector 330, which generally is used to select either the data received via input port register 310, or data generated in the node, received from an agent of the node. Thus as seen in
Still referring to
For example, as discussed above, additional states may be present and accordingly, more output ports may be present, each configured to output information to a different neighboring node to which the present node is coupled. Further, while in many implementations incoming traffic takes priority such that when it is present, output logic only passes the incoming packet and does not insert a new packet in the next slot, embodiments are not so limited. That is, in other embodiments an override configuration may be present such that an incoming packet can be replaced in favor of insertion of a new packet (presumably of a higher traffic class). For example, the node can sink the packet (e.g., to a cache) and based on a flow control scheme later inject the packet, or the original sender of the replaced packet can be informed, e.g., by a no acknowledgment message, so that the packet can be resent.
Referring now to
Still referring to
Still with reference to
If at diamond 450 it is determined that one or more packets are present, control passes to diamond 460 where it may be determined whether a global schedule slot matches one of the packets. If not, control passes to block 470, discussed above. If there is a match, control instead passes to block 480 where a packet may be provided from an ingress queue to a selected output port according to the global schedule. Note that the determination as to which of multiple pending packets is to be transmitted can be based on the information in the table, as well as an understanding of the current slot of the global schedule. For example, the table information may associate slot identifiers with destinations. Various heuristics also may be taken into account in selecting one of multiple packets for output. In this way, priority information can be part of the basis of the determination. Still further, heuristics regarding the availability of multiple slots (or not) for a given packet to be inserted into the network can be used as part of the basis for the determination. Accordingly, as between two packets, a packet that has fewer slots into which it can be inserted may be selected ahead of a packet having greater available slots into which it can be inserted.
Thus in basic implementations the determination of which of multiple packets is to be selected can be based on slot identifier and destination identifier, while in more advanced implementations additional details regarding various heuristics can be taken into account. Then as seen, control passes to block 435 for output of this packet on the interconnect. While shown with this particular implementation for
For example, in some embodiments a pipelining implementation may be present in which the determination of whether a packet is destined for a given node is performed in a neighboring (i.e., a previous) node. That is, this determination may be made in the previous node and can be forwarded, e.g., via a one bit wire either in a look ahead manner or as part of the normal control information. In either event, using a pipelining implementation, it can be determined ahead of time that an ingress controller can start selecting a packet for insertion into an available slot. One mechanism to make the determination in the previous node as to whether a packet is destined for the next node may be via a count down mechanism. For example, rather than a destination identifier that corresponds to an intended node, a destination identifier may take the form of a count of nodes through which a packet is to pass between source and destination. Thus in each node through which the packet passes, this count down value is decremented. Accordingly, when this packet is received in the previous node, the count value may be decremented, e.g., to zero or one, indicating that the packet is intended for the next node. Accordingly, in a look ahead manner, a one bit wire may indicate that the next received packet by the intended node is for that node. To this end, some implementations may include separate pathways to pass this destination information as separate control information that can be provided through the IO circuitry such that these decisions can be made in advance.
Embodiments may be implemented in code and may be stored on a storage medium having stored thereon instructions which can be used to program a system to perform the instructions. The storage medium may include, but is not limited to, any type of disk including floppy disks, optical disks, optical disks, solid state drives (SSDs), compact disk read-only memories (CD-ROMs), compact disk rewritables (CD-RWs), and magneto-optical disks, semiconductor devices such as read-only memories (ROMs), random access memories (RAMs) such as dynamic random access memories (DRAMs), static random access memories (SRAMs), erasable programmable read-only memories (EPROMs), flash memories, electrically erasable programmable read-only memories (EEPROMs), magnetic or optical cards, or any other type of media suitable for storing electronic instructions.
While the present invention has been described with respect to a limited number of embodiments, those skilled in the art will appreciate numerous modifications and variations therefrom. It is intended that the appended claims cover all such modifications and variations as fall within the true spirit and scope of this present invention.
This application is a divisional of U.S. patent application Ser. No. 12/827,495, filed Jun. 30, 2010, the content of which is hereby incorporated by reference.
Number | Name | Date | Kind |
---|---|---|---|
5878265 | Hartmann | Mar 1999 | A |
5943423 | Muftic | Aug 1999 | A |
6009488 | Kavipurapu | Dec 1999 | A |
6088360 | Amaral et al. | Jul 2000 | A |
6574230 | Almulhem et al. | Jun 2003 | B1 |
6813268 | Kalkunte | Nov 2004 | B1 |
6920135 | Lea | Jul 2005 | B1 |
6920510 | Chang | Jul 2005 | B2 |
6975626 | Eberle | Dec 2005 | B1 |
7123623 | Sharma | Oct 2006 | B2 |
7154885 | Nong | Dec 2006 | B2 |
7170900 | Berggreen | Jan 2007 | B2 |
7185138 | Galicki | Feb 2007 | B1 |
7221647 | Moriwaki | May 2007 | B2 |
7221678 | Hughes | May 2007 | B1 |
7285487 | DeHon | Oct 2007 | B2 |
7292594 | Meempat | Nov 2007 | B2 |
7346067 | Chung | Mar 2008 | B2 |
7426185 | Musacchio | Sep 2008 | B1 |
7493406 | Amini et al. | Feb 2009 | B2 |
7710904 | Chrysos | May 2010 | B2 |
7782770 | Pannell | Aug 2010 | B1 |
7916135 | Kuo et al. | Mar 2011 | B2 |
7983287 | Musacchio | Jul 2011 | B2 |
8189612 | Lemaire | May 2012 | B2 |
8194690 | Steele et al. | Jun 2012 | B1 |
8644155 | Kure | Feb 2014 | B2 |
8665841 | Goel | Mar 2014 | B1 |
8699426 | Gaal et al. | Apr 2014 | B2 |
9158575 | Smith | Oct 2015 | B2 |
20030048792 | Xu et al. | Mar 2003 | A1 |
20030081624 | Aggarwal et al. | May 2003 | A1 |
20040037306 | Khan et al. | Feb 2004 | A1 |
20040141494 | Beshai | Jul 2004 | A1 |
20040151197 | Hui | Aug 2004 | A1 |
20040187087 | Eneboe et al. | Sep 2004 | A1 |
20050050007 | Sampson | Mar 2005 | A1 |
20050141254 | Hong | Jun 2005 | A1 |
20050207440 | Tyan et al. | Sep 2005 | A1 |
20060193318 | Narasimhan | Aug 2006 | A1 |
20060200825 | Potter | Sep 2006 | A1 |
20070299803 | Emuchay et al. | Dec 2007 | A1 |
20080164907 | Mercaldi-Kim et al. | Jul 2008 | A1 |
20080198867 | Moll et al. | Aug 2008 | A1 |
20090040984 | Rajamani | Feb 2009 | A1 |
20100158023 | Mukhopadhyay | Jun 2010 | A1 |
20110022871 | Bouvier | Jan 2011 | A1 |
20110103799 | Shacham et al. | May 2011 | A1 |
Number | Date | Country |
---|---|---|
200633394 | Sep 2006 | TW |
200637221 | Oct 2006 | TW |
200948006 | Nov 2009 | TW |
Entry |
---|
“A Highly Resilient Routing Algorithm for Fault-Tolerant NoCs”, David Fick, et al. Design, Automation and Test in Europe Conference and Exhibition, 2009. |
Chinese Patent Office, Office Action Mailed Sep. 27, 2014, in Chinese Office Application No. 201180032585.X. (Redacted). |
Taiwan Patent Office, Office Action mailed Jun. 10, 2015, in Taiwanese Patent Application No. 100123127. (Translation Redacted). |
Patent Cooperation Treaty, “Notification of Transmittal of International Search Report and Written Opinion of the International Searching Authority,”in international application No. PCT/US2011/042431, mailed Feb. 9, 2012. |
Larry Seiler, et al., “Larrabee: A Many-Core x86 Architecture for Visual Computing,” Aug. 2008, pp. 1-16. |
Intel Corporation, “An Introduction to the Intel QuickPath Interconnect,” Jan. 2009, 22 pages. |
Korean Intellectual Patent Office, Notice of Preliminary Rejection, dated Apr. 15, 2009, in Korean patent application No. 10-2007-0137905. |
Number | Date | Country | |
---|---|---|---|
20140050224 A1 | Feb 2014 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 12827495 | Jun 2010 | US |
Child | 14063858 | US |