MARC details
000 -LEADER |
fixed length control field |
06436cam a2200433Ia 4500 |
003 - CONTROL NUMBER IDENTIFIER |
control field |
OCoLC |
005 - DATE AND TIME OF LATEST TRANSACTION |
control field |
20230719095236.0 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
1417574305 |
Qualifying information |
(electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
9781417574308 |
Qualifying information |
(electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
0080477542 |
Qualifying information |
(electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
9780080477541 |
Qualifying information |
(electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
9781558607668 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
1558607668 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
Canceled/invalid ISBN |
1558607668 |
Qualifying information |
(Cloth) |
040 ## - CATALOGING SOURCE |
Original cataloging agency |
N$T |
Language of cataloging |
eng |
Description conventions |
pn |
Transcribing agency |
N$T |
Modifying agency |
OCLCQ |
-- |
OCLCG |
-- |
OCLCQ |
-- |
OCLCO |
-- |
MERUC |
-- |
IDEBK |
-- |
SINTU |
-- |
OCLCQ |
-- |
OCLCF |
-- |
OCLCO |
-- |
OCLCQ |
-- |
OPELS |
-- |
OKU |
-- |
E7B |
-- |
ZCU |
-- |
YDXCP |
-- |
OCLCQ |
-- |
YDX |
-- |
IQW |
-- |
PIFBR |
-- |
OCLCQ |
-- |
WY@ |
-- |
LUE |
-- |
RCC |
-- |
D6H |
-- |
OCLCQ |
-- |
TOF |
-- |
M8D |
-- |
OCLCO |
041 ## - LANGUAGE CODE |
Language code of text/sound track or separate title |
Eng |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER |
Classification number |
TK7895.E42 |
Item number |
F57 2005eb |
072 #7 - SUBJECT CATEGORY CODE |
Subject category code |
COM |
Subject category code subdivision |
037000 |
Source |
bisacsh |
072 #7 - SUBJECT CATEGORY CODE |
Subject category code |
COM |
Subject category code subdivision |
059000 |
Source |
bisacsh |
072 #7 - SUBJECT CATEGORY CODE |
Subject category code |
COM |
Subject category code subdivision |
067000 |
Source |
bisacsh |
100 1# - MAIN ENTRY--PERSONAL NAME |
Personal name |
Fisher, Joseph A |
245 10 - TITLE STATEMENT |
Title |
Embedded computing : |
Remainder of title |
a VLIW approach to architecture, compilers and tools / |
Statement of responsibility, etc. |
Joseph A. Fisher, Paolo Faraboschi, Cliff Young |
260 ## - PUBLICATION, DISTRIBUTION, ETC. |
Place of publication, distribution, etc. |
San Francisco, Calif. : |
Name of publisher, distributor, etc. |
Morgan Kaufmann, |
Date of publication, distribution, etc. |
©2005 |
300 ## - PHYSICAL DESCRIPTION |
Extent |
671 pages : |
Other physical details |
illustrations |
336 ## - CONTENT TYPE |
Content type term |
text |
Content type code |
txt |
Source |
rdacontent |
337 ## - MEDIA TYPE |
Media type term |
computer |
Media type code |
c |
Source |
rdamedia |
338 ## - CARRIER TYPE |
Carrier type term |
online resource |
Carrier type code |
cr |
Source |
rdacarrier |
504 ## - BIBLIOGRAPHY, ETC. NOTE |
Bibliography, etc. note |
Includes bibliographical references and index |
505 0# - FORMATTED CONTENTS NOTE |
Formatted contents note |
Cover -- About the Authors -- Foreword -- Contents -- Preface -- Content and Structure -- The VEX (VLIW Example) Computing System -- Audience -- Cross-cutting Topics -- How to Read This Book -- Figure Acknowledgments -- Acknowledgments -- CHAPTER 1 An Introduction to Embedded Processing -- 1.1 What Is Embedded Computing? -- 1.1.1 Attributes of Embedded Devices -- 1.1.2 Embedded Is Growing -- 1.2 Distinguishing Between Embedded and General-Purpose Computing -- 1.2.1 The "Run One Program Only" Phenomenon -- 1.2.2 Backward and Binary Compatibility -- 1.2.3 Physical Limits in the Embedded Domain -- 1.3 Characterizing Embedded Computing -- 1.3.1 Categorization by Type of Processing Engine -- 1.3.2 Categorization by Application Area -- 1.3.3 Categorization by Workload Differences -- 1.4 Embedded Market Structure -- 1.4.1 The Market for Embedded Processor Cores -- 1.4.2 Business Model of Embedded Processors -- 1.4.3 Costs and Product Volume -- 1.4.4 Software and the Embedded Software Market -- 1.4.5 Industry Standards -- 1.4.6 Product Life Cycle -- 1.4.7 The Transition to SoC Design -- 1.4.8 The Future of Embedded Systems -- 1.5 Further Reading -- 1.6 Exercises -- CHAPTER 2 An Overview of VLIW and ILP -- 2.1 Semantics and Parallelism -- 2.1.1 Baseline: Sequential Program Semantics -- 2.1.2 Pipelined Execution, Overlapped Execution, and Multiple Execution Units -- 2.1.3 Dependence and Program Rearrangement -- 2.1.4 ILP and Other Forms of Parallelism -- 2.2 Design Philosophies -- 2.2.1 An Illustration of Design Philosophies: RISC Versus CISC -- 2.2.2 First Definition of VLIW -- 2.2.3 A Design Philosophy: VLIW -- 2.3 Role of the Compiler -- 2.3.1 The Phases of a High-Performance Compiler -- 2.3.2 Compiling for ILP and VLIW -- 2.4 VLIW in the Embedded and DSP Domains -- 2.5 Historical Perspective and Further Reading -- 2.5.1 ILP Hardware in the 1960s and 1970s -- 2.5.2 The Development of ILP Code Generation in the 1980s -- 2.5.3 VLIW Development in the 1980s -- 2.5.4 ILP in the 1990s and 2000s -- 2.6 Exercises -- CHAPTER 3 An Overview of ISA Design -- 3.1 Overview: What to Hide -- 3.1.1 Architectural State: Memory and Registers -- 3.1.2 Pipelining and Operational Latency -- 3.1.3 Multiple Issue and Hazards -- 3.1.4 Exception and Interrupt Handling -- 3.1.5 Discussion -- 3.2 Basic VLIW Design Principles -- 3.2.1 Implications for Compilers and Implementations -- 3.2.2 Execution Model Subtleties -- 3.3 Designing a VLIW ISA for Embedded Systems -- 3.3.1 Application Domain -- 3.3.2 ILP Style -- 3.3.3 Hardware/Software Tradeoffs -- 3.4 Instruction-set Encoding -- 3.4.1 A Larger Definition of Architecture -- 3.4.2 Encoding and Architectural Style -- 3.5 VLIW Encoding -- 3.5.1 Operation Encoding -- 3.5.2 Instruction Encoding -- 3.5.3 Dispatching and Opcode Subspaces -- 3.6 Encoding and Instruction-set Extensions --T$1 |
506 ## - RESTRICTIONS ON ACCESS NOTE |
Terms governing access |
Available to OhioLINK libraries |
520 ## - SUMMARY, ETC. |
Summary, etc. |
The fact that there are more embedded computers than general-purpose computers and that we are impacted by hundreds of them every day is no longer news. What is news is that their increasing performance requirements, complexity and capabilities demand a new approach to their design. Fisher, Faraboschi, and Young describe a new age of embedded computing design, in which the processor is central, making the approach radically distinct from contemporary practices of embedded systems design. They demonstrate why it is essential to take a computing-centric and system-design approach to the traditional elements of nonprogrammable components, peripherals, interconnects and buses. These elements must be unified in a system design with high-performance processor architectures, microarchitectures and compilers, and with the compilation tools, debuggers and simulators needed for application development. In this landmark text, the authors apply their expertise in highly interdisciplinary hardware/software development and VLIW processors to illustrate this change in embedded computing. VLIW architectures have long been a popular choice in embedded systems design, and while VLIW is a running theme throughout the book, embedded computing is the core topic. Embedded Computing examines both in a book filled with fact and opinion based on the authors many years of R & D experience. Complemented by a unique, professional-quality embedded tool-chain on the authors' website, http://www.vliw.org/book Combines technical depth with real-world experience Comprehensively explains the differences between general purpose computing systems and embedded systems at the hardware, software, tools and operating system levels. Uses concrete examples to explain and motivate the trade-offs |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
Embedded computer systems |
General subdivision |
Design and construction |
700 1# - ADDED ENTRY--PERSONAL NAME |
Personal name |
Faraboschi, Paolo |
700 1# - ADDED ENTRY--PERSONAL NAME |
Personal name |
Young, Clifford, |
Dates associated with a name |
1947- |
710 2# - ADDED ENTRY--CORPORATE NAME |
Corporate name or jurisdiction name as entry element |
Ohio Library and Information Network |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY |
Relationship information |
Print version: |
Main entry heading |
Fisher, Joseph A. |
Title |
Embedded computing. |
Place, publisher, and date of publication |
San Francisco, Calif. : Morgan Kaufmann, ©2005 |
International Standard Book Number |
1558607668 |
Record control number |
(OCoLC)56912257 |
856 40 - ELECTRONIC LOCATION AND ACCESS |
Public note |
Connect to resource |
Uniform Resource Identifier |
<a href="https://learning.oreilly.com/library/view/~/9781558607668/?ar">https://learning.oreilly.com/library/view/~/9781558607668/?ar</a> |
942 ## - ADDED ENTRY ELEMENTS (KOHA) |
Source of classification or shelving scheme |
Library of Congress Classification |
Koha item type |
Books |