Cargando…

Networks-on-chip : from implementations to programming paradigms /

Networks-on-Chip: From Implementations to Programming Paradigms provides a thorough and bottom-up exploration of the whole NoC design space in a coherent and uniform fashion, from low-level router, buffer and topology implementations, to routing and flow control schemes, to co-optimizations of NoC a...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Ma, Sheng (Autor), Huang, Libo, 1976- (Autor), Lai, Mingche (Autor), Shi, Wei (Autor)
Otros Autores: Wang, Zhiying (Editor )
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Amsterdam : Morgan Kaufmann, 2014.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocn894609116
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |||||||||||
008 141021s2014 ne ob 001 0 eng d
040 |a UKMGB  |b eng  |e pn  |c UKMGB  |d OCLCO  |d N$T  |d UIU  |d OPELS  |d OCLCF  |d EBLCP  |d NLGGC  |d DEBSZ  |d OCLCQ  |d MERUC  |d REB  |d U3W  |d D6H  |d OCLCQ  |d WYU  |d CUY  |d ZCU  |d ICG  |d DKC  |d OCLCQ  |d LQU  |d OCLCQ  |d S2H  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
016 7 |a 016933122  |2 Uk 
016 7 |a 016931192  |2 Uk 
019 |a 898422260  |a 1105194651  |a 1105565529 
020 |a 9780128011782  |q (electronic bk.) 
020 |a 0128011785  |q (electronic bk.) 
020 |a 0128009799 
020 |a 9780128009796 
020 |z 9780128009796  |q (pbk.) 
020 |z 0128009799  |q (Trade Paper) 
024 3 |a 9780128009796 
029 1 |a AU@  |b 000065134296 
029 1 |a AU@  |b 000067110406 
029 1 |a CHNEW  |b 001012533 
029 1 |a DEBBG  |b BV043615543 
029 1 |a DEBSZ  |b 431867119 
029 1 |a DEBSZ  |b 434138444 
029 1 |a GBVCP  |b 817088342 
029 1 |a AU@  |b 000064562559 
035 |a (OCoLC)894609116  |z (OCoLC)898422260  |z (OCoLC)1105194651  |z (OCoLC)1105565529 
037 |b 00991439 
050 4 |a TK5105.546 
072 7 |a TEC  |x 009070  |2 bisacsh 
082 0 4 |a 621.381531  |2 23 
049 |a UAMI 
100 1 |a Ma, Sheng,  |e author. 
245 1 0 |a Networks-on-chip :  |b from implementations to programming paradigms /  |c Sheng Ma, Libo Huang, Mingche Lai, Wei Shi ; editor-in-chief, Zhiying Wang. 
264 1 |a Amsterdam :  |b Morgan Kaufmann,  |c 2014. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
500 |a Includes index. 
588 0 |a CIP data; item not viewed. 
505 0 |a Front Cover; Networks-on-Chip: From Implementations to Programming Paradigms; Copyright; Contents in Brief; Contents; Preface; About the Editor-in-Chief and Authors; Editor-in-Chief; Authors; Part I: Prologue; Chapter 1: Introduction; 1.1 The dawn of the many-core era; 1.2 Communication-centric cross-layer optimizations; 1.3 A baseline design space exploration of NoCs; 1.3.1 Topology; 1.3.2 Routing algorithm; 1.3.3 Flow control; 1.3.4 Router microarchitecture; 1.3.5 Performance metric; 1.4 Review of NoC research; 1.4.1 Research on topologies; 1.4.2 Research on unicast routing. 
505 8 |a 1.4.3 Research on supporting collective communications1.4.4 Research on flow control; 1.4.5 Research on router microarchitecture; 1.5 Trends of real processors; 1.5.1 The MIT Raw processor; 1.5.2 The Tilera TILE64 processor; 1.5.3 The Sony/Toshiba/IBM Cell processor; 1.5.4 The U.T. Austin TRIPS processor; 1.5.5 The Intel Teraflops processor; 1.5.6 The Intel SCC processor; 1.5.7 The Intel Larrabee processor; 1.5.8 The Intel Knights Corner processor; 1.5.9 Summary of real processors; 1.6 Overview of the book; References; Part II: Logic implementations. 
505 8 |a Chapter 2: A single-cycle router with wing channels2.1 Introduction; 2.2 The router architecture; 2.2.1 The overall architecture; 2.2.2 Wing channels; 2.3 Microarchitecture designs; 2.3.1 Channel dispensers; 2.3.2 Fast arbiter components; 2.3.3 SIG managers and SIG controllers; 2.4 Experimental results; 2.4.1 Simulation infrastructures; 2.4.2 Pipeline delay analysis; 2.4.3 Latency and throughput; 2.4.4 Area and power consumption; 2.5 Chapter summary; References; Chapter 3: Dynamic virtual channel routers with congestion awareness; 3.1 Introduction; 3.2 DVC with congestion awareness. 
505 8 |a 3.2.1 DVC scheme3.2.2 Congestion avoidance scheme; 3.3 Multiple-port shared buffer with congestion awareness; 3.3.1 DVC scheme among multiple ports; 3.3.2 Congestion avoidance scheme; 3.4 DVC router microarchitecture; 3.4.1 VC control module; 3.4.2 Metric aggregation and congestion avoidance; 3.4.3 VC allocation module; 3.5 HiBB router microarchitecture; 3.5.1 VC control module; 3.5.2 VC allocation and output port allocation; 3.5.3 VC regulation; 3.6 Evaluation; 3.6.1 DVC router evaluation; 3.6.2 HiBB router evaluation; 3.7 Chapter summary; References. 
505 8 |a Chapter 4: Virtual bus structure-based network-on-chip topologies4.1 Introduction; 4.2 Background; 4.3 Motivation; 4.3.1 Baseline on-chip communication networks; 4.3.1.1 Transaction-based bus; 4.3.1.2 Packet-based NoC; 4.3.2 Analysis of NoC problems; 4.3.2.1 Multihop problem; 4.3.2.2 Multicast problem; 4.3.3 Advantages of a transaction-based bus; 4.4 The VBON; 4.4.1 Interconnect structures; 4.4.1.1 Wire delay consideration; 4.4.2 The VB mechanism; 4.4.2.1 The VB construction; 4.4.2.2 VB arbitration; 4.4.2.3 Packet format; 4.4.2.4 VB operation; 4.4.2.5 A simple example for VB communication. 
520 |a Networks-on-Chip: From Implementations to Programming Paradigms provides a thorough and bottom-up exploration of the whole NoC design space in a coherent and uniform fashion, from low-level router, buffer and topology implementations, to routing and flow control schemes, to co-optimizations of NoC and high-level programming paradigms. This textbook is intended for an advanced course on computer architecture, suitable for graduate students or senior undergrads who want to specialize in the area of computer architecture and Networks-on-Chip. It is also intended for practitioners in the indust. 
504 |a Includes bibliographical references and index. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Networks on a chip. 
650 6 |a Réseaux sur puce. 
650 7 |a TECHNOLOGY & ENGINEERING  |x Mechanical.  |2 bisacsh 
650 7 |a Networks on a chip  |2 fast 
700 1 |a Huang, Libo,  |d 1976-  |e author.  |1 https://id.oclc.org/worldcat/entity/E39PCjBPyqrVyKmFHjPHkGpGd3 
700 1 |a Lai, Mingche,  |e author. 
700 1 |a Shi, Wei,  |e author. 
700 1 |a Wang, Zhiying,  |e editor. 
758 |i has work:  |a Networks-on-chip (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCGdxBTDYBFdcqVb68mTQ4m  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |z 9780128009796 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1888542  |z Texto completo 
936 |a BATCHLOAD 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL1888542 
938 |a EBSCOhost  |b EBSC  |n 927974 
994 |a 92  |b IZTAP