The Four Essential Tools of ASIC Design

Welcome FPGA engineers to join the official WeChat technical group.

Clickthe blue textto follow us at FPGA Home – the best and largest pure FPGA engineer community in China.

The Four Essential Tools of ASIC Design

In today’s article, I will share with you the “Four Essential Tools” of ASIC design: Fold, Expand, Retiming, and Resource Sharing.

Fold & Expand

Fold & Expand

The Four Essential Tools of ASIC Design

One clock cycle produces a result using two multipliers, large area, fast speed.

The Four Essential Tools of ASIC Design

Two clock cycles produce a result using one multiplier, small area, slow speed.

This process is called Folding, while Expanding can be seen as the reverse operation of Folding. In practical engineering, we use these two techniques appropriately according to our needs to achieve design optimization.

Improving speed and reducing area are two conflicting goals, so in specific designs, a trade-off is necessary. A good design aims to minimize idle time for logic that occupies a large area, achieving high reuse.

Retiming

It is often asked in written exams, what is Retiming technology?

Retiming is the process of adjusting timing. For example, when encountering complex combinational logic in a circuit with excessive delay, the timing may not be satisfied. In this case, pipelining technology is employed to insert registers in the combinational logic for operations, trading area for speed.

The Four Essential Tools of ASIC Design

We know that any digital circuit can be equivalently represented as combinational logic plus D flip-flops. The combinational logic path between two D flip-flops determines the system’s operating frequency and the chip’s performance. Therefore, to improve the chip’s operating frequency, we use pipelining technology to insert registers into the combinational logic.

The Four Essential Tools of ASIC Design

The position of the inserted registers needs to be carefully chosen. The number of registers consumed varies by position; for example, if you consume 25 bits of registers at position a and 20 bits at position b, save where you can.

The Four Essential Tools of ASIC Design

The earlier inserted registers made the delay of comb1 30ns and comb2 10ns. The system’s maximum operating frequency is determined by the longest path. This means that the cycle of the system’s maximum operating frequency cannot be less than 30ns. By inserting the pipeline earlier, we do not change the timing but use Retiming technology to equalize the delays between various combinational logics.

Resource Sharing

From a design perspective, the most common example is the counter. If one counter can achieve the task, there is no need to use two. The same logic between lower-level modules should try to use one circuit to reduce redundant designs.

Examples of sharing basic logic units include: area: adder > comparator > multiplexer, commonly referred to as add-compare-select.

A multiplier is essentially a full adder.

Thus, we have the sequence: select then compare, select then add, select then multiply.

Let’s illustrate with a diagram.

The Four Essential Tools of ASIC Design

The Four Essential Tools of ASIC Design

The most basic level of sharing is based on the sharing of basic components. Synthesis tools can perform a lot of automatic optimization, and during layout and routing, can further enhance resource utilization. Usually, optimization occurs within the same module, but if your tools are powerful enough, they can break module boundaries for optimization. Many modules can be disassembled and mixed together for routing, making module boundaries invisible from the backend. The routing optimization by tools is difficult for manual intervention.

Conclusion

The above is a classification from the perspective of basic circuit design and data path. As for control logic, simply put, it’s all about the state machine method. We will discuss this issue next time.

The Four Essential Tools of ASIC Design

Scanto follow

FPGA Home

The Four Essential Tools of ASIC Design

Welcome FPGA, Embedded, Signal Processing engineers to follow our public account.

Follow MeEngineers!

Let’s connect!

The Four Essential Tools of ASIC Design

The largest FPGA technical community in the country

The Four Essential Tools of ASIC Design

Welcome everyone to join the largest and strongest FPGA WeChat technical group. This group has thousands of engineers, a community of technology enthusiasts. FPGA engineers here help each other, share knowledge, and have a strong technical atmosphere! Hurry up and invite your friends to join!

The Four Essential Tools of ASIC Design

Just press and hold to join the national FPGA technical group!

The Four Essential Tools of ASIC Design

One of the best suppliers of Xilinx and Altera chips in the country!

Self-operated platform, guaranteed original quality!

Continuously supplying many military research institutes and listed companies!

The best FPGA chip prices and the best after-sales service!

With the industry’s top service reputation!

Backed by global top supplier quality standards!

All series of XILINX orders or stock advantages!

XCVU9P-2FLGB2104I 200PCS

XCVU9P-2FLGA2104I 500PCS

XCVU13P-2FLGB2104I 300PCS

XC7K325T-2FFG900I 1500PCS

XC7K325T-2FFG676I 950PCS

XC7K160T-2FFG676I 850PCS

XC7VX690T-2FFG1927I coming soon, please reserve!

XC7VX690T-2FFG1761I coming soon, please reserve!

For more Xilinx model inquiries, please consult us! Thank you! Scan the QR code to join!

The Four Essential Tools of ASIC Design

Official thanks to FPGA technology group sponsors: Xilinx, Intel (Altera), Microsemi (Actel), Lattice, Vantis, Quicklogic, Lucent, and others for their support to the technical group!

Leave a Comment