0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (10)
  • R250 - R500 (39)
  • R500+ (3,100)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer hardware & operating systems > Computer architecture & logic design

Self-Organization in Embedded Real-Time Systems (Paperback, 2013 ed.): M. Teresa Higuera-Toledano, Uwe Brinkschulte, Achim... Self-Organization in Embedded Real-Time Systems (Paperback, 2013 ed.)
M. Teresa Higuera-Toledano, Uwe Brinkschulte, Achim Rettberg
R3,522 Discovery Miles 35 220 Ships in 10 - 15 working days

This book describes the emerging field of self-organizing, multicore, distributed and real-time embedded systems. Self -organization of both hardware and software can be a key technique to handle the growing complexity of modern computing systems. Distributed systems running hundreds of tasks on dozens of processors, each equipped with multiple cores, requires self-organization principles to ensure efficient and reliable operation. This book addresses various, so-called Self-X features such as self-configuration, self-optimization, self-adaptation, self-healing and self-protection.

Theory of Digital Automata (Paperback, 2013 ed.): Bohdan Borowik, Mykola Karpinskyy, Valery Lahno, Oleksandr Petrov Theory of Digital Automata (Paperback, 2013 ed.)
Bohdan Borowik, Mykola Karpinskyy, Valery Lahno, Oleksandr Petrov
R3,522 Discovery Miles 35 220 Ships in 10 - 15 working days

This book serves a dual purpose: firstly to combine the treatment of circuits and digital electronics, and secondly, to establish a strong connection with the contemporary world of digital systems. The need for this approach arises from the observation that introducing digital electronics through a course in traditional circuit analysis is fast becoming obsolete. Our world has gone digital. Automata theory helps with the design of digital circuits such as parts of computers, telephone systems and control systems. A complete perspective is emphasized, because even the most elegant computer architecture will not function without adequate supporting circuits. The focus is on explaining the real-world implementation of complete digital systems. In doing so, the reader is prepared to immediately begin design and implementation work. This work serves as a bridge to take readers from the theoretical world to the everyday design world where solutions must be complete to be successful.

A Practical Introduction to Hardware/Software Codesign (Paperback, 2nd ed. 2013): Patrick R. Schaumont A Practical Introduction to Hardware/Software Codesign (Paperback, 2nd ed. 2013)
Patrick R. Schaumont
R4,106 Discovery Miles 41 060 Ships in 10 - 15 working days

This textbook serves as an introduction to the subject of embedded systems design, with emphasis on integration of custom hardware components with software. The key problem addressed in the book is the following: how can an embedded systems designer strike a balance between flexibility and efficiency? The book describes how combining hardware design with software design leads to a solution to this important computer engineering problem. The book covers four topics in hardware/software codesign: fundamentals, the design space of custom architectures, the hardware/software interface and application examples. The book comes with an associated design environment that helps the reader to perform experiments in hardware/software codesign. Each chapter also includes exercises and further reading suggestions. Improvements in this second edition include labs and examples using modern FPGA environments from Xilinx and Altera, which will make the material in this book applicable to a greater number of courses where these tools are already in use. More examples and exercises have been added throughout the book. "If I were teaching a course on this subject, I would use this as a resource and text. If I were a student who wanted to learn codesign, I would look for a course that at least used a similar approach. If I were an engineer or engineering manager who wanted to learn more about codesign from a very practical perspective, I would read this book first before any other. When I first started learning about codesign as a practitioner, a book like this would have been the perfect introduction." --Grant Martin, Tensilica--

An ASIC Low Power Primer - Analysis, Techniques and Specification (Paperback, 2013 ed.): Rakesh Chadha, J. Bhasker An ASIC Low Power Primer - Analysis, Techniques and Specification (Paperback, 2013 ed.)
Rakesh Chadha, J. Bhasker
R3,557 Discovery Miles 35 570 Ships in 10 - 15 working days

This book provides an invaluable primer on the techniques utilized in the design of low power digital semiconductor devices. Readers will benefit from the hands-on approach which starts form the ground-up, explaining with basic examples what power is, how it is measured and how it impacts on the design process of application-specific integrated circuits (ASICs). The authors use both the Unified Power Format (UPF) and Common Power Format (CPF) to describe in detail the power intent for an ASIC and then guide readers through a variety of architectural and implementation techniques that will help meet the power intent. From analyzing system power consumption, to techniques that can be employed in a low power design, to a detailed description of two alternate standards for capturing the power directives at various phases of the design, this book is filled with information that will give ASIC designers a competitive edge in low-power design.

Real-Time Applications with Stochastic Task Execution Times - Analysis and Optimisation (Paperback, 2007 ed.): Sorin Manolache,... Real-Time Applications with Stochastic Task Execution Times - Analysis and Optimisation (Paperback, 2007 ed.)
Sorin Manolache, Petru Eles, Zebo Peng
R2,889 Discovery Miles 28 890 Ships in 10 - 15 working days

This book presents three approaches to the analysis of the deadline miss ratio of applications with stochastic task execution times. Each best fits a different context: an exact one efficiently applicable to monoprocessor systems; an approximate one, which allows for designer-controlled trade-off between analysis accuracy and analysis speed; and one less accurate but sufficiently fast in order to be placed inside optimization loops.

A Pipelined Multi-core MIPS Machine - Hardware Implementation and Correctness Proof (Paperback, 2014 ed.): Mikhail Kovalev,... A Pipelined Multi-core MIPS Machine - Hardware Implementation and Correctness Proof (Paperback, 2014 ed.)
Mikhail Kovalev, Silvia M. Muller, Wolfgang J. Paul
R2,558 Discovery Miles 25 580 Ships in 10 - 15 working days

This monograph is based on the third author's lectures on computer architecture, given in the summer semester 2013 at Saarland University, Germany. It contains a gate level construction of a multi-core machine with pipelined MIPS processor cores and a sequentially consistent shared memory. The book contains the first correctness proofs for both the gate level implementation of a multi-core processor and also of a cache based sequentially consistent shared memory. This opens the way to the formal verification of synthesizable hardware for multi-core processors in the future. Constructions are in a gate level hardware model and thus deterministic. In contrast the reference models against which correctness is shown are nondeterministic. The development of the additional machinery for these proofs and the correctness proof of the shared memory at the gate level are the main technical contributions of this work.

Linux Observability with BPF - Advanced Programming for Performance Analysis and Networking (Paperback): David Calavera,... Linux Observability with BPF - Advanced Programming for Performance Analysis and Networking (Paperback)
David Calavera, Lorenzo Fontana
R1,069 R937 Discovery Miles 9 370 Save R132 (12%) Ships in 12 - 17 working days

Build your expertise in the BPF virtual machine in the Linux kernel with this practical guide for systems engineers. You'll not only dive into the BPF program lifecycle but also learn to write applications that observe and modify the kernel's behavior; inject code to monitor, trace, and securely observe events in the kernel; and more. Authors David Calavera and Lorenzo Fontana help you harness the power of BPF to make any computing system more observable. Familiarize yourself with the essential concepts you'll use on a day-to-day basis and augment your knowledge about performance optimization, networking, and security. Then see how it all comes together with code examples in C, Go, and Python. Write applications that use BPF to observe and modify the Linux kernel's behavior on demand Inject code to monitor, trace, and observe events in the kernel in a secure way-no need to recompile the kernel or reboot the system Explore code examples in C, Go, and Python Gain a more thorough understanding of the BPF program lifecycle

Hardware/Software Architectures for Low-Power Embedded Multimedia Systems (Paperback, 2011 ed.): Muhammad Shafique, Joerg Henkel Hardware/Software Architectures for Low-Power Embedded Multimedia Systems (Paperback, 2011 ed.)
Muhammad Shafique, Joerg Henkel
R3,431 Discovery Miles 34 310 Ships in 10 - 15 working days

This book presents techniques for energy reduction in adaptive embedded multimedia systems, based on dynamically reconfigurable processors. The approach described will enable designers to meet performance/area constraints, while minimizing video quality degradation, under various, run-time scenarios. Emphasis is placed on implementing power/energy reduction at various abstraction levels. To enable this, novel techniques for adaptive energy management at both processor architecture and application architecture levels are presented, such that both hardware and software adapt together, minimizing overall energy consumption under unpredictable, design-/compile-time scenarios.

Distributed Network Systems - From Concepts to Implementations (Paperback, 2005 ed.): Weijia Jia, Wanlei Zhou Distributed Network Systems - From Concepts to Implementations (Paperback, 2005 ed.)
Weijia Jia, Wanlei Zhou
R3,002 Discovery Miles 30 020 Ships in 10 - 15 working days

Both authors have taught the course of "Distributed Systems" for many years in the respective schools. During the teaching, we feel strongly that "Distributed systems" have evolved from traditional "LAN" based distributed systems towards "Internet based" systems. Although there exist many excellent textbooks on this topic, because of the fast development of distributed systems and network programming/protocols, we have difficulty in finding an appropriate textbook for the course of "distributed systems" with orientation to the requirement of the undergraduate level study for today's distributed technology. Specifically, from - to-date concepts, algorithms, and models to implementations for both distributed system designs and application programming. Thus the philosophy behind this book is to integrate the concepts, algorithm designs and implementations of distributed systems based on network programming. After using several materials of other textbooks and research books, we found that many texts treat the distributed systems with separation of concepts, algorithm design and network programming and it is very difficult for students to map the concepts of distributed systems to the algorithm design, prototyping and implementations. This book intends to enable readers, especially postgraduates and senior undergraduate level, to study up-to-date concepts, algorithms and network programming skills for building modern distributed systems. It enables students not only to master the concepts of distributed network system but also to readily use the material introduced into implementation practices.

UTLEON3: Exploring Fine-Grain Multi-Threading in FPGAs (Paperback, 2013 ed.): Martin Danek, Leos Kafka, Lukas Kohout, Jaroslav... UTLEON3: Exploring Fine-Grain Multi-Threading in FPGAs (Paperback, 2013 ed.)
Martin Danek, Leos Kafka, Lukas Kohout, Jaroslav Sykora, Roman Bartosinski
R3,581 Discovery Miles 35 810 Ships in 10 - 15 working days

This book describes a specification, microarchitecture, VHDL implementation and evaluation of a SPARC v8 CPU with fine-grain multi-threading, called micro-threading. The CPU, named UTLEON3, is an alternative platform for exploring CPU multi-threading that is compatible with the industry-standard GRLIB package. The processor microarchitecture was designed to map in an efficient way the data-flow scheme on a classical von Neumann pipelined processing used in common processors, while retaining full binary compatibility with existing legacy programs.

Functional Verification of Programmable Embedded Architectures - A Top-Down Approach (Paperback, 2005 ed.): Prabhat Mishra,... Functional Verification of Programmable Embedded Architectures - A Top-Down Approach (Paperback, 2005 ed.)
Prabhat Mishra, Nikil D. Dutt
R2,927 Discovery Miles 29 270 Ships in 10 - 15 working days

It is widely acknowledged that the cost of validation and testing comprises a s- nificant percentage of the overall development costs for electronic systems today, and is expected to escalate sharply in the future. Many studies have shown that up to 70% of the design development time and resources are spent on functional verification. Functional errors manifest themselves very early in the design flow, and unless they are detected up front, they can result in severe consequence- both financially and from a safety viewpoint. Indeed, several recent instances of high-profile functional errors (e. g. , the Pentium FDIV bug) have resulted in - creased attention paid to verifying the functional correctness of designs. Recent efforts have proposed augmenting the traditional RTL simulation-based validation methodology with formal techniques in an attempt to uncover hard-to-find c- ner cases, with the goal of trying to reach RTL functional verification closure. However, what is often not highlighted is the fact that in spite of the tremendous time and effort put into such efforts at the RTL and lower levels of abstraction, the complexity of contemporary embedded systems makes it difficult to guarantee functional correctness at the system level under all possible operational scenarios. The problem is exacerbated in current System-on-Chip (SOC) design meth- ologies that employ Intellectual Property (IP) blocks composed of processor cores, coprocessors, and memory subsystems. Functional verification becomes one of the major bottlenecks in the design of such systems.

Introduction to Hardware Security and Trust (Paperback, 2012 ed.): Mohammad Tehranipoor, Cliff Wang Introduction to Hardware Security and Trust (Paperback, 2012 ed.)
Mohammad Tehranipoor, Cliff Wang
R3,474 Discovery Miles 34 740 Ships in 10 - 15 working days

This book provides the foundations for understanding hardware security and trust, which have become major concerns for national security over the past decade. Coverage includes security and trust issues in all types of electronic devices and systems such as ASICs, COTS, FPGAs, microprocessors/DSPs, and embedded systems. This serves as an invaluable reference to the state-of-the-art research that is of critical significance to the security of, and trust in, modern society's microelectronic-supported infrastructures.

High Quality Test Pattern Generation and Boolean Satisfiability (Paperback, 2012 ed.): Stephan Eggersgluss, Rolf Drechsler High Quality Test Pattern Generation and Boolean Satisfiability (Paperback, 2012 ed.)
Stephan Eggersgluss, Rolf Drechsler
R3,431 Discovery Miles 34 310 Ships in 10 - 15 working days

This book provides an overview of automatic test pattern generation (ATPG) and introduces novel techniques to complement classical ATPG, based on Boolean Satisfiability (SAT). A fast and highly fault efficient SAT-based ATPG framework is presented which is also able to generate high-quality delay tests such as robust path delay tests, as well as tests with long propagation paths to detect small delay defects. The aim of the techniques and methodologies presented in this book is to improve SAT-based ATPG, in order to make it applicable in industrial practice. Readers will learn to improve the performance and robustness of the overall test generation process, so that the ATPG algorithm reliably will generate test patterns for most targeted faults in acceptable run time to meet the high fault coverage demands of industry. The techniques and improvements presented in this book provide the following advantages: Provides a comprehensive introduction to test generation and Boolean Satisfiability (SAT); Describes a highly fault efficient SAT-based ATPG framework; Introduces circuit-oriented SAT solving techniques, which make use of structural information and are able to accelerate the search process significantly; Provides SAT formulations for the prevalent delay faults models, in addition to the classical stuck-at fault model; Includes an industrial perspective on the state-of-the-art in the testing, along with SAT; two topics typically distinguished from each other.

VLSI Physical Design: From Graph Partitioning to Timing Closure (Paperback, 2011 ed.): Andrew B. Kahng, Jens Lienig, Igor L... VLSI Physical Design: From Graph Partitioning to Timing Closure (Paperback, 2011 ed.)
Andrew B. Kahng, Jens Lienig, Igor L Markov, Jin Hu
R2,431 Discovery Miles 24 310 Ships in 10 - 15 working days

Design and optimization of integrated circuits are essential to the creation of new semiconductor chips, and physical optimizations are becoming more prominent as a result of semiconductor scaling. Modern chip design has become so complex that it is largely performed by specialized software, which is frequently updated to address advances in semiconductor technologies and increased problem complexities. A user of such software needs a high-level understanding of the underlying mathematical models and algorithms. On the other hand, a developer of such software must have a keen understanding of computer science aspects, including algorithmic performance bottlenecks and how various algorithms operate and interact. "VLSI Physical Design: From Graph Partitioning to Timing Closure" introduces and compares algorithms that are used during the physical design phase of integrated-circuit design, wherein a geometric chip layout is produced starting from an abstract circuit design. The emphasis is on essential and fundamental techniques, ranging from hypergraph partitioning and circuit placement to timing closure.

Design, Analysis and Test of Logic Circuits Under Uncertainty (Paperback, 2013 ed.): Smita Krishnaswamy, Igor L Markov, John P.... Design, Analysis and Test of Logic Circuits Under Uncertainty (Paperback, 2013 ed.)
Smita Krishnaswamy, Igor L Markov, John P. Hayes
R3,274 Discovery Miles 32 740 Ships in 10 - 15 working days

Logic circuits are becoming increasingly susceptible to probabilistic behavior caused by external radiation and process variation. In addition, inherently probabilistic quantum- and nano-technologies are on the horizon as we approach the limits of CMOS scaling. Ensuring the reliability of such circuits despite the probabilistic behavior is a key challenge in IC design---one that necessitates a fundamental, probabilistic reformulation of synthesis and testing techniques. This monograph will present techniques for analyzing, designing, and testing logic circuits with probabilistic behavior.

Application Analysis Tools for ASIP Design - Application Profiling and Instruction-set Customization (Paperback, 2011 ed.):... Application Analysis Tools for ASIP Design - Application Profiling and Instruction-set Customization (Paperback, 2011 ed.)
Kingshuk Karuri, Rainer Leupers
R3,179 Discovery Miles 31 790 Ships in 10 - 15 working days

This book introduces a novel design methodology which can significantly reduce the ASIP development effort through high degrees of design automation. The key elements of this new design methodology are a powerful application profiler and an automated instruction-set customization tool which considerably lighten the burden of mapping a target application to an ASIP architecture in the initial design stages. The book includes several design case studies with real life embedded applications to demonstrate how the methodology and the tools can be used in practice for accelerating the overall ASIP design process.

The Art of Hardware Architecture - Design Methods and Techniques for Digital Circuits (Paperback, 2012 ed.): Mohit Arora The Art of Hardware Architecture - Design Methods and Techniques for Digital Circuits (Paperback, 2012 ed.)
Mohit Arora
R2,927 Discovery Miles 29 270 Ships in 10 - 15 working days

This book highlights the complex issues, tasks and skills that must be mastered by an IP designer, in order to design an optimized and robust digital circuit to solve a problem. The techniques and methodologies described can serve as a bridge between specifications that are known to the designer and RTL code that is final outcome, reducing significantly the time it takes to convert initial ideas and concepts into right-first-time silicon. Coverage focuses on real problems rather than theoretical concepts, with an emphasis on design techniques across various aspects of chip-design.

Dynamically Reconfigurable Systems - Architectures, Design Methods and Applications (Paperback, 2010 ed.): Marco Platzner,... Dynamically Reconfigurable Systems - Architectures, Design Methods and Applications (Paperback, 2010 ed.)
Marco Platzner, Norbert Wehn
R2,979 Discovery Miles 29 790 Ships in 10 - 15 working days

Dynamically Reconfigurable Systems is the first ever to focus on the emerging field of Dynamically Reconfigurable Computing Systems. While programmable logic and design-time configurability are well elaborated and covered by various texts, this book presents a unique overview over the state of the art and recent results for dynamic and run-time reconfigurable computing systems. Reconfigurable hardware is not only of utmost importance for large manufacturers and vendors of microelectronic devices and systems, but also a very attractive technology for smaller and medium-sized companies. Hence, Dynamically Reconfigurable Systems also addresses researchers and engineers actively working in the field and provides them with information on the newest developments and trends in dynamic and run-time reconfigurable systems.

Embedded Software Development for Safety-Critical Systems (Hardcover): Chris Hobbs Embedded Software Development for Safety-Critical Systems (Hardcover)
Chris Hobbs
R3,937 Discovery Miles 39 370 Ships in 12 - 17 working days

"I highly recommend Mr. Hobbs' book." - Stephen Thomas, PE, Founder and Editor of FunctionalSafetyEngineer.com Safety-critical devices, whether medical, automotive, or industrial, are increasingly dependent on the correct operation of sophisticated software. Many standards have appeared in the last decade on how such systems should be designed and built. Developers, who previously only had to know how to program devices for their industry, must now understand remarkably esoteric development practices and be prepared to justify their work to external auditors. Embedded Software Development for Safety-Critical Systems discusses the development of safety-critical systems under the following standards: IEC 61508; ISO 26262; EN 50128; and IEC 62304. It details the advantages and disadvantages of many architectural and design practices recommended in the standards, ranging from replication and diversification, through anomaly detection to the so-called "safety bag" systems. Reviewing the use of open-source components in safety-critical systems, this book has evolved from a course text used by QNX Software Systems for a training module on building embedded software for safety-critical devices, including medical devices, railway systems, industrial systems, and driver assistance devices in cars. Although the book describes open-source tools for the most part, it also provides enough information for you to seek out commercial vendors if that's the route you decide to pursue. All of the techniques described in this book may be further explored through hundreds of learned articles. In order to provide you with a way in, the author supplies references he has found helpful as a working software developer. Most of these references are available to download for free.

Using and Improving OpenMP for Devices, Tasks, and More - 10th International Workshop on OpenMP, IWOMP 2014, Salvador, Brazil,... Using and Improving OpenMP for Devices, Tasks, and More - 10th International Workshop on OpenMP, IWOMP 2014, Salvador, Brazil, September 28-30, 2014. Proceedings (Paperback, 2014 ed.)
Luiz DeRose, Bronis R. de Supinski, Stephen L. Olivier, Barbara M. Chapman, Matthias S. Muller
R2,205 Discovery Miles 22 050 Ships in 10 - 15 working days

This book constitutes the refereed proceedings of the 10th International Workshop on OpenMP, held in Salvador, Brazil, in September 2014. The 16 technical full papers presented were carefully reviewed and selected from 18 submissions. The papers are organized in topical sections on tasking models and their optimization; understanding and verifying correctness of OpenMP programs; OpenMP memory extensions; extensions for tools and locks; experiences with OpenMP device constructs.

Debugging at the Electronic System Level (Paperback, 2010 ed.): Frank Rogin, Rolf Drechsler Debugging at the Electronic System Level (Paperback, 2010 ed.)
Frank Rogin, Rolf Drechsler
R2,927 Discovery Miles 29 270 Ships in 10 - 15 working days

Debugging becomes more and more the bottleneck to chip design productivity, especially while developing modern complex integrated circuits and systems at the Electronic System Level (ESL). Today, debugging is still an unsystematic and lengthy process. Here, a simple reporting of a failure is not enough, anymore. Rather, it becomes more and more important not only to find many errors early during development but also to provide efficient methods for their isolation. In Debugging at the Electronic System Level the state-of-the-art of modeling and verification of ESL designs is reviewed. There, a particular focus is taken onto SystemC. Then, a reasoning hierarchy is introduced. The hierarchy combines well-known debugging techniques with whole new techniques to improve the verification efficiency at ESL. The proposed systematic debugging approach is supported amongst others by static code analysis, debug patterns, dynamic program slicing, design visualization, property generation, and automatic failure isolation. All techniques were empirically evaluated using real-world industrial designs. Summarized, the introduced approach enables a systematic search for errors in ESL designs. Here, the debugging techniques improve and accelerate error detection, observation, and isolation as well as design understanding.

Platform Based Design at the Electronic System Level - Industry Perspectives and Experiences (Paperback, 2006 ed.): Mark... Platform Based Design at the Electronic System Level - Industry Perspectives and Experiences (Paperback, 2006 ed.)
Mark Burton, Adam Morawiec
R2,927 Discovery Miles 29 270 Ships in 10 - 15 working days

Platform Based Design at the Electronic System Level presents a multi-faceted view of the challenges facing the electronic industry in the development and integration of complex heterogeneous systems, including both hardware and software components. It analyses and proposes solutions related to the provision of integration platforms by System on Chip and Integrated Platform providers in light of the needs and requirements expressed by the system companies: they are the users of such platforms, which they apply to develop their next-generation products. This is the first book to examine ESL from perspectives of system developer, platform provider and Electronic Design Automation.

Speech Processing in Embedded Systems (Paperback, 2010 ed.): Priyabrata Sinha Speech Processing in Embedded Systems (Paperback, 2010 ed.)
Priyabrata Sinha
R3,431 Discovery Miles 34 310 Ships in 10 - 15 working days

Speech Processing has rapidly emerged as one of the most widespread and well-understood application areas in the broader discipline of Digital Signal Processing. Besides the telecommunications applications that have hitherto been the largest users of speech processing algorithms, several non-traditional embedded processor applications are enhancing their functionality and user interfaces by utilizing various aspects of speech processing. "Speech Processing in Embedded Systems" describes several areas of speech processing, and the various algorithms and industry standards that address each of these areas. The topics covered include different types of Speech Compression, Echo Cancellation, Noise Suppression, Speech Recognition and Speech Synthesis. In addition this book explores various issues and considerations related to efficient implementation of these algorithms on real-time embedded systems, including the role played by processor CPU and peripheral functionality.

More than Moore - Creating High Value Micro/Nanoelectronics Systems (Paperback, 2009 ed.): Guo Qi Zhang, Alfred Van Roosmalen More than Moore - Creating High Value Micro/Nanoelectronics Systems (Paperback, 2009 ed.)
Guo Qi Zhang, Alfred Van Roosmalen
R3,194 Discovery Miles 31 940 Ships in 10 - 15 working days

In the past decades, the mainstream of microelectronics progression was mainly powered by Moore's law focusing on IC miniaturization down to nano scale. However, there is a fast increasing need for "More than Moore" (MtM) products and technology that are based upon or derived from silicon technologies, but do not simply scale with Moore's law. This book provides new vision, strategy and guidance for the future technology and business development of micro/nanoelectronics.

Electronic System Level Design - An Open-Source Approach (Paperback, 2011 ed.): Sandro Rigo, Rodolfo Azevedo, Luiz Santos Electronic System Level Design - An Open-Source Approach (Paperback, 2011 ed.)
Sandro Rigo, Rodolfo Azevedo, Luiz Santos
R2,927 Discovery Miles 29 270 Ships in 10 - 15 working days

Electronic System Level Design: an Open-Source Approach is based on the successful experience acquired with the conception of the ADL ArchC, the development of its underlying tool suite, and the building of its platform modeling infrastructure. With more than 10000 accesses per year since 2004, the dissemination of ArchC models reached not only students in quest of proper infrastructure to develop their research projects but also some companies in need of processor models to build virtual platforms using SystemC. The need to anticipate the development of hardware-dependent software and to build virtual prototypes gave rise to Transaction Level Modeling (TLM). Since SystemC provided the elements and the adequate abstraction level for supporting TLM, their relation has grown so strong that OSCI created a TLM Working Group whose effort resulted in the recently released TLM 2.0 standard, which is also covered in this book.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Horoscope Hotties - Finding The Best…
Linda Shaw Paperback  (1)
R225 R176 Discovery Miles 1 760
Leo - The Ultimate Guide to an Amazing…
Mari Silva Hardcover R607 Discovery Miles 6 070
Linda Goodman's Love Signs - New Edition…
Linda Goodman Paperback R285 R223 Discovery Miles 2 230
Sun Signs - Secrets of Star Sign…
Silvia Hill Hardcover R709 R607 Discovery Miles 6 070
The Key to the Self - Understanding…
Marianne Meister Hardcover R1,354 Discovery Miles 13 540
Astrology: Aries
Ammonite Hardcover R266 R211 Discovery Miles 2 110
Astro Journal - Record Your Astrology…
Rikki Blythe Hardcover R1,150 Discovery Miles 11 500
Old Moore's Almanac 2024
Francis Moore Paperback R127 R108 Discovery Miles 1 080
Astrology: Taurus
Ammonite Hardcover R266 R211 Discovery Miles 2 110
Astrology, Crystals and Spirituality
Patricia Godden Paperback R831 Discovery Miles 8 310

 

Partners