SlideShare a Scribd company logo
1 of 3
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
_______________________________________________________________________________________ 
Volume: 03 Issue: 07 | Jul-2014, Available @ http://www.ijret.org 509 
I-SLIP ALGORITHM FOR LOW LATENCY ON HYBRID NOC ARCHITECTURE Tejaswini Rajesh Deotare1, Prashant R.Rothe2 1M Tech 4th Sem VLSI, Priyadarshini College of Engineering, RTM Nagpur University, Nagpur, India 2Dept. EE, Priyadarshini College of Engineering, RTM Nagpur University, Nagpur, India Abstract With today ASIC technology, a large number of memory can be easily implemented in a single chip. As the fabrication technology continuous to improve smaller feature size, which makes allows increasingly more integration of system onto the single dies. without having the any correct scheduling algorithm, communication between the components can becomes the limiting factor for performance. In this Paper ,we use i-slip scheduling algorithm with mesh router for NOC architecture .The advantages of the algorithm is achieving almost 100% throughput as the result low latency can be provided by desynchronization of the output arbiters . For the reduction of the latency of the latency of the hybrid NOC architecture efficient partition and mapping algorithm is proposed. When compared with the other architecture improvement of 17.6% in latency is been studied. Keywords— Hybrid NOC architecture, i-slip algorithm, mesh router, throughput, I P cores, mesh architecture. 
--------------------------------------------------------------------***------------------------------------------------------------------ 1. INTRODUCTION In the evolution of the technology for the embedded system the complexity becomes one of the most constraining aspects . Cost and time issues may also consider as the difficulties on the network on chip (NOC) . Many IP’s such as a processor ,core memories and peripheral are placed on the single dies. Semiconductor technology has been advanced very fastly and rapid increased in the technology . Semiconductor technology consist of the IP cores that is functional intellectual property and it is placed on the single chip. If the ip core is increased the communication performance is also been decreased. Network on chip (NOC) system map ips on the block and transmit the data between the ip’s using the network communication. In this paper, we proposed a communication of the data with low latency using bus mesh hybrid architecture for system on chip (SOC). IP are been used which decides the location each of them. Here the communication feature of the IP been extracted. In the proposed hybrid architecture, IP with higher communication affinity are placed in same subsystem, which reduce the hot spot and reduce transmission latency. Router connects the system and also connects the neighboring routers, also connects the single IP or a bus based subsystem. Reduction in design cost and power consumption with IP’s without interphase for each IP. 
In the semiconductor technology there is increase in fabrication which improves in small size and allow to integrate component on single dies. If the proper attention is not given high performance interconnect the communication between the components become limited factor. This project implements an on-chip SOC interconnect embodying I-SLIP scheduling algorithm for efficient communication between SOC devices. It provides fast communication and full N-to- N routing capabilities. But efficiently we will focus on the i- slip scheduling algorithm, which will help in reduction in the low latency on chip communication. 
The design challenges are discussed in section II, followed by proposed work in section III, and the related work is visited in section IV followed by the conclusion in section V. 2. DESIGN CHALLENGES In the system, here the hybrid architecture is used ,and the hybrid architecture is explain. The hybrid system consist of several bus based subsystem and its based on NOC architecture. IP’s with heavy traffic are placed in same subsystem. The fig shows hybrid NOC architecture. Here R denotes the router, S denotes the sub system, C denotes the single IP core, B denotes the bridge of NOC and bus. These are the important components. Every subsystem consist of certain architecture NOC and bus architecture is interphase by the bridge. If data is transfer from subsystem to network, bridge serve as a slave component of bus which is use to receive control signal. Bridge help to packetize them into packet and deliver the packet to router. When data transfer from network to subsystem bridge serve as a master component and depacketize the packet, then serve all the data to corresponding IP’s. 
The i-slip algorithm is explained in the section. The i-slip uses extra state to store one pointer to each input port and output port. The scheduling in i-slip is done in round robin and derandomization is achieved in round robin fashion using the concept of except and grand pointer. The iteration consist of three phases. The Request, grand and accept. The output port is maintain a grant pointer G and the input port maintain an accept pointer A. The multiple packets from
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
_______________________________________________________________________________________ 
Volume: 03 Issue: 07 | Jul-2014, Available @ http://www.ijret.org 510 
input to output port, this pointers are resolved and vice versa. Section A will explain the three phase of i-slip algorithm. 
2.1 Phases of I-Slip Algorithm Step 1: The unmatched inputs send a request to the every output and confirms to form a queue .This is called as REQUEST phase. Step 2: When unmatched output recives an request ,it choose the path having higest priority in round robin manner . and output notifies input that request is granted. This phase is known as GRANT phase. Step 3: when unmatched input receives a grant then it accepts the one which has a highest priority in round robin. This phase is known as ACCEPT phase. For different application ,bandwith is consider. Ip are mapped on same platform and graph it such that it requiresd less hardware and bandwidth. The proposed work is done using VHDL or VERILOG. This is done in the proposed paper using VHDL ,using modelsim 6.3f software. 3. PROPOSED WORK This paper proposed a system which consist of mesh architecture having four by four matrix. The data is been passed through the matrix i.e. ip’s. they are passed with the help of routers. The logic is set such that the data is been passed in the matrix which search their path which occupies the less time and hence latency is been decrease. The i-slip algorithm to route the data is been used. The hardware required for the proposed work is less than as compared to other router proposed. 
The algorithm work as follows, the data is passed has specific source address and destination address. They are as a format x,y and x,y. When the data start communicating they will search in positive x then positive y and then negative x and negative y. Priority will be given as for first positive x,y then negative x,y. The data is not passed diagonally and hence some delay is been reduced. The input is been of 16 bit which is of frame format and output is of 8 bit. The detailed is specified below 
If we consider the mesh of four by four, then the input is specified as four inputs P1,P2,P3,P4. The first input P1 the row consider as naming 0,0; 1,0; 2,0; 3,0 which specified x,y coordinate. The second input P2 the row consider as 0,1; 1,1; 2,1; 3,1. The third input P3 the row consider as 0,2; 1,2; 2,2; 3,2. Now the fourth input P4 the row is specified as 0,3; 1,3; 2,3; 3,3. For example consider 1,0. 1 is address of x point and 0 is address of y point. This x and y address is used in frame format which is of 16 bit. Then logic is set as the data will pass in positive x and y direction and then the negative x and y direction. The detail of the frame format used as input is specified as the first 0 to 7 bit is of data the given data is been specified.then the 8 to 10 bit is of don’t care we can specified as 0 or 1.then then the 11 to 12 bit gives the destination y address and 13 to 14 bit gives the destination x address .15 bit is the request bit .this frame format specified is used as the input which is of fifteen bits. Consider the following example we made the programming of the four by four matrix and we want to pass the data from the matrix 0,1 to 3,0 using I-Slip Algorithm data is of 8 bit format from 0 to 7 bit in frame format, let the data be11001100 .8 to 10 bit is don’t care. 11,12 bit is address of y i.e. 11 and 13,14 bit is address of x i.e. 11 and the 15 bit is to enable so the frame format is 1111100000001111. Now in islip it will check or compare with the x and y destination coordinate. consider 0 is greater than three no then it will go to positive y direction .it will reach to 0,0 .after that it will check if two is greater than 0 ,yes it satisfied then it will go in positive x direction till it reaches to 3,0 .hence the output is given at 3,0. The output is shown in the given diagram. 4. RELATED WORK Here the data is passed in the mesh hybrid NOC architecture with the help of the i-slip algorithm. The latency of the data communication is been observed and found its been reduced. The related work proposed for this paper is that this four by four matrix the data is assed with i-slip algorithm router is then combined with other four by four matrix which uses X-Y router to pass the data is been combined. And hence the communication latency of the data is been verified for the combined NOC architecture.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
_______________________________________________________________________________________ 
Volume: 03 Issue: 07 | Jul-2014, Available @ http://www.ijret.org 511 
5. CONCLUSIONS The proposed work uses the I-slip algorithm. The I-slip algorithm is guarantee the fast algorithm, since it completes in most N iteration. The I-slip algorithm is simple to implement. It is also a starvation free. It has high throughput. In proposed work ,since the data is travelled in the proper format and the required logic make the data communication between the ip’s which is routed by the routers which have considered the concept of the bandwidth constrain take less time and hence the latency has been reduced over the data communication. REFRENCES [1]. N. McKeown. The iSLIP scheduling algorithm for input-queued switches. IEEE/ACM Transactions On Networking, 7(2):188–201, 1999. [2]. Mekkittikul, A., “A Starvation-free algorithm for achieving 100% throughput in an input-queued switch”, IEEE ICCCN [3]. D. Cavendish, M. Lajolo, and H. Liu. On the evaluation of fairness for input queue switches. In IEEE International Conference on Communications, 2002. ICC 2002, volume 2, 2002. [4]. G. Varghese. Network Algorithmics: an interdiscilinary aproach to designing fast networked devices. Morgan Kaufmann, 2005 T. D. Richardson, C. Nicooulos, D. . andV. Narayanan, Y. Xie, C. Das, and V. Degalahal, “A hybrid soc interconnect with dynamic tdma-based transaction-less buses and on-chi networks,” in roc. of International Conference on VLSI Design, 2006. [5]. Y. S. Cho, E. J. Choi, and K. R. Cho, “Modeling and analysis of the system bus latency on the soc platform,” in roc. of International workshop on System-Level Interconnect rediction, 2006. [6]. ae, J; “Implementation of an On-chi Interconnect Using the i-SLI Scheduling Algorithm: Intermediate Reort – Secification and Timeline,” Nov 2006. [7]. S. Bourduas and Z. Zilic, “A hybrid ring/mesh interconnect for networkon chip using hierarchical rings for global routing,” in International Symosium on Network- on-Chi, 2007 
[8]. J. D. Wang, “Low ower maping of cores onto hybrid noc architecture,” Master’s thesis, National Taiwan University, 2007. 
[9]. H. M. Harmanani and R. Farah, “A method for efficient maping and reliable routing for noc architectures with minimum bandwidth and area,” in IEEE Northeast Workshop on Circuits and Systems and TAISA Conference, June 2008. [10]. W. Lee and G. E. Sobelman, “Mesh-star hybrid noc architecture with cdma switch,” in IEEE roc. of International Symosium on Circuits and Systems, 2009.

More Related Content

What's hot

SIMILARITY SEARCH FOR TRAJECTORIES OF RFID TAGS IN SUPPLY CHAIN TRAFFIC
SIMILARITY SEARCH FOR TRAJECTORIES OF RFID TAGS IN SUPPLY CHAIN TRAFFICSIMILARITY SEARCH FOR TRAJECTORIES OF RFID TAGS IN SUPPLY CHAIN TRAFFIC
SIMILARITY SEARCH FOR TRAJECTORIES OF RFID TAGS IN SUPPLY CHAIN TRAFFICijdms
 
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...eSAT Journals
 
Internal Architecture of Junction Based Router
Internal Architecture of Junction Based Router Internal Architecture of Junction Based Router
Internal Architecture of Junction Based Router Editor IJCATR
 
Systematic error codes implimentation for matched data encoded 47405
Systematic error codes implimentation for matched data encoded 47405Systematic error codes implimentation for matched data encoded 47405
Systematic error codes implimentation for matched data encoded 47405EditorIJAERD
 
IRJET- Review Paper on Study of Various Interleavers and their Significance
IRJET- Review Paper on Study of Various Interleavers and their SignificanceIRJET- Review Paper on Study of Various Interleavers and their Significance
IRJET- Review Paper on Study of Various Interleavers and their SignificanceIRJET Journal
 
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...Journal For Research
 
cis97007
cis97007cis97007
cis97007perfj
 
FPGA DESIGN FOR H.264/AVC ENCODER
FPGA DESIGN FOR H.264/AVC ENCODERFPGA DESIGN FOR H.264/AVC ENCODER
FPGA DESIGN FOR H.264/AVC ENCODERIJCSEA Journal
 
A design of a fast parallel pipelined implementation of aes advanced encrypti...
A design of a fast parallel pipelined implementation of aes advanced encrypti...A design of a fast parallel pipelined implementation of aes advanced encrypti...
A design of a fast parallel pipelined implementation of aes advanced encrypti...ijcsit
 
Design of A New Lightweight Encryption for Embedded Security
Design of A New Lightweight Encryption for Embedded SecurityDesign of A New Lightweight Encryption for Embedded Security
Design of A New Lightweight Encryption for Embedded SecurityIRJET Journal
 
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...IOSR Journals
 
An optimised multi value logic cell design with new architecture of many val...
An optimised multi value logic cell design with new architecture  of many val...An optimised multi value logic cell design with new architecture  of many val...
An optimised multi value logic cell design with new architecture of many val...IJMER
 
ANALYSIS OF IPV6 TRANSITION TECHNOLOGIES
ANALYSIS OF IPV6 TRANSITION TECHNOLOGIESANALYSIS OF IPV6 TRANSITION TECHNOLOGIES
ANALYSIS OF IPV6 TRANSITION TECHNOLOGIESIJCNCJournal
 
A vlsi implementation of a resource efficient and secure architecture of a b...
A vlsi implementation of a resource efficient and secure architecture of  a b...A vlsi implementation of a resource efficient and secure architecture of  a b...
A vlsi implementation of a resource efficient and secure architecture of a b...eSAT Journals
 

What's hot (17)

SIMILARITY SEARCH FOR TRAJECTORIES OF RFID TAGS IN SUPPLY CHAIN TRAFFIC
SIMILARITY SEARCH FOR TRAJECTORIES OF RFID TAGS IN SUPPLY CHAIN TRAFFICSIMILARITY SEARCH FOR TRAJECTORIES OF RFID TAGS IN SUPPLY CHAIN TRAFFIC
SIMILARITY SEARCH FOR TRAJECTORIES OF RFID TAGS IN SUPPLY CHAIN TRAFFIC
 
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
 
Internal Architecture of Junction Based Router
Internal Architecture of Junction Based Router Internal Architecture of Junction Based Router
Internal Architecture of Junction Based Router
 
Systematic error codes implimentation for matched data encoded 47405
Systematic error codes implimentation for matched data encoded 47405Systematic error codes implimentation for matched data encoded 47405
Systematic error codes implimentation for matched data encoded 47405
 
IRJET- Review Paper on Study of Various Interleavers and their Significance
IRJET- Review Paper on Study of Various Interleavers and their SignificanceIRJET- Review Paper on Study of Various Interleavers and their Significance
IRJET- Review Paper on Study of Various Interleavers and their Significance
 
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
 
cis97007
cis97007cis97007
cis97007
 
1 ijetst
1 ijetst1 ijetst
1 ijetst
 
FPGA DESIGN FOR H.264/AVC ENCODER
FPGA DESIGN FOR H.264/AVC ENCODERFPGA DESIGN FOR H.264/AVC ENCODER
FPGA DESIGN FOR H.264/AVC ENCODER
 
A design of a fast parallel pipelined implementation of aes advanced encrypti...
A design of a fast parallel pipelined implementation of aes advanced encrypti...A design of a fast parallel pipelined implementation of aes advanced encrypti...
A design of a fast parallel pipelined implementation of aes advanced encrypti...
 
Design of A New Lightweight Encryption for Embedded Security
Design of A New Lightweight Encryption for Embedded SecurityDesign of A New Lightweight Encryption for Embedded Security
Design of A New Lightweight Encryption for Embedded Security
 
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
 
Gn3311521155
Gn3311521155Gn3311521155
Gn3311521155
 
An optimised multi value logic cell design with new architecture of many val...
An optimised multi value logic cell design with new architecture  of many val...An optimised multi value logic cell design with new architecture  of many val...
An optimised multi value logic cell design with new architecture of many val...
 
20120140506024
2012014050602420120140506024
20120140506024
 
ANALYSIS OF IPV6 TRANSITION TECHNOLOGIES
ANALYSIS OF IPV6 TRANSITION TECHNOLOGIESANALYSIS OF IPV6 TRANSITION TECHNOLOGIES
ANALYSIS OF IPV6 TRANSITION TECHNOLOGIES
 
A vlsi implementation of a resource efficient and secure architecture of a b...
A vlsi implementation of a resource efficient and secure architecture of  a b...A vlsi implementation of a resource efficient and secure architecture of  a b...
A vlsi implementation of a resource efficient and secure architecture of a b...
 

Viewers also liked

Adsorption studies of fluoride on activated carbon
Adsorption studies of fluoride on activated carbonAdsorption studies of fluoride on activated carbon
Adsorption studies of fluoride on activated carboneSAT Publishing House
 
Comparison of stress between winkler bach theory and
Comparison of stress between winkler bach theory andComparison of stress between winkler bach theory and
Comparison of stress between winkler bach theory andeSAT Publishing House
 
Survey on traditional and evolutionary clustering
Survey on traditional and evolutionary clusteringSurvey on traditional and evolutionary clustering
Survey on traditional and evolutionary clusteringeSAT Publishing House
 
Investigations on the performance of diesel in an air
Investigations on the performance of diesel in an airInvestigations on the performance of diesel in an air
Investigations on the performance of diesel in an aireSAT Publishing House
 
Study and comparative analysis of resonat frequency for microsrtip fractal an...
Study and comparative analysis of resonat frequency for microsrtip fractal an...Study and comparative analysis of resonat frequency for microsrtip fractal an...
Study and comparative analysis of resonat frequency for microsrtip fractal an...eSAT Publishing House
 
Technical engineering in industrial ippc as a key tool for ambient air qualit...
Technical engineering in industrial ippc as a key tool for ambient air qualit...Technical engineering in industrial ippc as a key tool for ambient air qualit...
Technical engineering in industrial ippc as a key tool for ambient air qualit...eSAT Publishing House
 
Phytotoxicity analysis of various plants using industrial sludge
Phytotoxicity analysis of various plants using industrial sludgePhytotoxicity analysis of various plants using industrial sludge
Phytotoxicity analysis of various plants using industrial sludgeeSAT Publishing House
 
Dynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database forDynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database foreSAT Publishing House
 
Gsm based automatic lpg ordering system with leakage alert
Gsm based automatic lpg ordering system with leakage alertGsm based automatic lpg ordering system with leakage alert
Gsm based automatic lpg ordering system with leakage alerteSAT Publishing House
 
Reminiscing cloud computing technology
Reminiscing cloud computing technologyReminiscing cloud computing technology
Reminiscing cloud computing technologyeSAT Publishing House
 
Analysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manetsAnalysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manetseSAT Publishing House
 
Seismic behavior of intake tower of dam
Seismic behavior of intake tower of damSeismic behavior of intake tower of dam
Seismic behavior of intake tower of dameSAT Publishing House
 
Static analysis of c s short cylindrical shell under internal liquid pressure...
Static analysis of c s short cylindrical shell under internal liquid pressure...Static analysis of c s short cylindrical shell under internal liquid pressure...
Static analysis of c s short cylindrical shell under internal liquid pressure...eSAT Publishing House
 
A study on effect of bowing on a scans using pulse
A study on effect of bowing on a scans using pulseA study on effect of bowing on a scans using pulse
A study on effect of bowing on a scans using pulseeSAT Publishing House
 
Experimental investigation of performance and
Experimental investigation of performance andExperimental investigation of performance and
Experimental investigation of performance andeSAT Publishing House
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domaineSAT Publishing House
 
Analysis and implementation of modified k medoids
Analysis and implementation of modified k medoidsAnalysis and implementation of modified k medoids
Analysis and implementation of modified k medoidseSAT Publishing House
 
Design of scc mixes based on cement – sp compatibility
Design of scc mixes based on cement – sp compatibilityDesign of scc mixes based on cement – sp compatibility
Design of scc mixes based on cement – sp compatibilityeSAT Publishing House
 
Accuracy enhancement of srtm and aster dems using weight estimation regressio...
Accuracy enhancement of srtm and aster dems using weight estimation regressio...Accuracy enhancement of srtm and aster dems using weight estimation regressio...
Accuracy enhancement of srtm and aster dems using weight estimation regressio...eSAT Publishing House
 
An experimental study on durability of high strength
An experimental study on durability of high strengthAn experimental study on durability of high strength
An experimental study on durability of high strengtheSAT Publishing House
 

Viewers also liked (20)

Adsorption studies of fluoride on activated carbon
Adsorption studies of fluoride on activated carbonAdsorption studies of fluoride on activated carbon
Adsorption studies of fluoride on activated carbon
 
Comparison of stress between winkler bach theory and
Comparison of stress between winkler bach theory andComparison of stress between winkler bach theory and
Comparison of stress between winkler bach theory and
 
Survey on traditional and evolutionary clustering
Survey on traditional and evolutionary clusteringSurvey on traditional and evolutionary clustering
Survey on traditional and evolutionary clustering
 
Investigations on the performance of diesel in an air
Investigations on the performance of diesel in an airInvestigations on the performance of diesel in an air
Investigations on the performance of diesel in an air
 
Study and comparative analysis of resonat frequency for microsrtip fractal an...
Study and comparative analysis of resonat frequency for microsrtip fractal an...Study and comparative analysis of resonat frequency for microsrtip fractal an...
Study and comparative analysis of resonat frequency for microsrtip fractal an...
 
Technical engineering in industrial ippc as a key tool for ambient air qualit...
Technical engineering in industrial ippc as a key tool for ambient air qualit...Technical engineering in industrial ippc as a key tool for ambient air qualit...
Technical engineering in industrial ippc as a key tool for ambient air qualit...
 
Phytotoxicity analysis of various plants using industrial sludge
Phytotoxicity analysis of various plants using industrial sludgePhytotoxicity analysis of various plants using industrial sludge
Phytotoxicity analysis of various plants using industrial sludge
 
Dynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database forDynamic interaction of mobile device and database for
Dynamic interaction of mobile device and database for
 
Gsm based automatic lpg ordering system with leakage alert
Gsm based automatic lpg ordering system with leakage alertGsm based automatic lpg ordering system with leakage alert
Gsm based automatic lpg ordering system with leakage alert
 
Reminiscing cloud computing technology
Reminiscing cloud computing technologyReminiscing cloud computing technology
Reminiscing cloud computing technology
 
Analysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manetsAnalysis of multi hop relay algorithm for efficient broadcasting in manets
Analysis of multi hop relay algorithm for efficient broadcasting in manets
 
Seismic behavior of intake tower of dam
Seismic behavior of intake tower of damSeismic behavior of intake tower of dam
Seismic behavior of intake tower of dam
 
Static analysis of c s short cylindrical shell under internal liquid pressure...
Static analysis of c s short cylindrical shell under internal liquid pressure...Static analysis of c s short cylindrical shell under internal liquid pressure...
Static analysis of c s short cylindrical shell under internal liquid pressure...
 
A study on effect of bowing on a scans using pulse
A study on effect of bowing on a scans using pulseA study on effect of bowing on a scans using pulse
A study on effect of bowing on a scans using pulse
 
Experimental investigation of performance and
Experimental investigation of performance andExperimental investigation of performance and
Experimental investigation of performance and
 
3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain3 d mrf based video tracking in the compressed domain
3 d mrf based video tracking in the compressed domain
 
Analysis and implementation of modified k medoids
Analysis and implementation of modified k medoidsAnalysis and implementation of modified k medoids
Analysis and implementation of modified k medoids
 
Design of scc mixes based on cement – sp compatibility
Design of scc mixes based on cement – sp compatibilityDesign of scc mixes based on cement – sp compatibility
Design of scc mixes based on cement – sp compatibility
 
Accuracy enhancement of srtm and aster dems using weight estimation regressio...
Accuracy enhancement of srtm and aster dems using weight estimation regressio...Accuracy enhancement of srtm and aster dems using weight estimation regressio...
Accuracy enhancement of srtm and aster dems using weight estimation regressio...
 
An experimental study on durability of high strength
An experimental study on durability of high strengthAn experimental study on durability of high strength
An experimental study on durability of high strength
 

Similar to I slip algorithm for low latency on hybrid noc architecture

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
 
Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...
Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...
Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...IJERA Editor
 
Performance Evaluation of Ipv4, Ipv6 Migration Techniques
Performance Evaluation of Ipv4, Ipv6 Migration TechniquesPerformance Evaluation of Ipv4, Ipv6 Migration Techniques
Performance Evaluation of Ipv4, Ipv6 Migration TechniquesIOSR Journals
 
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOTIMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOTIRJET Journal
 
Procedia Computer Science 46 ( 2015 ) 1072 – 1078 187.docx
Procedia Computer Science   46  ( 2015 )  1072 – 1078 187.docxProcedia Computer Science   46  ( 2015 )  1072 – 1078 187.docx
Procedia Computer Science 46 ( 2015 ) 1072 – 1078 187.docxAASTHA76
 
Best lookup algorithm for 100+gbps ipv6 packet
Best lookup algorithm for 100+gbps ipv6 packetBest lookup algorithm for 100+gbps ipv6 packet
Best lookup algorithm for 100+gbps ipv6 packeteSAT Publishing House
 
Mobile computing unit-5
Mobile computing unit-5Mobile computing unit-5
Mobile computing unit-5Ramesh Babu
 
Iccsit2010 paper2
Iccsit2010 paper2Iccsit2010 paper2
Iccsit2010 paper2hanums1
 
Performance Evaluation of a Distributed System Based Upon Fault Tree Analysis
Performance Evaluation of a Distributed System Based Upon Fault Tree AnalysisPerformance Evaluation of a Distributed System Based Upon Fault Tree Analysis
Performance Evaluation of a Distributed System Based Upon Fault Tree AnalysisIOSR Journals
 
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIPVERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIPEditor IJMTER
 
Performance Analysis of Mesh-based NoC’s on Routing Algorithms
Performance Analysis of Mesh-based NoC’s on Routing Algorithms Performance Analysis of Mesh-based NoC’s on Routing Algorithms
Performance Analysis of Mesh-based NoC’s on Routing Algorithms IJECEIAES
 
Ieee 2015 project list_vlsi
Ieee 2015 project list_vlsiIeee 2015 project list_vlsi
Ieee 2015 project list_vlsiigeeks1234
 
Ieee 2015 project list_vlsi
Ieee 2015 project list_vlsiIeee 2015 project list_vlsi
Ieee 2015 project list_vlsiigeeks1234
 
Me,be ieee 2015 project list_vlsi
Me,be ieee 2015 project list_vlsiMe,be ieee 2015 project list_vlsi
Me,be ieee 2015 project list_vlsiigeeks1234
 
A vlsi implementation of a resource efficient and secure architecture of a b...
A vlsi implementation of a resource efficient and secure architecture of  a b...A vlsi implementation of a resource efficient and secure architecture of  a b...
A vlsi implementation of a resource efficient and secure architecture of a b...eSAT Journals
 
Literature Review: Convey the Data in Massive Parallel Computing
Literature Review: Convey the Data in Massive Parallel ComputingLiterature Review: Convey the Data in Massive Parallel Computing
Literature Review: Convey the Data in Massive Parallel ComputingAM Publications,India
 
Fpga based design and implementation of noc torus
Fpga based design and implementation of noc torusFpga based design and implementation of noc torus
Fpga based design and implementation of noc toruseSAT Publishing House
 

Similar to I slip algorithm for low latency on hybrid noc architecture (20)

M017147275
M017147275M017147275
M017147275
 
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
 
Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...
Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...
Modified Headfirst Sliding Routing: A Time-Based Routing Scheme for Bus-Nochy...
 
Performance Evaluation of Ipv4, Ipv6 Migration Techniques
Performance Evaluation of Ipv4, Ipv6 Migration TechniquesPerformance Evaluation of Ipv4, Ipv6 Migration Techniques
Performance Evaluation of Ipv4, Ipv6 Migration Techniques
 
N017147679
N017147679N017147679
N017147679
 
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOTIMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
IMPLEMENTATION OF NETWORK DESIGN FOR UNIVERSITIES WITH IOT
 
Procedia Computer Science 46 ( 2015 ) 1072 – 1078 187.docx
Procedia Computer Science   46  ( 2015 )  1072 – 1078 187.docxProcedia Computer Science   46  ( 2015 )  1072 – 1078 187.docx
Procedia Computer Science 46 ( 2015 ) 1072 – 1078 187.docx
 
Best lookup algorithm for 100+gbps ipv6 packet
Best lookup algorithm for 100+gbps ipv6 packetBest lookup algorithm for 100+gbps ipv6 packet
Best lookup algorithm for 100+gbps ipv6 packet
 
Mobile computing unit-5
Mobile computing unit-5Mobile computing unit-5
Mobile computing unit-5
 
Iccsit2010 paper2
Iccsit2010 paper2Iccsit2010 paper2
Iccsit2010 paper2
 
B017140612
B017140612B017140612
B017140612
 
Performance Evaluation of a Distributed System Based Upon Fault Tree Analysis
Performance Evaluation of a Distributed System Based Upon Fault Tree AnalysisPerformance Evaluation of a Distributed System Based Upon Fault Tree Analysis
Performance Evaluation of a Distributed System Based Upon Fault Tree Analysis
 
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIPVERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
VERIFICATION OF FOUR PORT ROUTER FOR NETWORK ON CHIP
 
Performance Analysis of Mesh-based NoC’s on Routing Algorithms
Performance Analysis of Mesh-based NoC’s on Routing Algorithms Performance Analysis of Mesh-based NoC’s on Routing Algorithms
Performance Analysis of Mesh-based NoC’s on Routing Algorithms
 
Ieee 2015 project list_vlsi
Ieee 2015 project list_vlsiIeee 2015 project list_vlsi
Ieee 2015 project list_vlsi
 
Ieee 2015 project list_vlsi
Ieee 2015 project list_vlsiIeee 2015 project list_vlsi
Ieee 2015 project list_vlsi
 
Me,be ieee 2015 project list_vlsi
Me,be ieee 2015 project list_vlsiMe,be ieee 2015 project list_vlsi
Me,be ieee 2015 project list_vlsi
 
A vlsi implementation of a resource efficient and secure architecture of a b...
A vlsi implementation of a resource efficient and secure architecture of  a b...A vlsi implementation of a resource efficient and secure architecture of  a b...
A vlsi implementation of a resource efficient and secure architecture of a b...
 
Literature Review: Convey the Data in Massive Parallel Computing
Literature Review: Convey the Data in Massive Parallel ComputingLiterature Review: Convey the Data in Massive Parallel Computing
Literature Review: Convey the Data in Massive Parallel Computing
 
Fpga based design and implementation of noc torus
Fpga based design and implementation of noc torusFpga based design and implementation of noc torus
Fpga based design and implementation of noc torus
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
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
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
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
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(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...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
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
 
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
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 

I slip algorithm for low latency on hybrid noc architecture

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 07 | Jul-2014, Available @ http://www.ijret.org 509 I-SLIP ALGORITHM FOR LOW LATENCY ON HYBRID NOC ARCHITECTURE Tejaswini Rajesh Deotare1, Prashant R.Rothe2 1M Tech 4th Sem VLSI, Priyadarshini College of Engineering, RTM Nagpur University, Nagpur, India 2Dept. EE, Priyadarshini College of Engineering, RTM Nagpur University, Nagpur, India Abstract With today ASIC technology, a large number of memory can be easily implemented in a single chip. As the fabrication technology continuous to improve smaller feature size, which makes allows increasingly more integration of system onto the single dies. without having the any correct scheduling algorithm, communication between the components can becomes the limiting factor for performance. In this Paper ,we use i-slip scheduling algorithm with mesh router for NOC architecture .The advantages of the algorithm is achieving almost 100% throughput as the result low latency can be provided by desynchronization of the output arbiters . For the reduction of the latency of the latency of the hybrid NOC architecture efficient partition and mapping algorithm is proposed. When compared with the other architecture improvement of 17.6% in latency is been studied. Keywords— Hybrid NOC architecture, i-slip algorithm, mesh router, throughput, I P cores, mesh architecture. --------------------------------------------------------------------***------------------------------------------------------------------ 1. INTRODUCTION In the evolution of the technology for the embedded system the complexity becomes one of the most constraining aspects . Cost and time issues may also consider as the difficulties on the network on chip (NOC) . Many IP’s such as a processor ,core memories and peripheral are placed on the single dies. Semiconductor technology has been advanced very fastly and rapid increased in the technology . Semiconductor technology consist of the IP cores that is functional intellectual property and it is placed on the single chip. If the ip core is increased the communication performance is also been decreased. Network on chip (NOC) system map ips on the block and transmit the data between the ip’s using the network communication. In this paper, we proposed a communication of the data with low latency using bus mesh hybrid architecture for system on chip (SOC). IP are been used which decides the location each of them. Here the communication feature of the IP been extracted. In the proposed hybrid architecture, IP with higher communication affinity are placed in same subsystem, which reduce the hot spot and reduce transmission latency. Router connects the system and also connects the neighboring routers, also connects the single IP or a bus based subsystem. Reduction in design cost and power consumption with IP’s without interphase for each IP. In the semiconductor technology there is increase in fabrication which improves in small size and allow to integrate component on single dies. If the proper attention is not given high performance interconnect the communication between the components become limited factor. This project implements an on-chip SOC interconnect embodying I-SLIP scheduling algorithm for efficient communication between SOC devices. It provides fast communication and full N-to- N routing capabilities. But efficiently we will focus on the i- slip scheduling algorithm, which will help in reduction in the low latency on chip communication. The design challenges are discussed in section II, followed by proposed work in section III, and the related work is visited in section IV followed by the conclusion in section V. 2. DESIGN CHALLENGES In the system, here the hybrid architecture is used ,and the hybrid architecture is explain. The hybrid system consist of several bus based subsystem and its based on NOC architecture. IP’s with heavy traffic are placed in same subsystem. The fig shows hybrid NOC architecture. Here R denotes the router, S denotes the sub system, C denotes the single IP core, B denotes the bridge of NOC and bus. These are the important components. Every subsystem consist of certain architecture NOC and bus architecture is interphase by the bridge. If data is transfer from subsystem to network, bridge serve as a slave component of bus which is use to receive control signal. Bridge help to packetize them into packet and deliver the packet to router. When data transfer from network to subsystem bridge serve as a master component and depacketize the packet, then serve all the data to corresponding IP’s. The i-slip algorithm is explained in the section. The i-slip uses extra state to store one pointer to each input port and output port. The scheduling in i-slip is done in round robin and derandomization is achieved in round robin fashion using the concept of except and grand pointer. The iteration consist of three phases. The Request, grand and accept. The output port is maintain a grant pointer G and the input port maintain an accept pointer A. The multiple packets from
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 07 | Jul-2014, Available @ http://www.ijret.org 510 input to output port, this pointers are resolved and vice versa. Section A will explain the three phase of i-slip algorithm. 2.1 Phases of I-Slip Algorithm Step 1: The unmatched inputs send a request to the every output and confirms to form a queue .This is called as REQUEST phase. Step 2: When unmatched output recives an request ,it choose the path having higest priority in round robin manner . and output notifies input that request is granted. This phase is known as GRANT phase. Step 3: when unmatched input receives a grant then it accepts the one which has a highest priority in round robin. This phase is known as ACCEPT phase. For different application ,bandwith is consider. Ip are mapped on same platform and graph it such that it requiresd less hardware and bandwidth. The proposed work is done using VHDL or VERILOG. This is done in the proposed paper using VHDL ,using modelsim 6.3f software. 3. PROPOSED WORK This paper proposed a system which consist of mesh architecture having four by four matrix. The data is been passed through the matrix i.e. ip’s. they are passed with the help of routers. The logic is set such that the data is been passed in the matrix which search their path which occupies the less time and hence latency is been decrease. The i-slip algorithm to route the data is been used. The hardware required for the proposed work is less than as compared to other router proposed. The algorithm work as follows, the data is passed has specific source address and destination address. They are as a format x,y and x,y. When the data start communicating they will search in positive x then positive y and then negative x and negative y. Priority will be given as for first positive x,y then negative x,y. The data is not passed diagonally and hence some delay is been reduced. The input is been of 16 bit which is of frame format and output is of 8 bit. The detailed is specified below If we consider the mesh of four by four, then the input is specified as four inputs P1,P2,P3,P4. The first input P1 the row consider as naming 0,0; 1,0; 2,0; 3,0 which specified x,y coordinate. The second input P2 the row consider as 0,1; 1,1; 2,1; 3,1. The third input P3 the row consider as 0,2; 1,2; 2,2; 3,2. Now the fourth input P4 the row is specified as 0,3; 1,3; 2,3; 3,3. For example consider 1,0. 1 is address of x point and 0 is address of y point. This x and y address is used in frame format which is of 16 bit. Then logic is set as the data will pass in positive x and y direction and then the negative x and y direction. The detail of the frame format used as input is specified as the first 0 to 7 bit is of data the given data is been specified.then the 8 to 10 bit is of don’t care we can specified as 0 or 1.then then the 11 to 12 bit gives the destination y address and 13 to 14 bit gives the destination x address .15 bit is the request bit .this frame format specified is used as the input which is of fifteen bits. Consider the following example we made the programming of the four by four matrix and we want to pass the data from the matrix 0,1 to 3,0 using I-Slip Algorithm data is of 8 bit format from 0 to 7 bit in frame format, let the data be11001100 .8 to 10 bit is don’t care. 11,12 bit is address of y i.e. 11 and 13,14 bit is address of x i.e. 11 and the 15 bit is to enable so the frame format is 1111100000001111. Now in islip it will check or compare with the x and y destination coordinate. consider 0 is greater than three no then it will go to positive y direction .it will reach to 0,0 .after that it will check if two is greater than 0 ,yes it satisfied then it will go in positive x direction till it reaches to 3,0 .hence the output is given at 3,0. The output is shown in the given diagram. 4. RELATED WORK Here the data is passed in the mesh hybrid NOC architecture with the help of the i-slip algorithm. The latency of the data communication is been observed and found its been reduced. The related work proposed for this paper is that this four by four matrix the data is assed with i-slip algorithm router is then combined with other four by four matrix which uses X-Y router to pass the data is been combined. And hence the communication latency of the data is been verified for the combined NOC architecture.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 07 | Jul-2014, Available @ http://www.ijret.org 511 5. CONCLUSIONS The proposed work uses the I-slip algorithm. The I-slip algorithm is guarantee the fast algorithm, since it completes in most N iteration. The I-slip algorithm is simple to implement. It is also a starvation free. It has high throughput. In proposed work ,since the data is travelled in the proper format and the required logic make the data communication between the ip’s which is routed by the routers which have considered the concept of the bandwidth constrain take less time and hence the latency has been reduced over the data communication. REFRENCES [1]. N. McKeown. The iSLIP scheduling algorithm for input-queued switches. IEEE/ACM Transactions On Networking, 7(2):188–201, 1999. [2]. Mekkittikul, A., “A Starvation-free algorithm for achieving 100% throughput in an input-queued switch”, IEEE ICCCN [3]. D. Cavendish, M. Lajolo, and H. Liu. On the evaluation of fairness for input queue switches. In IEEE International Conference on Communications, 2002. ICC 2002, volume 2, 2002. [4]. G. Varghese. Network Algorithmics: an interdiscilinary aproach to designing fast networked devices. Morgan Kaufmann, 2005 T. D. Richardson, C. Nicooulos, D. . andV. Narayanan, Y. Xie, C. Das, and V. Degalahal, “A hybrid soc interconnect with dynamic tdma-based transaction-less buses and on-chi networks,” in roc. of International Conference on VLSI Design, 2006. [5]. Y. S. Cho, E. J. Choi, and K. R. Cho, “Modeling and analysis of the system bus latency on the soc platform,” in roc. of International workshop on System-Level Interconnect rediction, 2006. [6]. ae, J; “Implementation of an On-chi Interconnect Using the i-SLI Scheduling Algorithm: Intermediate Reort – Secification and Timeline,” Nov 2006. [7]. S. Bourduas and Z. Zilic, “A hybrid ring/mesh interconnect for networkon chip using hierarchical rings for global routing,” in International Symosium on Network- on-Chi, 2007 [8]. J. D. Wang, “Low ower maping of cores onto hybrid noc architecture,” Master’s thesis, National Taiwan University, 2007. [9]. H. M. Harmanani and R. Farah, “A method for efficient maping and reliable routing for noc architectures with minimum bandwidth and area,” in IEEE Northeast Workshop on Circuits and Systems and TAISA Conference, June 2008. [10]. W. Lee and G. E. Sobelman, “Mesh-star hybrid noc architecture with cdma switch,” in IEEE roc. of International Symosium on Circuits and Systems, 2009.