Journals
Publish with us
Publishing partnerships
About us
Blog
VLSI Design
+
Journal Menu
Table of Contents
Special Issues
Submit
VLSI Design
/
2017
/
Article
/
Alg 3
Research Article
A Framework for Scalable TSV Assignment and Selection in Three-Dimensional Networks-on-Chips
Algorithm 3
Setting the elevator bits (safe).
Output:
Elevator
LayerNodes
(Elevator location bits)
Variable: Dist
LayerNodes
(Distance to closest elevator)
for all
node
do
Initialize Dist
to infinity
Initialize Elevator
to all zeros
end for
for all
elevator
do
for all
node
of coord
do
if
then
(11)
(12)
(13)
(14)
end if
(15)
end for
(16)
end for