Industry Article

Speeding Derivative SoC Designs With Networks-on-Chips

June 06, 2024 by Andy Nightingale, Arteris

With the help of a case study, we examine how adopting NoC technology can significantly improve the process of updating existing chip designs.

When people talk about the creation of SoCs (systems-on-chips), they typically consider the tools, technologies, and flows associated with developing a new SoC from the ground up. Less discussed but equally important are the challenges associated with taking an existing SoC and using it as the foundation for a derivative design.

The idea of a derivative design is to modify a relatively small portion of a field-proven SoC, perhaps replacing one or more of its functions with upgraded offerings, while keeping the larger proportion of the design as-is. With users constantly requiring “more” in terms of performance and features and “less” in terms of power consumption and cost, derivative designs have the following advantages:

  • Leveraging knowledge gained from the original.
  • Minimizing cost.
  • Limiting demands on resources.
  • Reducing risk.
  • Speeding time to market.

Creating an entirely new SoC is resource-intensive, time-consuming, and expensive by comparison. However, designing a derivative SoC isn’t without its own challenges, as we’ll soon see.

 

Complexities in SoC Designs

Let’s consider an example scenario where a portion of an existing SoC’s functionality needs to be replaced with new IP. Figure 1(a) shows an SoC with three IPs, each of which is equipped with one or two AXI ports. Note that these numbers are chosen purely for the sake of the example—a real-life SoC might comprise hundreds of IPs with several AXI ports apiece.

All on-chip communication between IPs is implemented using an AXI bus.

 

Block diagram showing (a) an original SoC where each IP is connected to an AXI bus by one or two ports, and (b) a derivative SoC where a new IP needs to be connected to the bus via three AXI ports.

Figure 1. Creating a derivative SoC isn’t as easy as it seems.

 

Say we want to replace the original version of IP #3, which has two AXI ports, with the new incarnation in Figure 1(b), which has three AXI ports. We must also meet the following requirements:

  • The replacement must occur quickly and efficiently, with minimal disruption to the existing silicon.
  • The physical design for most of the SoC must remain unchanged.

Remember that the physical design includes any connections to the AXI bus. The bus can be as wide as 1,024 bits. For just one connection, you might need hundreds of wires for the data, control signals, and other connections—if you're adding an extra port, you're potentially adding thousands more wires to the design.

Ideally, we would pull out the old IP, drop in the new IP, and implement the physical design process only on the new IP. But how can we do so when increasing the number of ports? Let’s look at a real-life case study.

 

Upgrading to Dual Image Processing: A Case Study

Inuitive, an IC company specializing in vision-on-chip technology, decided to develop a derivative of their flagship product. The derivative design replaced one of the chip’s three vector cores with a new dual-image signal processor. Like in the example above, the new IP required a greater number of AXI ports than the original.

To address this challenge, they opted to employ a network-on-chip (NoC). An NoC is an advanced communication subsystem used within a semiconductor chip to connect components such as processors, memory blocks, and peripherals. Everything communicates with the NoC by means of sockets.

In a typical NoC realization, sockets accept parallel data from IPs and translate their protocols into a common packetized and serialized form that’s then transported throughout the NoC. Several packets can be transmitted simultaneously. When a packet arrives at its destination, the socket associated with the target translates it back into the protocol favored by that IP.

An NoC usually spans the entire SoC, facilitating communication across the chip. In this case, however, the team implemented a small, localized version of an NoC whose sole purpose was to connect the new IP into the existing SoC infrastructure. This approach, pictured in Figure 2, manages the addition of new components without the need for widespread modifications to the rest of the communication network. The NoC transfers data between the new IP, which has a greater number of AXI ports, and the initially configured AXI bus, which supports fewer ports.

 

Block diagram of a derivative SoC where a new IP is connected to the existing AXI bus by an NoC.

Figure 2. Using an NoC to create a derivative SoC.

 

Rather than designing their own interconnect solution, which would have demanded a substantial investment of time and resources, the team decided to use FlexNoC interconnect IP. FlexNoC is a form of soft IP from Arteris. The designers used an associated tool to specify the required ports and NoC topology (star, ring, tree, mesh, etc.). The tool output the NoC as a register-transfer level (RTL) model, which then underwent synthesis and place-and-route along with the other soft IP functions.

This approach significantly sped up the market release of the new device. In the words of Dor Zepeniuk, the founder and CTO of Inuitive, "Using FlexNoC allowed us to get the NU4100 to market months earlier than if we had created a solution in-house." It also provided data profiling capabilities, allowing for the detailed analysis and optimization of data traffic across the network. This played an important role in identifying bottlenecks and ensuring efficient data flow.

 

Advantages of Leveraging NoC Technology

Inuitive's experience showcases the practical benefits of leveraging advanced NoC technology in SoC design. As SoCs increase in complexity, efficiently integrating new technologies and features becomes paramount. In that respect, NoCs are a game-changer. Using an NoC to implement a seemingly simple interface function might seem excessive, but in practice it’s a highly effective solution—especially compared to designing a new chip.

By making it easier to update a chip with only minimal changes to the overall system, NoC technology speeds up product development and encourages innovation. It reduces the need for comprehensive redesign, allowing companies to reallocate resources toward further innovation and exploring new market opportunities. For Inuitive, it also delivered enhanced product performance.

To learn more, visit the Innovative NoC Implementation Dramatically Speeds Derivative Design case study on the Arteris website.

 

Featured image background used courtesy of Adobe Stock; all other images used courtesy of Arteris

Industry Articles are a form of content that allows industry partners to share useful news, messages, and technology with All About Circuits readers in a way editorial content is not well suited to. All Industry Articles are subject to strict editorial guidelines with the intention of offering readers useful news, technical expertise, or stories. The viewpoints and opinions expressed in Industry Articles are those of the partner and not necessarily those of All About Circuits or its writers.