SlideShare a Scribd company logo
1 of 3
Download to read offline
Shilpa.m.s. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -3) October 2016, pp.17-19
www.ijera.com 17|P a g e
Modified Headfirst Sliding Routing: A Time-Based Routing
Scheme for Bus-Nochybrid 3-D Architecture
Shilpa.m.s, Rithmimitter
M tech student, Assistant professor,
Electronics and communication department
ABSTRACT
Several interesting topologies emerge by incorporating the third dimension in networks-on-chip (NoC). The
Network-on-Chip (NoC) is Network-version of System on-Chip (SoC) means that on-chip communication is
done through packet based networks. In NOC topology, routing algorithm and switching are main terminology
.The routing algorithm is one of the key factor in NOC architecture. The routing algorithm, which defines as the
path taken by a packet between the source and the destination. A good routing algorithm is necessary to improve
the network performance. . Here we are proposing a new architecture to improve the throughput and latency of
the network. In the proposed approach we are using a fixed path for the packet to transmit from source to
destination.
Index terms: NoC, Router
I. INTRODUCTION
Interconnect related problems, emerging
from technology scaling and the integration
limitations of systems-on-chip (SoC), originate from
the functional diversity demanded by the electronics
market. These issues have triggered a quest for
nonconventional IC design paradigms, such as 3-D
integration. For example, vertically stacked dies with
through-silicon vias, together with networks-on-chip
(NoC) have been proposed as potent solutions to
address these interconnect problems and the design
complexity of SoC. Each of these design paradigms
offers unique opportunities.The major advantage of 3-
D ICs is the considerable reduction in the length and
number of global interconnects, resulting in an
increase in the performance and decrease in the power
consumption and area of wire limited circuits.
Another important advantage of 3-D ICs is that this
paradigm enables the integration of CMOS circuits
with disparate technologies which can be non-silicon
or even electro-mechanical.
Despite the significant advantages of three-
dimensional integration, important challenges remain
such as crosstalk noise analysis and reduction, thermal
mitigation, and interconnect modeling. The wireless
contact-less approach that connects chips invertical
dimension has a great potential to customize
components in 3-D chip-multiprocessors (CMPs),
assuming card style components inserted to a single
cartridge communicate each other wirelessly using
inductive-coupling technology. Although power
supplies are provided by bonding wires at this
moment, wireless power transmission techniques
using inductive-coupling have been improved
recently. The inductive-coupling power transmission
can be used for these card-style components inserted
to a cartridge. In thiscase, adding, removing, and
swapping chips in a package after the chips have been
inserted to a cartridge are possible, which will bring
us a great flexibility of “field stackable systems” using
the card-style components in the future.Toward this
purpose, the vertical communication interfaces should
be simplified, while arbitrary or customized
topologies should be used for intra-chip networks;
thus, we focus on static Time Division Multiple
Access (STDMA) buses for the inter-chip
communication. The static TDMA-based vertical
buses grants a communication time-slot for different
chips at the same time periodically, which means they
are working with different periodic scheduling. For
example, at a certain Moment, vertical bus 0 gives a
time-slot for chip 1, vertical bus 1 allows chip 2, and
vertical bus 2 allows chip 0. At the next phase,
vertical bus 0 gives a time-slot for chip 2, vertical bus
1 allows chip 0, and vertical bus 2 allows chip 1. Each
vertical bus behaves just like an elevator in an office
building.
One of the main disadvantages of xy routing
algorithm is that the packet does not have a fixed
path, it will move randomly to reach the destination
node. The random movement of packet will affect the
latency and the total power consumption of the chip.in
xy routing algorithm the packet may run in to
deadlock, lovelock and starvation situations.to
overcome these situations here introduced a new fixed
path alogorithm.
In first section II we are discussing about NoC router
and in section III we are discussing xy routing
algorithm.in section IV discussing modified algorithm
RESEARCH ARTICLE OPEN ACCESS
Shilpa.m.s. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -3) October 2016, pp.17-19
www.ijera.com 18|P a g e
and its working. Finally we are comparing the
simulation result of xy routing algorithm and the
modified algorithm
II. NOC ROUTER
The design and implementation of a router
requires the definition of a set of policies to deal with
packet collision, the routing itself, and so on. A NoC
router is composedof a number of input ports
(connected to shared NoC channels), a number of
output ports (connected to possibly other shared
channels).The switching defines how the data is
transmitted from the source node to the target one.
Circuit switching and packet based switching is
commonly used in routers.The routing algorithm is
the logic that selects one output port to forward a
packet that arrives at the router input. This port is
selected according to the routing information
available in the packet header. NoC,xy routing
algorithm is used.
Fig 1 NoC router
III. XY ROUTING ALGORITHM
XY logic is the deterministic logic which
analyses the header of data and send it to its
destination port. The first four bits of the header are
the coordinates of destination port. In XY logic a
comparator is used which compares the header of the
data to the locally stored X and Y coordinate and send
the packet according to its destination address. Let the
coordinates stored in header be Hx and Hy and locally
stored coordinates be X and Y. So according to XY
logic if Hx>X then packet will move to east port
otherwise move to west port. If Hx=X then Y
coordinate is compared, If Hy>Y then packet will
move to north port otherwise move to south port
.Thus in this way XY logic will send the packet to the
output channel of its destination port.
IV. PROPOSED SYSTEM
The router consists of east, west, north, south
ports. Each port has its input channel and output
channel. Data packet moves in to the input channel of
oneport of router by which it is forwarded to the
output channel of other port. Each input channel and
output channel has its own decoding logic which
increases the performance of the router. Buffers are
present at all ports to store the data temporarily. The
buffering method used here is store and forward. The
movement of data from source to destination is called
switching mechanism.
Fig 2 Concept of proposed routing
There are a couple of performance
requirements that every Network on Chip
implementation must satisfy, Small latency,
Guaranteed throughput, Path diversity, Sufficient
transfer capacity and Low power consumption.in the
existing system the routing algorithm is xy routing
algorithm.xy routing algorithm the packet will move
randomly to reach the destination node and it does not
have a fixed path.in order to avoid the randomness
here introduced a new algorithm by introducing a
busy signal.
In Fig 2 node „A‟ is the source node and
node „B‟ is the destination node.so in here we are
fixing a direct path from source node to destination
node by using the new introduced busy siganal.To
transmit packet from source node „A‟ to next node
here we setting east busy signal in the east port of
node „A‟ empty.Each port of router consisting a
request in, request out, acknowledgment and busy
signals. During the packet transferring router
requesting an idle link by making request in signal
high and kept during the data transfer. The write
operation takes place in the router by keeping the ack
signal high. The busy signal at each port indicating
that which output port is ready to accept the data
packet, if the busy signal is high indicating that port is
busy not ready to accept the packet, if it is low that
output port is ready to accept the packet. When the
packet is reached at the output port, request out signal
goes high and the router is requesting idle link of
another router. likewise while setting the
corresponding busy signal can fix a fixed
path..likewise while setting the corresponding busy
signal can fix a fixed path.
V. PERFORMANCE ANALYSIS
In both existing and modified systems the
source node and the destination nodes are same, while
comparing the total time taken to reach destination
node ,in the existing system time taken by the packet
to reach from source node to destination node is
315.522ns and in modified system the time taken by
the packet to reach from source node to destination
node is 231.170ns.from the comparison results it‟s
clear that the modified system is reduced the total
time taken to reach source to destination node and
Shilpa.m.s. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -3) October 2016, pp.17-19
www.ijera.com 19|P a g e
improved the latency and throughput of the system.
Table 1
Table 1 shows the analyzing result of xy algorithm
and proposed algorithm.
VI. CONCLUSION
There are a couple of performance
requirements that every Network on Chip
implementation must satisfySmall latency,
Guaranteed throughput, Path diversity, Sufficient
transfer, capacity and Low power consumption while
using the xy algorithm the packets will transmitted
randomly and does not have a fixed path.in the
existing system the total time taken by the packet to
reach from source to destination is high and it will
affect the latency and throughput of the system.in
order to overcome this situation a new algorithm is
introduced which defined a fixed path from source to
destination. While comparing the existing and
modified algorithm its shows that in modified system
the time taken by the packet to reach destination is
minimum compared to existing algorithm and thus its
improve the latency and throughput of the system.
REFERENCES
[1]. V. F. Pavlidis and E. G. Friedman. 3-D
Topologies for Networks-onChip. IEEE
Transactions on Very Large Scale Integration
Systems, 15(10):1081–1090, Oct. 2007.
[2]. D. Park, S. Eachempati, R. Das, A. K.
Mishra, V. Narayanan, Y. Xie, and C. R.
Das. MIRA: A Multi-layered On-Chip
Interconnect Router Architecture. In
Proceedings of the International Symposium
on Computer Architecture (ISCA‟08), pages
251–261, 2008.
[3]. M. M. K. Martin, D. J. Sorin, B. M.
Beckmann, M. R. Marty, M. Xu, A. R.
Alameldeen, K. E. Moore, M. D. Hill, and D.
A. Wood. Multifacet General Execution-
driven Multiprocessor Simulator (GEMS)
Toolset.ACM SIGARCH Computer
Architecture News (CAN‟05), 33(4):92–99,
Nov. 2005.
[4]. F. Li, C. Nicopoulos, T. Richardson, Y. Xie,
V. Narayanan, and M. Kandemir. Design and
Management of 3D Chip Multiprocessors
Using Network-in-Memory. In Proceedings
of the International Symposium on Computer
Architecture (ISCA‟06) , pages 130–141,
June 2006.
[5]. B. Feero and P. P. Pande. Networks-on-Chip
in a Three-Dimensional Environment: A
Performance Evaluation. IEEE Transactions
on Computers, 58(1):32–45, Jan. 2009.
[6]. Y. Yuan, A. Radecki, N. Miura, I. Aikawa,
Y. Take, H. Ishikuro, and T. Kuroda.
Simultaneous 6Gb/s Data and 10mW Power
Transmission using Nested Clover Coils for
Non-Contact Memory Card. In Proceedings
of the Symposium on VLSI Circuits
(VLSIC‟10), pages 199–200,June 2010.
[7]. F. Li, C. Nicopoulos, T. Richardson, Y. Xie,
V. Narayanan, and M. Kandemir. Design and
Management of 3D Chip Multiprocessors
Using Network-in-Memory. In Proceedings
of the International Symposium on Computer
Architecture (ISCA‟06), pages 130–141,
2006.
[8]. H. Matsutani, M. Koibuchi, Y. Yamada, D.
F. Hsu, and H. Amano. Fat HTree: A Cost-
Efficient Tree-Based On-Chip Network.
IEEE Transactionson Parallel and
Distributed Systems, 20(8):1126–1141, Aug.
2009.
[9]. D. Park, S. Eachempati, R. Das, A. K.
Mishra, V. Narayanan, Y. Xie, and C. R.
Das. MIRA: A Multi-layered On-Chip
Interconnect Router Architecture. In
Proceedings of the International Symposium
on Computer Architecture (ISCA‟08), pages
251–261, 2008.
[10]. J. Burns, L. McIlrath, C. Keast, C. Lewis, A.
Loomis,K. Warner, and P. Wyatt, “Three-
Dimensional Integrated Circuits for Low-
Power High-Bandwidth Systems on a Chip,”
in Proceedings of the International Solid-
State Circuits Conference(ISSCC‟01), Feb.
2001, pp. 268–269
[11]. M.Daneshtalab, M.Ebrahimi, and J.Plosila,
“HIBS – Novel inter-layer bus structure for
stacked architectures,” in Proceedings of 3D
Integration Conference, 2011, pp. 17
[12]. D. Park, S. Eachempati, R. Das, A. K.
Mishra, V. Narayanan, Y. Xie, and C. R.
Das. MIRA: A Multi-layered On-Chip
Interconnect Router Architecture. In
Proceedings of the International Symposium
on Computer Architecture (ISCA‟08), pages
251–261, 2008.

More Related Content

What's hot

An Efficient System for Traffic Control in Networks Using Virtual Routing Top...
An Efficient System for Traffic Control in Networks Using Virtual Routing Top...An Efficient System for Traffic Control in Networks Using Virtual Routing Top...
An Efficient System for Traffic Control in Networks Using Virtual Routing Top...IJMER
 
An efficient model for design of 64-bit High Speed Parallel Prefix VLSI adder
An efficient model for design of 64-bit High Speed Parallel Prefix VLSI adderAn efficient model for design of 64-bit High Speed Parallel Prefix VLSI adder
An efficient model for design of 64-bit High Speed Parallel Prefix VLSI adderIJMER
 
An Enhanced Performance Pipelined Bus Invert Coding For Power Optimization Of...
An Enhanced Performance Pipelined Bus Invert Coding For Power Optimization Of...An Enhanced Performance Pipelined Bus Invert Coding For Power Optimization Of...
An Enhanced Performance Pipelined Bus Invert Coding For Power Optimization Of...IRJET Journal
 
Graph based transistor network generation method for supergate design
Graph based transistor network generation method for supergate designGraph based transistor network generation method for supergate design
Graph based transistor network generation method for supergate designjpstudcorner
 
A041203010014
A041203010014A041203010014
A041203010014IOSR-JEN
 
Routing and switching question1
Routing and switching question1Routing and switching question1
Routing and switching question1Md. Mashiur Rahman
 
CSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueCSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueNishant Yaduvanshi
 
A comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleA comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleeSAT Publishing House
 
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR TCM DECODERS
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR  TCM DECODERSHIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR  TCM DECODERS
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR TCM DECODERSLalitha Gosukonda
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSVLSICS Design
 

What's hot (18)

An Efficient System for Traffic Control in Networks Using Virtual Routing Top...
An Efficient System for Traffic Control in Networks Using Virtual Routing Top...An Efficient System for Traffic Control in Networks Using Virtual Routing Top...
An Efficient System for Traffic Control in Networks Using Virtual Routing Top...
 
An efficient model for design of 64-bit High Speed Parallel Prefix VLSI adder
An efficient model for design of 64-bit High Speed Parallel Prefix VLSI adderAn efficient model for design of 64-bit High Speed Parallel Prefix VLSI adder
An efficient model for design of 64-bit High Speed Parallel Prefix VLSI adder
 
Eq36876880
Eq36876880Eq36876880
Eq36876880
 
Q010228189
Q010228189Q010228189
Q010228189
 
Mukherjee2015
Mukherjee2015Mukherjee2015
Mukherjee2015
 
50120140506004
5012014050600450120140506004
50120140506004
 
An Enhanced Performance Pipelined Bus Invert Coding For Power Optimization Of...
An Enhanced Performance Pipelined Bus Invert Coding For Power Optimization Of...An Enhanced Performance Pipelined Bus Invert Coding For Power Optimization Of...
An Enhanced Performance Pipelined Bus Invert Coding For Power Optimization Of...
 
Bu34437441
Bu34437441Bu34437441
Bu34437441
 
Graph based transistor network generation method for supergate design
Graph based transistor network generation method for supergate designGraph based transistor network generation method for supergate design
Graph based transistor network generation method for supergate design
 
A041203010014
A041203010014A041203010014
A041203010014
 
20120140506024
2012014050602420120140506024
20120140506024
 
Routing and switching question1
Routing and switching question1Routing and switching question1
Routing and switching question1
 
CSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueCSLA and WTM using GDI Technique
CSLA and WTM using GDI Technique
 
W4408123126
W4408123126W4408123126
W4408123126
 
A comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleA comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic style
 
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR TCM DECODERS
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR  TCM DECODERSHIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR  TCM DECODERS
HIGH-SPEED LOW-POWER VITERBI DECODER DESIGN FOR TCM DECODERS
 
Gdi cell
Gdi cellGdi cell
Gdi cell
 
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONSPERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
PERFORMANCE EVALUATION OF LOW POWER CARRY SAVE ADDER FOR VLSI APPLICATIONS
 

Viewers also liked (20)

06 cafe con sal
06 cafe con sal06 cafe con sal
06 cafe con sal
 
Test
TestTest
Test
 
Guía didáctica religión...
Guía didáctica religión...Guía didáctica religión...
Guía didáctica religión...
 
Equations worksheet3 CHM 02
Equations worksheet3 CHM 02Equations worksheet3 CHM 02
Equations worksheet3 CHM 02
 
Presentación1
Presentación1Presentación1
Presentación1
 
Images[smallpdf.com] (1) αντιγραφή
Images[smallpdf.com] (1)   αντιγραφήImages[smallpdf.com] (1)   αντιγραφή
Images[smallpdf.com] (1) αντιγραφή
 
Moda inierno 2015
Moda  inierno 2015Moda  inierno 2015
Moda inierno 2015
 
youness
younessyouness
youness
 
We here for
We here forWe here for
We here for
 
Cedatos agosto 50 asambleistas conocidos
Cedatos agosto 50 asambleistas conocidosCedatos agosto 50 asambleistas conocidos
Cedatos agosto 50 asambleistas conocidos
 
Edt duascie-1213
Edt duascie-1213Edt duascie-1213
Edt duascie-1213
 
Prueba de dimas
Prueba de dimasPrueba de dimas
Prueba de dimas
 
Test
TestTest
Test
 
Gavià argentat
Gavià argentat Gavià argentat
Gavià argentat
 
PONENCIA TICs
PONENCIA TICsPONENCIA TICs
PONENCIA TICs
 
Uft interactivo
Uft interactivoUft interactivo
Uft interactivo
 
Sociologia
SociologiaSociologia
Sociologia
 
Camaleó
CamaleóCamaleó
Camaleó
 
De idealista à empreendedor - como desenvolver aplicações em android que conq...
De idealista à empreendedor - como desenvolver aplicações em android que conq...De idealista à empreendedor - como desenvolver aplicações em android que conq...
De idealista à empreendedor - como desenvolver aplicações em android que conq...
 
Capitulo 1 redes
Capitulo 1 redesCapitulo 1 redes
Capitulo 1 redes
 

Similar to Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochybrid 3-D Architecture

Design and Implementation Of Packet Switched Network Based RKT-NoC on FPGA
Design and Implementation Of Packet Switched Network Based RKT-NoC on FPGADesign and Implementation Of Packet Switched Network Based RKT-NoC on FPGA
Design and Implementation Of Packet Switched Network Based RKT-NoC on FPGAIJERA Editor
 
Investigating the Performance of NoC Using Hierarchical Routing Approach
Investigating the Performance of NoC Using Hierarchical Routing ApproachInvestigating the Performance of NoC Using Hierarchical Routing Approach
Investigating the Performance of NoC Using Hierarchical Routing ApproachIJERA Editor
 
Investigating the Performance of NoC Using Hierarchical Routing Approach
Investigating the Performance of NoC Using Hierarchical Routing ApproachInvestigating the Performance of NoC Using Hierarchical Routing Approach
Investigating the Performance of NoC Using Hierarchical Routing ApproachIJERA Editor
 
Float-based Pipeline Monitoring Network
Float-based Pipeline Monitoring NetworkFloat-based Pipeline Monitoring Network
Float-based Pipeline Monitoring NetworkEditor IJCATR
 
An improved ant colony optimization algorithm for wire optimization
An improved ant colony optimization algorithm for wire optimizationAn improved ant colony optimization algorithm for wire optimization
An improved ant colony optimization algorithm for wire optimizationjournalBEEI
 
Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...
Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...
Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...IDES Editor
 
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...IJERA Editor
 
Distributed Path Computation Using DIV Algorithm
Distributed Path Computation Using DIV AlgorithmDistributed Path Computation Using DIV Algorithm
Distributed Path Computation Using DIV AlgorithmIOSR Journals
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceinventy
 
Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...
Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...
Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...IRJET Journal
 
High Speed Carryselect Adder
High Speed Carryselect AdderHigh Speed Carryselect Adder
High Speed Carryselect Adderijsrd.com
 
Analyzing performance of zrp by varying node density and transmission range
Analyzing performance of zrp by varying node density and transmission rangeAnalyzing performance of zrp by varying node density and transmission range
Analyzing performance of zrp by varying node density and transmission rangeAlexander Decker
 
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...IRJET Journal
 
Power Optimized Transmitter for Future Switched Network
Power Optimized Transmitter for Future Switched NetworkPower Optimized Transmitter for Future Switched Network
Power Optimized Transmitter for Future Switched NetworkIRJET Journal
 
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...IJERA Editor
 

Similar to Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochybrid 3-D Architecture (20)

A018120105
A018120105A018120105
A018120105
 
Design and Implementation Of Packet Switched Network Based RKT-NoC on FPGA
Design and Implementation Of Packet Switched Network Based RKT-NoC on FPGADesign and Implementation Of Packet Switched Network Based RKT-NoC on FPGA
Design and Implementation Of Packet Switched Network Based RKT-NoC on FPGA
 
Investigating the Performance of NoC Using Hierarchical Routing Approach
Investigating the Performance of NoC Using Hierarchical Routing ApproachInvestigating the Performance of NoC Using Hierarchical Routing Approach
Investigating the Performance of NoC Using Hierarchical Routing Approach
 
Investigating the Performance of NoC Using Hierarchical Routing Approach
Investigating the Performance of NoC Using Hierarchical Routing ApproachInvestigating the Performance of NoC Using Hierarchical Routing Approach
Investigating the Performance of NoC Using Hierarchical Routing Approach
 
Float-based Pipeline Monitoring Network
Float-based Pipeline Monitoring NetworkFloat-based Pipeline Monitoring Network
Float-based Pipeline Monitoring Network
 
An improved ant colony optimization algorithm for wire optimization
An improved ant colony optimization algorithm for wire optimizationAn improved ant colony optimization algorithm for wire optimization
An improved ant colony optimization algorithm for wire optimization
 
Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...
Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...
Analysis of Latency and Throughput of 2D Torus Topology using Modified XY Rou...
 
ENERGY EFFICIENT ROUTING ALGORITHM
ENERGY EFFICIENT ROUTING ALGORITHMENERGY EFFICIENT ROUTING ALGORITHM
ENERGY EFFICIENT ROUTING ALGORITHM
 
EESRDA
EESRDAEESRDA
EESRDA
 
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
 
Distributed Path Computation Using DIV Algorithm
Distributed Path Computation Using DIV AlgorithmDistributed Path Computation Using DIV Algorithm
Distributed Path Computation Using DIV Algorithm
 
C0431320
C0431320C0431320
C0431320
 
Network layer u3
Network  layer u3Network  layer u3
Network layer u3
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...
Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...
Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...
 
High Speed Carryselect Adder
High Speed Carryselect AdderHigh Speed Carryselect Adder
High Speed Carryselect Adder
 
Analyzing performance of zrp by varying node density and transmission range
Analyzing performance of zrp by varying node density and transmission rangeAnalyzing performance of zrp by varying node density and transmission range
Analyzing performance of zrp by varying node density and transmission range
 
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
IRJET- Survey on Implementation of Graph Theory in Routing Protocols of Wired...
 
Power Optimized Transmitter for Future Switched Network
Power Optimized Transmitter for Future Switched NetworkPower Optimized Transmitter for Future Switched Network
Power Optimized Transmitter for Future Switched Network
 
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
 

Recently uploaded

VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 

Recently uploaded (20)

VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 

Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochybrid 3-D Architecture

  • 1. Shilpa.m.s. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -3) October 2016, pp.17-19 www.ijera.com 17|P a g e Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochybrid 3-D Architecture Shilpa.m.s, Rithmimitter M tech student, Assistant professor, Electronics and communication department ABSTRACT Several interesting topologies emerge by incorporating the third dimension in networks-on-chip (NoC). The Network-on-Chip (NoC) is Network-version of System on-Chip (SoC) means that on-chip communication is done through packet based networks. In NOC topology, routing algorithm and switching are main terminology .The routing algorithm is one of the key factor in NOC architecture. The routing algorithm, which defines as the path taken by a packet between the source and the destination. A good routing algorithm is necessary to improve the network performance. . Here we are proposing a new architecture to improve the throughput and latency of the network. In the proposed approach we are using a fixed path for the packet to transmit from source to destination. Index terms: NoC, Router I. INTRODUCTION Interconnect related problems, emerging from technology scaling and the integration limitations of systems-on-chip (SoC), originate from the functional diversity demanded by the electronics market. These issues have triggered a quest for nonconventional IC design paradigms, such as 3-D integration. For example, vertically stacked dies with through-silicon vias, together with networks-on-chip (NoC) have been proposed as potent solutions to address these interconnect problems and the design complexity of SoC. Each of these design paradigms offers unique opportunities.The major advantage of 3- D ICs is the considerable reduction in the length and number of global interconnects, resulting in an increase in the performance and decrease in the power consumption and area of wire limited circuits. Another important advantage of 3-D ICs is that this paradigm enables the integration of CMOS circuits with disparate technologies which can be non-silicon or even electro-mechanical. Despite the significant advantages of three- dimensional integration, important challenges remain such as crosstalk noise analysis and reduction, thermal mitigation, and interconnect modeling. The wireless contact-less approach that connects chips invertical dimension has a great potential to customize components in 3-D chip-multiprocessors (CMPs), assuming card style components inserted to a single cartridge communicate each other wirelessly using inductive-coupling technology. Although power supplies are provided by bonding wires at this moment, wireless power transmission techniques using inductive-coupling have been improved recently. The inductive-coupling power transmission can be used for these card-style components inserted to a cartridge. In thiscase, adding, removing, and swapping chips in a package after the chips have been inserted to a cartridge are possible, which will bring us a great flexibility of “field stackable systems” using the card-style components in the future.Toward this purpose, the vertical communication interfaces should be simplified, while arbitrary or customized topologies should be used for intra-chip networks; thus, we focus on static Time Division Multiple Access (STDMA) buses for the inter-chip communication. The static TDMA-based vertical buses grants a communication time-slot for different chips at the same time periodically, which means they are working with different periodic scheduling. For example, at a certain Moment, vertical bus 0 gives a time-slot for chip 1, vertical bus 1 allows chip 2, and vertical bus 2 allows chip 0. At the next phase, vertical bus 0 gives a time-slot for chip 2, vertical bus 1 allows chip 0, and vertical bus 2 allows chip 1. Each vertical bus behaves just like an elevator in an office building. One of the main disadvantages of xy routing algorithm is that the packet does not have a fixed path, it will move randomly to reach the destination node. The random movement of packet will affect the latency and the total power consumption of the chip.in xy routing algorithm the packet may run in to deadlock, lovelock and starvation situations.to overcome these situations here introduced a new fixed path alogorithm. In first section II we are discussing about NoC router and in section III we are discussing xy routing algorithm.in section IV discussing modified algorithm RESEARCH ARTICLE OPEN ACCESS
  • 2. Shilpa.m.s. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -3) October 2016, pp.17-19 www.ijera.com 18|P a g e and its working. Finally we are comparing the simulation result of xy routing algorithm and the modified algorithm II. NOC ROUTER The design and implementation of a router requires the definition of a set of policies to deal with packet collision, the routing itself, and so on. A NoC router is composedof a number of input ports (connected to shared NoC channels), a number of output ports (connected to possibly other shared channels).The switching defines how the data is transmitted from the source node to the target one. Circuit switching and packet based switching is commonly used in routers.The routing algorithm is the logic that selects one output port to forward a packet that arrives at the router input. This port is selected according to the routing information available in the packet header. NoC,xy routing algorithm is used. Fig 1 NoC router III. XY ROUTING ALGORITHM XY logic is the deterministic logic which analyses the header of data and send it to its destination port. The first four bits of the header are the coordinates of destination port. In XY logic a comparator is used which compares the header of the data to the locally stored X and Y coordinate and send the packet according to its destination address. Let the coordinates stored in header be Hx and Hy and locally stored coordinates be X and Y. So according to XY logic if Hx>X then packet will move to east port otherwise move to west port. If Hx=X then Y coordinate is compared, If Hy>Y then packet will move to north port otherwise move to south port .Thus in this way XY logic will send the packet to the output channel of its destination port. IV. PROPOSED SYSTEM The router consists of east, west, north, south ports. Each port has its input channel and output channel. Data packet moves in to the input channel of oneport of router by which it is forwarded to the output channel of other port. Each input channel and output channel has its own decoding logic which increases the performance of the router. Buffers are present at all ports to store the data temporarily. The buffering method used here is store and forward. The movement of data from source to destination is called switching mechanism. Fig 2 Concept of proposed routing There are a couple of performance requirements that every Network on Chip implementation must satisfy, Small latency, Guaranteed throughput, Path diversity, Sufficient transfer capacity and Low power consumption.in the existing system the routing algorithm is xy routing algorithm.xy routing algorithm the packet will move randomly to reach the destination node and it does not have a fixed path.in order to avoid the randomness here introduced a new algorithm by introducing a busy signal. In Fig 2 node „A‟ is the source node and node „B‟ is the destination node.so in here we are fixing a direct path from source node to destination node by using the new introduced busy siganal.To transmit packet from source node „A‟ to next node here we setting east busy signal in the east port of node „A‟ empty.Each port of router consisting a request in, request out, acknowledgment and busy signals. During the packet transferring router requesting an idle link by making request in signal high and kept during the data transfer. The write operation takes place in the router by keeping the ack signal high. The busy signal at each port indicating that which output port is ready to accept the data packet, if the busy signal is high indicating that port is busy not ready to accept the packet, if it is low that output port is ready to accept the packet. When the packet is reached at the output port, request out signal goes high and the router is requesting idle link of another router. likewise while setting the corresponding busy signal can fix a fixed path..likewise while setting the corresponding busy signal can fix a fixed path. V. PERFORMANCE ANALYSIS In both existing and modified systems the source node and the destination nodes are same, while comparing the total time taken to reach destination node ,in the existing system time taken by the packet to reach from source node to destination node is 315.522ns and in modified system the time taken by the packet to reach from source node to destination node is 231.170ns.from the comparison results it‟s clear that the modified system is reduced the total time taken to reach source to destination node and
  • 3. Shilpa.m.s. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 6, Issue 10, ( Part -3) October 2016, pp.17-19 www.ijera.com 19|P a g e improved the latency and throughput of the system. Table 1 Table 1 shows the analyzing result of xy algorithm and proposed algorithm. VI. CONCLUSION There are a couple of performance requirements that every Network on Chip implementation must satisfySmall latency, Guaranteed throughput, Path diversity, Sufficient transfer, capacity and Low power consumption while using the xy algorithm the packets will transmitted randomly and does not have a fixed path.in the existing system the total time taken by the packet to reach from source to destination is high and it will affect the latency and throughput of the system.in order to overcome this situation a new algorithm is introduced which defined a fixed path from source to destination. While comparing the existing and modified algorithm its shows that in modified system the time taken by the packet to reach destination is minimum compared to existing algorithm and thus its improve the latency and throughput of the system. REFERENCES [1]. V. F. Pavlidis and E. G. Friedman. 3-D Topologies for Networks-onChip. IEEE Transactions on Very Large Scale Integration Systems, 15(10):1081–1090, Oct. 2007. [2]. D. Park, S. Eachempati, R. Das, A. K. Mishra, V. Narayanan, Y. Xie, and C. R. Das. MIRA: A Multi-layered On-Chip Interconnect Router Architecture. In Proceedings of the International Symposium on Computer Architecture (ISCA‟08), pages 251–261, 2008. [3]. M. M. K. Martin, D. J. Sorin, B. M. Beckmann, M. R. Marty, M. Xu, A. R. Alameldeen, K. E. Moore, M. D. Hill, and D. A. Wood. Multifacet General Execution- driven Multiprocessor Simulator (GEMS) Toolset.ACM SIGARCH Computer Architecture News (CAN‟05), 33(4):92–99, Nov. 2005. [4]. F. Li, C. Nicopoulos, T. Richardson, Y. Xie, V. Narayanan, and M. Kandemir. Design and Management of 3D Chip Multiprocessors Using Network-in-Memory. In Proceedings of the International Symposium on Computer Architecture (ISCA‟06) , pages 130–141, June 2006. [5]. B. Feero and P. P. Pande. Networks-on-Chip in a Three-Dimensional Environment: A Performance Evaluation. IEEE Transactions on Computers, 58(1):32–45, Jan. 2009. [6]. Y. Yuan, A. Radecki, N. Miura, I. Aikawa, Y. Take, H. Ishikuro, and T. Kuroda. Simultaneous 6Gb/s Data and 10mW Power Transmission using Nested Clover Coils for Non-Contact Memory Card. In Proceedings of the Symposium on VLSI Circuits (VLSIC‟10), pages 199–200,June 2010. [7]. F. Li, C. Nicopoulos, T. Richardson, Y. Xie, V. Narayanan, and M. Kandemir. Design and Management of 3D Chip Multiprocessors Using Network-in-Memory. In Proceedings of the International Symposium on Computer Architecture (ISCA‟06), pages 130–141, 2006. [8]. H. Matsutani, M. Koibuchi, Y. Yamada, D. F. Hsu, and H. Amano. Fat HTree: A Cost- Efficient Tree-Based On-Chip Network. IEEE Transactionson Parallel and Distributed Systems, 20(8):1126–1141, Aug. 2009. [9]. D. Park, S. Eachempati, R. Das, A. K. Mishra, V. Narayanan, Y. Xie, and C. R. Das. MIRA: A Multi-layered On-Chip Interconnect Router Architecture. In Proceedings of the International Symposium on Computer Architecture (ISCA‟08), pages 251–261, 2008. [10]. J. Burns, L. McIlrath, C. Keast, C. Lewis, A. Loomis,K. Warner, and P. Wyatt, “Three- Dimensional Integrated Circuits for Low- Power High-Bandwidth Systems on a Chip,” in Proceedings of the International Solid- State Circuits Conference(ISSCC‟01), Feb. 2001, pp. 268–269 [11]. M.Daneshtalab, M.Ebrahimi, and J.Plosila, “HIBS – Novel inter-layer bus structure for stacked architectures,” in Proceedings of 3D Integration Conference, 2011, pp. 17 [12]. D. Park, S. Eachempati, R. Das, A. K. Mishra, V. Narayanan, Y. Xie, and C. R. Das. MIRA: A Multi-layered On-Chip Interconnect Router Architecture. In Proceedings of the International Symposium on Computer Architecture (ISCA‟08), pages 251–261, 2008.