Port Punching | Physical Design | VLSI

Port Punching in Physical Design VLSI:

Port punching refers to the process where a synthesis or implementation tool automatically creates a port to facilitate connections between hierarchical levels.

Let's understand this with a simple example. During the power planning stage, we use UPF commands like create_supply_net, create_supply_port, and connect_supply_net. These commands facilitate the addition of ports between hierarchical levels to establish supply connections, ensuring proper power distribution across the design.

Another example is feedthrough port punching/creation. In multi-voltage domains, many nets need to travel long distances due to multiple power domains. Since nets are not permitted to cross voltage areas to which they do not belong, this can lead to excessive wiring, congestion, and potential timing violations.

We can address these issues by breaking these nets using feedthroughs with extra ports created on the voltage area boundary, allowing nets to travel into different voltage areas with always-on buffering to solve timing issues.


With this approach, we achieve:

  •     Fewer routing resources
  •     Fewer buffers required

In brief, port punching is the process of defining and creating input and output ports on the periphery/hierarchy of the integrated circuit layout. These ports are essential for establishing connections. Port punching involves:

  •     Specifying location
  •     Specifying size
  •     Specifying type (input/output/bidirectional)
  •     Naming/labeling
  •     DRC rules compliance

Happy Learning !

#pd #ports #vlsi #pd #physicaldesign #verification #portpunching #power #semiconductor #freshers #infineon #india #timing #synthesis #implemtation #floorplan #placement #pv


Comments

  1. can the tool optimization also cause port punching ? or should all of the port punching be present in the input upf ?

    ReplyDelete

Post a Comment

Must Read

Understanding of Placement (Physical Design) - Part 1

Interview Question - Physical Design (PD) | Clock Skew

Dealing with Congestion in a Practical Way (Physical Design) :

Scripting Interview Question | Physical Design | VLSI

LVS Issue | Physical verification | VLSI

Low Power Design | Physical Design | Part 1

PPA Optimization in Synthesis & Physical Design | Area | VLSI Design

Placement - Physical Design - Part 2 - General Setup

Longer Routing Length | Tcl Scripting | Routing | Physical Design | VLSI