Blog

18
Jan
2026

Chiplets Reshaping Semiconductor Design: Cost & Performance

Why Chiplets Are Reshaping Semiconductor Design: A Pragmatic Look at Cost and Performance The Economic Case for Modular Silicon The semiconductor industry is at a crossroads. The discussion on chiplets vs. monolithic, SoCs is now more than just technical. It is changing the way processors are made. Traditional chips are reaching their limits. Wafer costs at advanced nodes exceed $2,000,

Read more

17
Dec
2025

AI Revolution in Semiconductors | Compute, Memory & Edge Growth

The AI Revolution in Semiconductors: How Industry Trends Are Driving Growth Across Compute, Memory, and Edge Interest in AI hardware is rising as the semiconductor industry trends towards faster computing and specialised designs. This, in turn, is changing investment focus and market outlook. Organisations across sectors now recognise that competitive advantage increasingly depends on silicon built for intelligence at scale.

Read more

10
Nov
2025

Advancing Semiconductor Design: Our Presence at SemIsrael Expo 2025

Advancing Semiconductor Design: Our Presence at SemIsrael Expo 2025 Our Participation at SemIsrael Expo 2025 SignOff Semiconductors will proudly participate in the SemIsrael Expo chip design track on Tuesday, 11 November, 2025 at the Avenue Convention Centre Airport City Israel. This prestigious event is a much-awaited gathering for the global semiconductor industry, connecting technologists and innovators who are shaping next-generation

Read more

25
Sep
2025

Empowering Healthcare Devices with SignOff’s ASIC SoC: Kaveri

Empowering Healthcare Devices with SignOff’s ASIC SoC: Kaveri The surge in demand for portable healthcare products has accelerated the need for embedded systems that offer low power consumption, compact size, and precise real-time processing of biomedical data. Pulse oximeters, which measure blood oxygen saturation (SpO₂) and heart rate, exemplify these requirements. This report examines the application of the Kaveri System-on-Chip

Read more

13
Feb
2024

Making a Difference: CSR Initiatives by Signoff Semiconductors

Making a Difference: CSR Initiatives by Signoff Semiconductors Introduction Creating a strong social impact has always been one of the major goals for Signoff Semiconductors. As a service-based organization founded on 10th December 2015, we have always believed in giving back to society as much as possible and are dedicated to making a meaningful impact since the initiation of our

Read more

6
Dec
2023

OCV, AOCV, and POCV

OCV, AOCV, and POCV Fig1: Derate Factor on Setup Analysis          Fig2: Derate Factor on Hold Analysis Issues in OCV:   Advance On-Chip Variation (AOCV):                  Fig3: Bounding box for cell and net distance Distance: If the distance increases, systematic variation will increase, and to mitigate the variation, we need to use a higher derate value. So along with the

Read more

27
Oct
2023

Optical Proximity Correction (OPC)

Introduction Optical Proximity Correction OPC is a resolution enhancement technique based on optical lithography. It is used in sub-wavelength lithography to deal with the severe image distortions. These image distortions typically include the: increased corner rounding, line-end shortening and changes in the width when located in isolated or dense environments. This technique helps in improving the imaging resolution. It is

Read more

11
Sep
2023

Layout Blog: Standard Cells

Layout Blog: Standard Cells Multiple Architectures Standard-cell library offers multiple architecture for best optimisation in performance, power, and area requirements of Digital designs. High Performance Architecture, a High-Density Architecture for varied customer application requirements. In each requirement (power/performance/area), layout approaches will be different to meet the design specifications. Here, we will covering in more common guidelines. Standard Cell Templates: Based

Read more

30
Jan
2023

IC Design & Flow Overview

IC Design & Flow Overview INTRODUCTION:Integrated circuits (ICs) have revolutionized the world as we know it. They power the devices we use every day and have enabled advancements in fields ranging from telecommunications to medicine. But have you ever wondered how these tiny chips, no bigger than a fingernail, are designed and manufactured? The IC design process is a complex
Read more
12
Mar
2021

STA-2

Ways to fix setup violations: Setup violation occurs because of high delay in the data path or due to negative skew. Below are the ways to fix setup violation: Gate sizing Buffering

8
Feb
2021

Boolean Expressions-2

We hope you had a good understanding of Boolean Expressions which is available @ Boolean Expressions. In this blog, we will discuss on the simplification of boolean functions.

5
Mar
2020

Logic Gates

We hope you had a good understanding of Number Systems which is available @ Number Systems. For building hardware, we need logic gates, combinational circuits and sequential circuits which takes input in the form of binary numbers. The main building blocks to design combinational and sequential circuits are logic gates which is explained below.

5
Mar
2020

Boolean Expressions-1

We hope you had a good understanding of Logic Gates which is available @ Logic Gates. To reduce the logical complexities of any Boolean expression, a set of theorems have been developed which is explained below.

4
Mar
2020

Number Systems

To start with VLSI skill development, we need to enhance our frontend skills. check the ASIC flow at ASICvsFPGA, which describes the frontend and backend flow for the full chip development. Frontend starts with specification gathering and architecture designing from the specifications gathered.

26
Feb
2020

ASIC vs FPGA

Before starting the discussion on what is ASIC and what is FPGA, we will first learn about the basics that a VLSI enthusiast should know. Moore’s Law: Moore’s law is the observation that the number of transistors in a dense integrated circuit doubles about every two years.

25
Nov
2019

Introduction to SDC

Before starting the discussion on what is ASIC and what is FPGA, we will first learn about the basics that a VLSI enthusiast should know. Moore’s Law: Moore’s law is the observation that the number of transistors in a dense integrated circuit doubles about every two years.

6
Feb
2019

Gate All Around FET

GAA is somehow similar to FinFETs except the conducting channel is surrounded by gate all around. Thus we get better gate controllability over the channel. The channel shape can be square or any other polygon shape.

5
Feb
2019

Communication Protocols

UART stands for Universal Asynchronous Receiver-Transmitter. It is commonly used in the microcontroller to communicate with the peripheral. An 8-bit serial data coming from the peripheral device is converted into the parallel form using serial to parallel conversion and parallel data coming from the CPU is converted using parallel to serial conversion.

14
Dec
2018

Bulk CMOS

CMOS technology uses both NMOS and PMOS transistors, The transistors are arranged in a structure formed by two complementary networks. Bulk CMOS is a chip built on a standard silicon wafer.

14
Dec
2018

FinFET-2 (Multi-Gate FinFET)

In 1965, Gorden Moore in his paper predicted that how number of transistors in integrated circuit get double in every 18 month. Even though in 1990, a new type of substrate named SOI (Silicon-on-insulator) was introduced which improved the speed and power consumption, the first integrated circuit transistor was fabricated on “Bulk” silicon wafers.

11
Dec
2018

Silicon On Insulator ( SOI )

Silicon on insulator (SOI) refers to the use of a three layered substrate in place of conventional bulk silicon substrates. A thin layer of silicon is placed on top of an insulator such as silicon dioxide (SiO2) also known as a buried oxide layer.

30
Mar
2018

UPF

Power is one of the most concerned factor in the lower node technologies due to sophisticated operation of a system at higher frequencies, complex functionalities, wireless applications and portability. Power dissipation has become one of the critical issues as it results in heating up of the device which in-turn affects the operation of a chip.

28
Mar
2018

Post CTS Optimization

During Clock tree synthesis, buffers or inverters are added in the clock nets to achieve minimum Insertion delay and Skew, while meeting the clock DRV’s. Various optimizations are performed during CTS such as CCDO (Concurrent Clock and Data Optimization) and CTO (Clock Tree Optimization) .

28
Feb
2018

STA-1

What is STA ? Static timing analysis is one of the techniques used to verify the timing of a digital design. STA is static since the analysis of the design is carried out statically and does not depend upon the data values being applied at the input pins of the design.

27
Feb
2018

Pulse Width Reduction

What is the need of balanced buffers in clock path (Pulse Width Violation) ? Balanced buffers are preferred for clock tree synthesis. If unbalanced buffers (unequal rise & fall time) are used in CTS, then pulse width reduces & minimum pulse width violation occurs.

27
Feb
2018

FinFET-1

What are FinFETs?FinFETs are non-planar transistors built on SOI or Bulk substrate. FinFET describes any fin-based, multi-gate transistor architecture, regardless of the number of gates. 

24
Feb
2018

Wire Modelling, Cross-talk & Double-switching

Wire appears as a simple line in schematic diagrams, connecting two components. But they are equally important as transistors because they affect speed, power dissipation and reliability of the circuit.

23
Feb
2018

PVT, RC Variation & OCV

PVT is abbreviation for Process, Voltage and Temperature. In order to make our chip to work in all possible conditions, like it should work in Siachen Glacier at -40°C and also in Sahara Desert at 60°C, we simulate it at different corners of process, voltage and temperature which IC may face after fabrication.

4
Dec
2017

Getting started with Ubi, std cell design & layout #1

“Lot of freeware VLSI CAD tools work well on Ubuntu. Learning Linux, shell commands/scripts, awk, grep, sed, perl & shell will be very easy on Ubuntu, these are basic things any VLSI engineer has to know & this knowledge makes him faster”

4
Dec
2017

Getting started with Ubi, std cell design & layout #2

Double click on electric to open it. A window will be displayed which will have File, Edit, Cell, Export,View, Window, Tools and Help options on the tool bar. On the left hand side pane, you will find a window which has three options namely : Layers, Components and Explorer. You will learn more about these options as we go ahead with the design.

3
Nov
2017

SignOff checks

Design Rule Check (DRC) determines whether the layout of a chip satisfies a series of recommended parameters called design rules. Design rules are set of parameters provided by semiconductor manufacturers to the designers, in order to verify the correctness of a mask set.

3
Nov
2017

Routing optimization and Chip Finishing

Routing optimization is a step performed after detailed routing in the flow. Inaccurate modeling of the routing topology may cause timing, signal integrity and logical design constraint related violations. This may cause conditions wherein fixing a violation would create other violations and many such scenarios may cascade to make it very difficult for timing closure with no timing DRCs.

2
Nov
2017

LEF, DEF & LIB

The LEF file is the abstract view of cells. It only gives the idea about PR boundary, pin position and metal layer information of a cell. To get the complete information about the cell, DEF (Design Exchange Format) file is required. In this 3 sections are defined, i.e. technology, site, macros. In the technology part layers, design rules, via definitions and metal capacitance are defined.

17
Oct
2017

Synthesis

Synthesis is process of converting RTL (Synthesizable Verilog code) to technology specific gate level netlist (includes nets, sequential and combinational cells and their connectivity).

16
Oct
2017

Standard Cell Library

Standard cells are designed based on power, area and performance. First step is cell architecture. Cell architecture is all about deciding cell height based on pitch & library requirements. We have to first decide the track, pitch, β ratio, possible PMOS width and NMOS width.

16
Oct
2017

Clock Tree Synthesis

Clock Tree Synthesis (CTS) is one of the most important stages in PnR. CTS QoR decides timing convergence & power. In most of the ICs clock consumes 30-40 % of total power. So efficient clock architecture, clock gating & clock tree implementation helps to reduce power.

16
Oct
2017

Routing

Routing is the stage after Clock Tree Synthesis and optimization where- Exact paths for the interconnection of standard cells and macros and I/O pins are determined. Electrical connections using metals and vias are created in the layout, defined by the logical connections present in the netlist.

2
Jun
2017

Placement & Optimization

Candidates from relevant branches are considered for the opening – Electronics, Electrical, VLSI, Digital Electronics.“Our vision is to be a leading VLSI design service provider. Quality, Customer success & TTM are our key goals”

19
May
2017

Floorplan

Physical design is process of transforming netlist into layout which is manufacture-able [GDS]. Physical design process is often referred as PnR (Place and Route) / APR (Automatic Place & Route). Main steps in physical design are placement of all logical cells, clock tree synthesis & routing.

12
Apr
2017

CMOS Basics & Process Overview

Why CMOS? Output of all CMOS cells will be very close to rail-rail (may not be in case of Pass Transistor) With constant input to any cell, power dissipation is only due to leakage currents. Power dissipation increase if activity factor is more (Short circuit current + charging & discharging of load)

8
Apr
2017

IC Design & Flow Overview

A System on Chip (SoC) is an integrated circuit that integrates all components of an electronic systems. It may contain digital, analog, mixed-signal, and radio-frequency modules—all on a single substrate. SoCs are very common in the mobile computing market because of their low power-consumption