Detailed routing faces challenges such as complex design rules, pin access, and limited routing resources
(
14
)
.
Common VLSI routing methods, for example
(
15
;
16
;
17
;
18
)
,utilize path-finding algorithms such as A
∗
search or maze routing, supported by a DRC engine.
A classic and still popular paradigm for resolving competition over routing resources between different nets is
negotiation
-based routing
(
19
)
. In these approaches, a rip-up and reroute scheme is utilized to clear routing failures.
A key distinction between VLSI and PIC routing is the routing direction.
VLSI routing is usually Manhattan or even unidirectional, while PIC routing necessitates curvy waveguides.
Diverse routing directions, including octagonal routing, are employed in analog
(
20
;
21
)
, PCB
(
22
;
23
;
24
)
, and package routing
(
25
;
26
)
.
Nevertheless, research on curvy path routing remains limited.
In the PIC routing problem, we typically operate with a single silicon waveguide routing layer, where photonic devices are considered as obstacles.
The waveguides form port-to-port optical paths, resulting in all nets being 2-pin nets.
Here, we provide a brief overview of PIC routing design rules and highlight the unique considerations specific to photonic circuits.
Figure 2.
Compare properties/rules of EIC and PIC routing.
2.2.1.
Waveguide Spacing
Waveguides need proper spacing with each other and photonic device structures to avoid crosstalk from unwanted coupling.
Due to the diverse types/sizes of waveguides, as shown in Fig.
2
, the minimum spacing rule between two nets depends on many factors, e.g., wavelength, polarization mode, refractive index contrast, substrate type, waveguide cross-sections.
For example,
for high-index contrast systems (such as silicon-on-insulator), small spacings (e.g., 1-3
m) are sufficient.
2.2.2.
Bend Radius
In photonic circuits, the bend radius is a key parameter that has a huge difference from the 90
∘
metal wire bend in VLSI.
Sharp bends in photonic waveguides can cause significant mode mismatch and radiation losses.
To mitigate these losses, the waveguide bend structure typically forms a smooth curve, such as a circular or Euler bend for 90
∘
turns and a sine bend for routing offset, with sufficient curvature to ensure proper light confinement and minimize loss, as shown in Fig.
2
.
The bend radius in photonic circuits can vary widely, typically ranging from a few microns to millimeters, depending on factors like material properties, bending structure, and refractive index contrast.
Silicon waveguides with high refractive index contrast can support small bend radii, typically around 5-10
.
Silicon nitride waveguides, with lower refractive index contrast, require larger bend radii, generally 20-100
, depending on waveguide geometry and application.
While a larger bend radius minimizes insertion loss, it also consumes more chip area and routing resources, which can potentially cause routability issues.
2.2.3.
Waveguide Crossing
Unlike VLSI routing that forbids wire crossings and uses vias for layer transitions, photonic circuits enable waveguide crossings (CRs) on the same layer.
CRs are often essential especially for dense circuits.
However, each CR introduces insertion loss, typically ranging from 0.1 dB to 1 dB, and occupies a footprint of about
5
5
.
Moreover, the angle at which waveguides intersect is crucial in minimizing crosstalk.
CRs require
perpendicular waveguide intersections to minimize crosstalk
, posing
challenges for routing dense PICs
, especially when parallel waveguides need sufficient space to adjust their relative orientation through curvy bending, as shown in Fig.
2
.
2.2.4.
Port Connection and Alignment
PIC connects waveguides via precise port abutment, which requires exact face-to-face alignment (180
∘
orientation).
Fig.
2
shows an example.
Misalignment or offset between waveguides can lead to signal path failure, making
precise alignment
a critical requirement during PIC routing.
2.2.5.
Signal Integrity
One of the most important metrics for PIC is insertion loss, which impacts the laser power budget and signal integrity (signal-to-noise ratio, crosstalk).
The major evaluation metric for PIC routing is the maximum insertion loss on the critical path.
Long waveguides and CRs introduces disturbance in signal integrity and are preferred to be avoided.
2.3.
Schematic-Driven PIC Layout
Traditional PIC physical design workflows, including manual design and current available EPDA tools, are schematic-driven
(
27
)
.
In this approach, all structures, including crossings and even each segment of a waveguide, are treated as separate instances in the netlist.
Designers need to plan the routing ahead during schematic stage and manually insert crossings as instances to the netlist.
Then, the nets in the schematic represent only port connectivity, eliminating the need for physical instantiation of nets, as all ports of waveguides are connected through abutment.
One significant drawback of the schematic-driven layout approach is that waveguide routing and crossings must be predetermined by design experts at the schematic stage, relying on empirical predictions of physical design solutions.
Once established, these elements cannot be easily added or removed during routing, resulting in a
rigid, manually-defined routing topology
.
This rigidity often causes back-and-forth modifications between the physical design and schematic stages, which can be inefficient.
Moreover, it is
not scalable
to manually handle the routing of large-scale PICs.
To address this issue, a
new formulation of instances and nets is needed to decouple the schematic and physical design stages
while incorporating automated crossing insertion.
This would allow for
greater flexibility and efficiency for scalable
PIC auto-routing.
2.4.
PIC Routing Quality Metrics
In addition to regular routing metrics, such as wirelength, design rule violation, and runtime, one of the most important photonic-specific metrics is
critical path insertion loss (IL)
that impacts link power budget and signal-to-ratio ratio.
IL is calculated based on the optical path which refers to the light propagation path through all cascaded components from the laser source to the photodetector.
Assume a path
consists of instances and nets
.
Some nets and instances are shared across different paths.
Note that for multi-port photonic devices, we assume the same IL from any input port to any output port given lack of accurate IL information from available free PDKs.
Port-specific ILs can be easily considered in the same formulation.
The insertion loss
is defined as the sum of ILs of all devices
and waveguide routes
along the path in the decibel unit (dB) as a convention.
For net IL, we will consider the crossing
, bending
, and propagation
losses in the instantiated waveguide routes.
Therefore, we have:
where
,
, and
are the total straight waveguide length, the number of crossings and total degree of bending along the path
, and coefficients
are the insertion loss per unit length/CR/angle for the specific photonic component structures.
To achieve the desired optical functionality and signal-to-noise ratio for switching, modulation, or multiplexing, the insertion loss should be minimized.
The maximum insertion loss
among all paths
determines how much extra power is required from the laser to ensure that enough light reaches the output photodetectors or subsequent stages in the circuit.
Thus,
is the main qualifier of PIC routing, and the objective function is given as:
PIC Detailed Routing.
Given a set of nets
, a set of placed devices
, generate a routing solution for each net
such that
is connected without design rule violations and minimize the
.
3.
APR
: Automated PIC Detailed Routing
In this section, we present the details of our proposed APR framework, built on a customized grid-based A
∗
search algorithm.
It efficiently finds curvy waveguide paths and inserts crossings automatically to minimize maximum insertion loss while honoring design rules.
The overall flow of our proposed framework is shown in Fig.
3
.
The core of our routing framework includes three main phases:
➊
Port Access Assignment
: This phase assigns ports, considering orientation and density, to ensure smooth routing and minimize congestion;
Iterative Curvy-Aware Waveguide Routing
: This phase connects all nets with curvy-aware A
∗
search following group-based net ordering, with a local rip-up and reroute (LRR) check to optimize crossings and comply with the design rules in Section
2
;
and ➌
Route Refinement
: At the end of the routing stage, we refine the routing solution and generate a DRV-free GDS layout.
Figure 3.
Algorithm flow of our
APR
framework.
3.1.
Accessibility-Enhanced Port Assignment
The port access problem is one of the most challenging subroutines in PIC detailed routing.
Unlike the VLSI routing problem, where metal pins are unidirectional, PICs use
directional waveguide ports
, which have strict
access orientation and precise alignment requirements
.
Ports must be accessed with waveguides in a specific face-to-face orientation (180
∘
) and exact cross-section alignment, as shown in Fig.
4a
.
Accessing the target port with a wrongly-oriented waveguide fails to find a legal connection, as there may not be enough space near the port to adjust direction using curvy bends.
When a waveguide passes near ports of other nets, accessing the
blocked
port becomes even more difficult.
The primary reason for this port access challenge is the large area required to accommodate curvy waveguide bends.
To solve the above challenges, we propose the following port access assignment techniques that account for both port orientation and port density, enhancing overall port accessibility.
Figure 4.
(a) Port propagation and reserved port region help port access.
(b) Port spreading removes congested ports in the same grid.
(c) group-based net order with access point offset enables channel planning and allows potential crossing.
Port Propagation
.
In PICs, some ports are located within the device bounding box. Since devices are treated as obstacles, we propagate these internal ports to the boundary of the device bounding box according to their orientation, as shown in Fig.
4a
.
Bending-Aware Port Access Region Reservation
.
To prevent other waveguides from blocking port regions, grids in front of each port, along the port orientation, are reserved for the corresponding net, ensuring they cannot be crossed by other nets, as shown in Fig.
4a
.
The size of the reserved region is adaptive to the waveguide’s bending radius, ensuring enough space for potential bends to maximize port access success while minimizing area.
Congested Port Spreading
.
In some PIC devices, high-density ports may occupy the same routing grid, causing port access difficulty.
To address this, we
symmetrically
spread these access ports with a predefined extension length and spacing, as illustrated in Fig.
4b
.
The newly arranged ports will connect to the original ports using sine bends, ensuring they
occupy distinct routing grids to reduce congestion
.
The reserved port access region will be updated to reflect the new port locations.
Channel Planning via Staggered Access Point Offsets
.
To enhance accessibility, we propose staggered access point regions for densely placed ports, as depicted in Fig.
4c
.
For instance, in multimode interference (MMI) devices with numerous ports on the same side, high port density can lead to access ports being obstructed by nearby waveguides.
Parallel waveguides with narrow spacings prevent other nets from crossing over them, as inserting crossings requires sufficient space.
We
progressively extend the access region length
for inner ports with an offset larger than a waveguide crossing size.
This approach not only leaves enough bending space for inner ports to navigate out of congested regions but also facilitates the
placement of consecutive crossings
, allowing other waveguides to pass through parallel waveguides.
This significantly decreases the chance of infeasible routing or excessive detours.
3.2.
Port-Group-based Net Order
APR
is a sequential router that processes nets one at a time.
The order of net routing impacts the final routing quality and feasibility.
We propose a port-group-based net ordering strategy that organizes ports on the same device based on their direction.
Ports facing the same direction are clustered together into groups (e.g.,
).
For example, as shown in Fig.
4c
, the 0° and 180° ports in a device are divided into two port groups
and
.
The
routing process is completed one group at a time
, ensuring that all nets within a group are routed before proceeding to the next group.
The key insight behind this method is the observation that
most congestion and routing conflicts arise between nets within the same group
.
By employing a group-wise routing approach,
nets are routed with awareness of others in the same group, minimizing intra-group conflicts
and improving overall routing quality.
The routing order of a net
is given by the following priority score
when a minimum-priority queue is used to manage all unrouted nets:
where
is the Euclidean distance between two end ports of net
, and
denotes the smallest Euclidean distance among the nets within group
.
A smaller max net distance of a group will result in a higher routing order for that group.
The term
refers to the local order of net
within its group.
This ensures that nets are routed based on their relative position in the group, helping to reduce conflicts between nets, particularly in multiport devices.
3.3.
Non-Manhattan Waveguide Routing with Curvy-Aware A
∗
Search
In contrast to typical Manhattan VLSI routing, PIC designs typically employ non-Manhattan routing methods.
Smooth curves decrease bending angles and waveguide lengths, thus reducing insertion loss.
In this section, we present our iterative waveguide routing algorithm, designed to generate smooth waveguides with both 45
∘
and 90
∘
turns, while supporting adaptive crossing insertion.
3.3.1.
Spacing-Ensured A
∗
Routing Grid Size Setting
The
APR
grid size
is set to be larger than the waveguide width.
In typical PIC designs, waveguides are generally wider than ports. Setting
larger than the waveguide width maximizes pathfinding efficiency while facilitating easy port access.
3.3.2.
Parametric Curvy-Aware Neighbor Candidate Generation
Figure 5.
Parametric curvy-aware neighbors allow non-Manhattan curvy waveguide routing.
Neighbors are automatically derived based on bending radius and grid size.
To efficiently enable curvy-aware A
∗
search, we propose parametric curvy-aware methods to generate neighbor candidates and perform comprehensive DRC check to select legal neighbors for exploration.
PIC uses curves instead of 90
∘
or 45
∘
turns in VLSI and PCB routing.
We develop a customized curvy-aware neighbor generation scheme for the node based on parametric bending geometry.
Each routing node is defined by its spatial location and orientation, which is crucial for accessing ports in the correct direction.
We represent this as a
directional node
using (
,
,
).
As shown in Fig.
5
, we derive neighbor candidates based on the current node’s orientation and a user-defined bending radius.
Based on their orientation, current nodes are categorized into two states: the Manhattan State (MS) and the Non-Manhattan State (NMS).
The MS nodes align with the x/y-axis and have five neighbors: one adjacent neighbor at 0
∘
and four non-adjacent neighbors at
45
∘
and
90
∘
.
The NMS nodes are routed along the diagonal line with three neighbors.
The
location of neighbor candidates is adaptively derived
based on the bend radius (
) and grid size (
).
Larger radii and smaller grids result in larger step sizes in the grid.
For instance, for an MS node in 0
∘
, its adjacent neighbor is simply 1 grid away, and the steps of 90
∘
and 45
∘
neighbors are given by
In the neighbor generation process, we apply the ceiling function,
, to ensure enough space for bending.
Unlike 45
∘
diagonal neighbors in traditional 8-way A
∗
, where
and
are equal, our approach
intentionally sets
to be larger than
, which prevents direct diagonal turns
.
This is motivated by the fact that, at the corner grid, the 45
∘
bend will indent inward toward the center, occupying the inner grid and disrupting the straight part before the corner.
A larger
ensures that it does not rely on the previously established search path and leaves enough space for the 45
∘
bend.
3.3.3.
Geometry-Aware Neighbor Legality Check
To ensure that only feasible neighbors are considered for exploration, a legality check is necessary before adding them to the priority queue.
A neighbor is legal only when the real geometry of the corresponding waveguide does not violate any design rules.
Hit No Obstacle: Geometry-Aware Spacing Check
.
If the neighbor does not hit an obstacle, we instantiate the real geometry of the connecting waveguide and perform a spacing check to ensure the route has no DRV.
Figure 6.
Proposed adaptive waveguide crossing insertion.
Hit Routed Nets: Predictive Crossing Insertion
.
If a neighbor candidate hits a previously routed waveguide (marked as an obstacle), we need to check whether it is feasible to insert a waveguide crossing to pass through it.
As illustrated in Fig.
6
, several critical constraints must be considered for crossing insertion:
➊
Enough straight waveguide length
:
Waveguide crossings occupy specific chip areas, requiring adequate spacing, and perpendicular orientations.
Therefore, we check and ensure sufficient straight length and correct port orientation by checking the orientation state at each routing grid.
➋
No conflict with blockages
:
We will check whether the bounding box of the CR overlaps with any obstacles to honor design rules.
➌
Port matching
: For successful connectivity, the waveguides must align precisely with the four ports of the crossing.
This includes matching properties such as cross-section, width, etc.
By predictively checking all those legality conditions, we can adaptively incorporate crossing insertion during the routing process.
This approach
reduces the need for long detours and avoids the complications associated with manually defined crossings
in the schematic.
3.3.4.
Insertion Loss-Aware A
∗
Search Cost
Figure 7.
Group-based congestion penalty in Eq. (
5
).
APR
uses a customized A
∗
search cost to consider insertion loss and optimize the algorithm efficiency.
An A
∗
search cost function
representing the cost of a path can be defined as
,
where
is the cost from the source (s) to the current node
, and
is the estimated cost from the current node to the target
.
The formulation of
is divided into two parts, the insertion loss of current node
which follow the calculation of Eq. (
1
) and the
group-based congestion penalty (GCP)
:
where
is a penalty coefficient to
prevent the net from routing too close to the blockage or previously routed waveguides
, and
is the number of grids that occupied by others in the check region
as shown in Fig.
7
.
is determined by the number of unrouted nets in its port group.
As more nets are routed,
decreases to avoid consuming extra space.
Empirically,
aids the routing process by
reserving resources for each port group
, thereby preventing other nets from entering the port area.
We further customize the heuristic cost function
to better estimate 45
∘
and 90
∘
bends, as shown in Eq. (
6
).
where
is the minimum difference between the current node
and target node
along either the x-axis or y-axis, and
is the maximum one.
The
insertion loss of 45
∘
bend is added as a penalty
since a
non-zero
or
means there will be an orientation misalignment
in the end of the path and makes it hard to connect to the target port.
3.3.5.
Waveguide Instantiation
Figure 8.
Represent routed waveguides in oriented grid map.
One of the largest differences of
APR
from prior global routing methods is
geometry awareness
.
Once we obtain a path, we instantiate the curvy waveguide’s real geometry with extrude function from GDSFactory
(
28
)
and store it on the
overlapped oriented routing grid map
accordingly as shown in Fig.
8
.
Later, the A
∗
search engine can thereby treat the existing routed waveguides as obstacles and consider waveguide spacing check and crossing insertion conveniently.
3.3.6.
Violated Net Removal.
When accessing to the oriented target port is failed,
APR
apply a rip-up-and-reroute (RR) scheme.
We relax DRC checking and record nets that conflict with the established paths.
These nets are subsequently ripped up and rerouted in subsequent iterations.
To avoid repeating the same routing results and to mitigate congestion, a history cost
(
29
)
is updated in the history map prior to net removal.
Empirically, this history map-based negotiation process successfully resolves routing failures by balancing the demands of various nets.
3.4.
Crossing-Waveguide Optimization
Figure 9.
LRR check after finding a routing solution.
We propose a local ripup-and-reroute (LRR) scheme to further balance the waveguide length and CRs.
APR
adopts group-wise net routing order and incorporates group-based congestion penalties.
However, this strategy may cause longer-path nets within a group to be routed first, thereby blocking nets in other port groups.
Additionally, routing through congested areas and utilizing CRs often leads to divergent solutions, causing pathfinding to miss optimal routes.
To address these issues, our LRR scheme performs both
crossing-enabled
and
crossing-disabled
routing attempts and selects the solution with lower IL.
The LRR evaluation is activated if a solution is found as shown in Fig.
9
.
If the current routing solution (RS) does not involve CRs, we will directly use it as the optimal path.
Otherwise, it will be ripped up in a later stage.
If CRs occur, possible reasons are (1) a blockage caused by another waveguide requiring a crossing, (2) a crossing chosen to bypass congestion, or (3) high propagation loss for non-crossing paths.
To verify these three possibilities, a crossing-disabled routing (NCS) is then activated.
If NCS finds a path without using CRs, the insertion losses of CS and NCS are compared, and the lower-loss path is selected.
If NCS fails, it indicates the net is blocked.
In this case, the blocking waveguide is assessed.
If it has never been ripped up before, the blockage is likely caused by the group-based net order, and this blocking net will be ripped up, as it will not affect CR re-insertions in subsequent iteration. Our LRR strategy empirically optimizes the routing by
balancing long waveguides and CRs
.
Since our grid-based routing method often results in the port center not aligning perfectly with the grid center, a slight offset can occur between the final path and the access port, as shown in Fig.
10
.
To resolve this, we adjust the initial and final segments of the waveguide path to align with the target device port, ensuring that the bend radius along the path remains unaffected.
If this adjustment is not feasible, the waveguide will be connected to the port using a sine bend to maintain proper alignment.
4.1.
Experimental Setting
The proposed photonic detailed routing framework is implemented in Python based on GDSFactory
(
28
)
libraries.
All experiments are conducted on a personal workstation with an Intel i5-125600KF 3.7GHz CPU with 32GB memory.
Benchmarks
. To assess the scalability of our proposed framework, we conduct experiments on different types of benchmarks: Photonic Tensor Cores (PTC) and Wavelength-routed Optical Network-on-Chip (WRONoC).
PTCs and WRONoCs have very different characteristics.
Table
3
shows the benchmark statistics.
PTC circuits have a more structured topology but have limited routing resources and high port density.
For PTCs, we evaluate
APR
on Clements-style Mach-Zehnder interferometer (MZI) array
(
30
)
and auto-searched PTC
ADEPT
(
31
)
with different scales.
The bend radius is set by 5
for single-mode Si waveguides (width=500 nm).
WRONoC circuits, on the other hand, occupy a large die area and have unstructured interconnection topology.
For WRONoCs, we conduct experiments on optical router benchmarks
(
32
)
with all the optical switches centered in the layout.
Based on the positions of the memory controllers, we have four cases for this benchmark.
The bend radius is set by
for its huge routing resource.
Placement solutions of all benchmark circuits are designed manually by an experienced designer and verified with simulation using GDSFactory and KLayout.
To evaluate the critical path IL, we summarize the device IL used in Table
2
.
Table 2.
Device IL parameters used in
evaluation.
Propagation
Bending
CR
Y-branch
4800
1600
0.5
0.2
Clements_16
16
(
30
)
8000
3200
0.5
0.2
4400
1600
0.5
0.2
6900
3200
0.5
0.2
13000
6400
0.5
0.2
Routers
(
37
)
10000
10000
m
2
2
50
Baselines
. We compare our
APR
with a prior method PROTON
(
9
)
.
Note that the original PROTON mainly focuses on path planning and crossing optimization with adaptive crossing penalty, which cannot generate real waveguide geometry.
For a fair comparison, we adapt PROTON by adding reserved port regions and a global ripup and reroute scheme to make it applicable to PIC detailed routing problems.
Two variants of the adapted PROTON are: (1) the original implementation with global RR scheme (
Base-1
) and (2) additional 45-degree bend neighbors with more rip-up and re-route iterations to address accessing problem (
Base-2
).
4.2.
PIC Routing Quality Evaluation
Table 4.
Comparisons of the maximum insertion loss value
(dB), the path length with
(WL (
)), the number of crossings passed by the signal with
, total design rule violations (DRV), and runtime (s).
: lower is better.
WL (mm)
(dB)
DRV
Time
(s)
WL (mm)
(dB)
DRV
Time
(s)
WL (mm)
(dB)
DRV
Time
(s)
Clements_8x8
16.99
16.82
16.38
Clements_16x16
29.32
27.52
26.74
ADEPT_8x8
17.12
17.46
ADEPT_16x16
24.07
18.36
ADEPT_32x32
16.13
44.57
13.97
37.19
27140
15.04
36.34
router_north
32.98
11.09
21.63
31.11
router_oneside
18.71
20.96
21.55
router_corner
20.81
10.23
35.29
router_pairwise
28.49
10.94
19.52
10.05
33.52
Geo-mean
15.34
18.91
12.44
17.24
17.26
16.21
Ratio
We compare
APR
with PROTON
(
9
)
in terms of critical path insertion loss
, the critical path length, the number of crossings on the critical path, design rule violations (DRV), and wall-clock runtime.
Table
4
shows that our
APR
can generate
DRV-free layouts
on all benchmarks with an average of
14% lower critical path IL and 6.25
speedup
.
Figure 11.
Layout of
ADEPT
_16
16
(
31
)
routed by our
APR
.
Analysis of PTC Results
. The PTC benchmarks, featuring limited routing resources and high port density, provide a strong validation for a router’s ability to place bends and crossings while successfully accessing the target ports.
(1) The Clements-style MZI array features a highly structured mesh topology with no inherent topological crossings, but suffers from non-ideal placement issues such as misalignments, flipped devices, and limited routing space.
Due to the stringent routing spaces to access ports, baselines introduce extra waveguide CRs and lead to DRVs.
In contrast, our
APR
can find crossing-optimal (#CR=0), DRV-free paths in much shorter runtime.
(2)
ADEPT
PTC is even more challenging due to the high port density in multi-port MMI devices and numerous topological crossings.
As the size of the PTC increases, baselines exhibit a sharp rise in DRV and runtime.
APR
shows superior
scalability
, consistently producing
DRV-free low-IL
layouts for large circuits with
2-22.5
faster runtime
.
Figure
11
visualizes the DRV-free ADEPT_16
16 layout generated by
APR
with real curvy waveguide geometry and instantiated crossings.
Figure 12.
Layout of router_north of different crossing loss.
Analysis of WRONoC Results
.
WRONoC features a large chip area and unstructured interconnection topology, which makes it challenging for a router to explore the large search space.
It is important to note the counter-intuitive trade-off between #CR and WL.
In NoC benchmarks, where the die size is large, fewer CRs do not necessarily result in lower IL.
Reducing CRs may cause considerably longer detours, increasing propagation loss and ultimately leading to a higher overall
.
Aside from the case Router_oneside, our
APR
exhibits the minimum
across the remaining cases with crossing-optimal (#CR=0), DRV-free layout.
Metrics
High Crossing Cost
Low Crossing Cost
w/o GCP
w/o GCP
WL (mm)
20.72
31.11
25.11
26.04
15.21
10.78
Time (s)
Non-Manhattan 45-Degree Routing
. Compared to
Base-1
,
Base-2
achieves an average of 19% shorter critical path WL by introducing the 45-degree bend (diagonal neighbors), which validates the effectiveness of a non-Manhattan routing style in PICs.
Crossing-Disabled Routing (NCS)
.
As shown in Table
4
(
Base-2
vs.
APR
), our proposed additional crossing-disabled routing trial (NCS) introduces an extra runtime penalty, but it reduces the overall runtime and leads to higher solution quality as it
mitigates the port access issue and leads to much fewer total RR iterations
.
Port-Group-based Congestion Penalty (GCP)
. We evaluate the benefits of our proposed group-based congestion penalty in optimizing crossings using CRs with different IL: high crossing IL with
and low crossing cost with
as shown in Table
5
.
When crossings have high IL, our method effectively avoids crossings, minimizing the maximum insertion loss (
). For low-IL crossings, it opts for paths with shorter WL with more CRs to optimize
.
Without the group-based penalty, however, the algorithm turns out to increase CR usage as
rises, as it struggles to find a low-#CR path due to congestion from other nets.
By applying our group-based penalty,
net conflicts are largely reduced
, enabling more efficient routing decisions with fewer crossings and lower IL.
As shown in Fig.
12
, our
factor serves as a flexible control knob, enabling users to adjust crossing insertion according to their preferences and specific PIC performance requirements, such as phase balancing and reduced crosstalk.
5.
Conclusion
We introduce
APR
, an open-source automated detailed routing tool specifically designed for photonic integrated circuits (PICs).
APR
features a non-Manhattan curvy-aware A
∗
search engine with accessibility-enhanced port assignment, adaptive crossing insertion, congestion-aware group-based net ordering and objective, and crossing-waveguide optimization scheme to handle unique PIC routing constraints while optimizing critical path insertion loss.
On large-scale PIC benchmarks,
APR
demonstrates its capability to generate DRV-free layouts with 14% lower insertion loss and a 6.25
speedup compared to prior approaches, which highlight
APR
’s potential to significantly advance EPDA for complex photonic systems, paving the way for more efficient, scalable PIC designs.
References
Thylén et al. (2006)
Lars Thylén, Sailing He, Lech Wosinski, and Daoxin Dai.
The moore’s law for photonic integrated circuits.
Journal of Zhejiang University-SCIENCE A
, 7:1961–1967, 2006.
Korthorst et al. (2023)
Twan Korthorst, Wim Bogaerts, Duane Boning, Mitch Heins, and Barton Bergman.
Photonic integrated circuit design methods and tools.
In
Integrated Photonics for Data Communication Applications
, pages 335–367. Elsevier, 2023.
Feldmann et al. (2021)
Johannes Feldmann, Nathan Youngblood, Maxim Karpov, Helge Gehring, Xuan Li, Maik Stappers, Manuel Le Gallo, Xin Fu, Anton Lukashchuk, Arslan Raja, Junqiu Liu, David Wright, Abu Sebastian, Tobias Kippenberg, Wolfram Pernice, and Harish Bhaskaran.
Parallel convolutional processing using an integrated photonic tensor core.
Nature
, 2021.
Oil: A nano-photonics optical interconnect library for a new photonic networks-on-chip architecture.
In
Proceedings of the 11th international workshop on System level interconnect prediction
, pages 11–18, 2009.
O-router: an optical routing framework for low power on-chip silicon nano-photonic integration.
In
Proceedings of the 46th annual design automation conference
, pages 264–269, 2009.
Chuang et al. (2018)
Yu-Kai Chuang, Kuan-Jung Chen, Kun-Lin Lin, Shao-Yun Fang, Bing Li, and Ulf Schlichtmann.
Planaronoc: concurrent placement and routing considering crossing minimization for optical networks-on-chip.
In
Proceedings of the 55th Annual Design Automation Conference
, pages 1–6, 2018.
Posser et al. (2022)
Gracieli Posser, Evangeline F.Y. Young, Stephan Held, Yih-Lang Li, and David Z. Pan.
Challenges and approaches in vlsi routing.
In
Proceedings of the 2022 International Symposium on Physical Design
, ISPD ’22, page 185–192, New York, NY, USA, 2022. Association for Computing Machinery.
ISBN 9781450392105.
doi:
10.1145/3505170.3511477
.
URL
https://doi.org/10.1145/3505170.3511477
.
Gester et al. (2012)
Michael Gester, Dirk Müller, Tim Nieberg, Christian Panten, Christian Schulte, and Jens Vygen.
Algorithms and data structures for fast and good vlsi routing.
In
Proc. DAC
, pages 459–464, 2012.
doi:
10.1145/2228360.2228441
.
Li et al. (2019)
Haocheng Li, Gengjie Chen, Bentian Jiang, Jingsong Chen, and Evangeline F. Y. Young.
Dr. cu 2.0: A scalable detailed routing framework with correct-by-construction design rule satisfaction.
In
Proc. ICCAD
, 2019.
doi:
10.1109/ICCAD45719.2019.8942074
.
Liu et al. (2023)
Qinghai Liu, Qinfei Tang, Jiarui Chen, Chuandong Chen, Ziran Zhu, Huan He, Jianli Chen, and Yao-Wen Chang.
Disjoint-path and golden-pin based irregular pcb routing with complex constraints.
In
Proc. DAC
, 2023.
doi:
10.1109/DAC56929.2023.10247728
.
Lin et al. (2021)
Shih-Ting Lin, Hung-Hsiao Wang, Chia-Yu Kuo, Yolo Chen, and Yih-Lang Li.
A complete pcb routing methodology with concurrent hierarchical routing.
In
Proc. DAC
, pages 1141–1146, 2021.
doi:
10.1109/DAC18074.2021.9586143
.
Chrostowski et al. (2016)
Lukas Chrostowski, Zeqin Lu, Jonas Flückiger, James Pond, Jackson Klein, Xu Wang, Sarah Li, Wei Tai, En Yao Hsu, Chan Kim, et al.
Schematic driven silicon photonics design.
In
Smart Photonic and Optoelectronic Integrated Circuits XVIII
, volume 9751, pages 9–22. SPIE, 2016.
Nctu-gr 2.0: Multithreaded collision-aware global routing with bounded-length maze routing.
IEEE Transactions on computer-aided design of integrated circuits and systems
, 32(5):709–722, 2013.
Clements et al. (2018)
William R. Clements, Peter C. Humphreys, Benjamin J. Metcalf, et al.
Optimal Design for Universal Multiport Interferometers.
Optica
, 2018.
Gu et al. (2022)
Jiaqi Gu, Hanqing Zhu, Chenghao Feng, Zixuan Jiang, Mingjie Liu, Shuhan Zhang, Ray T. Chen, and David Z. Pan.
Adept: Automatic differentiable design of photonic tensor cores.
In
Proc. DAC
, 2022.
Truppel et al. (2019)
Alexandre Truppel, Tsun-Ming Tseng, Davide Bertozzi, José Carlos Alves, and Ulf Schlichtmann.
Psion: Combining logical topology and physical layout optimization for wavelength-routed onocs.
In
Proceedings of the 2019 International Symposium on Physical Design
, pages 49–56, 2019.
Architectural exploration of chip-scale photonic interconnection network designs using physical-layer analysis.
Journal of Lightwave Technology
, 28(9):1305–1315, 2010.
Akiyama et al. (2012)
Suguru Akiyama, Takeshi Baba, Masahiko Imai, Takeshi Akagawa, Masashi Takahashi, Naoki Hirayama, Hiroyuki Takahashi, Yoshiji Noguchi, Hideaki Okayama, Tsuyoshi Horikawa, et al.
12.5-gb/s operation with 0.29-v· cm v
l using silicon mach-zehnder modulator based-on forward-biased pin diode.
Optics express
, 20(3):2911–2923, 2012.
Rakowski et al. (2020)
Michal Rakowski, Colleen Meagher, Karen Nummy, Abdelsalam Aboketaf, Javier Ayala, Yusheng Bian, Brendan Harris, Kate Mclean, Kevin McStay, Asli Sahin, et al.
45nm cmos-silicon photonics monolithic technology (45clo) for next-generation, low power and high speed optical interconnects.
In
Optical Fiber Communication Conference
, pages T3H–3. Optica Publishing Group, 2020.
Topro: A topology projector and waveguide router for wavelength-routed optical networks-on-chip.
In
2021 IEEE/ACM International Conference On Computer Aided Design (ICCAD)
, pages 1–9. IEEE, 2021.