Narrow your search

Library

KU Leuven (48)

VIVES (47)

Odisee (46)

Thomas More Kempen (46)

Thomas More Mechelen (46)

UCLL (46)

ULiège (44)

ULB (40)

VUB (7)

LUCA School of Arts (6)

More...

Resource type

book (52)


Language

English (51)

German (1)


Year
From To Submit

2014 (52)

Listing 1 - 10 of 52 << page
of 6
>>
Sort by

Book
The Intel microprocessors
Author:
ISBN: 9781292027371 Year: 2014 Publisher: Harlow Pearson

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
The definitive guide to ARM Cortex-M3 and Cortex-M4 processors
Author:
ISBN: 0124079180 0124080820 1299981208 9780124080829 9780124079182 Year: 2014 Publisher: Oxford : Newnes,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This new edition has been fully revised and updated to include extensive information on the ARM Cortex-M4 processor, providing a complete up-to-date guide to both Cortex-M3 and Cortex-M4 processors, and which enables migration from various processor architectures to the exciting world of the Cortex-M3 and M4. Key Features include: Two new chapters on DSP features and CMSIS-DSP software libraries, covering DSP fundamentals and how to write DSP software for the Cortex-M4 processor, including examples of using the CMSIS-DSP library, as well as useful information


Book
ARM Cortex-M3 Mikrocontroller
Author:
ISBN: 9783826696008 382669600X Year: 2014 Publisher: Heidelberg, Germany : Mitp Verlag,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Aufbau eines Entwicklungssystems mit Eclipse und der GNU ToolchainFehlersuche mit dem GNU-Debugger und weiteren HilfsmittelnKorrekte Dimensionierung elektronischer KomponentenTypische ProgrammiertechnikenAus dem Inhalt:Digitale Aus- und Eingänge (PIO, Parallel Input/Output Controller)LC-Displays und 7-Segment-AnzeigenWichtige Systemkomponenten (NVIC, PMC, Supply Controller, etc.)Timer, Counter, Real Time ClockPeripheral DMA Controller (PDC)PWM - PulsweitenmodulationA


Book
SPL 2014 : 2014 IX Southern Conference on Programmable Logic : Buenos Aires - Argentina, November 5-7, 2014
Author:
ISBN: 1479968463 1479968498 147996848X Year: 2014 Publisher: Piscataway, NJ : IEEE,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
On-Chip Photonic Interconnects : A Computer Architect's Perspective
Authors: --- ---
ISBN: 3031017749 Year: 2014 Publisher: Cham : Springer International Publishing : Imprint: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

As the number of cores on a chip continues to climb, architects will need to address both bandwidth and power consumption issues related to the interconnection network. Electrical interconnects are not likely to scale well to a large number of processors for energy efficiency reasons, and the problem is compounded by the fact that there is a fixed total power budget for a die, dictated by the amount of heat that can be dissipated without special (and expensive) cooling and packaging techniques. Thus, there is a need to seek alternatives to electrical signaling for on-chip interconnection applications. Photonics, which has a fundamentally different mechanism of signal propagation, offers the potential to not only overcome the drawbacks of electrical signaling, but also enable the architect to build energy efficient, scalable systems. The purpose of this book is to introduce computer architects to the possibilities and challenges of working with photons and designing on-chip photonic interconnection networks.


Book
FPGA-Accelerated Simulation of Computer Systems
Authors: --- --- ---
ISBN: 3031017447 Year: 2014 Publisher: Cham : Springer International Publishing : Imprint: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

To date, the most common form of simulators of computer systems are software-based running on standard computers. One promising approach to improve simulation performance is to apply hardware, specifically reconfigurable hardware in the form of field programmable gate arrays (FPGAs). This manuscript describes various approaches of using FPGAs to accelerate software-implemented simulation of computer systems and selected simulators that incorporate those techniques. More precisely, we describe a simulation architecture taxonomy that incorporates a simulation architecture specifically designed for FPGA accelerated simulation, survey the state-of-the-art in FPGA-accelerated simulation, and describe in detail selected instances of the described techniques. Table of Contents: Preface / Acknowledgments / Introduction / Simulator Background / Accelerating Computer System Simulators with FPGAs / Simulation Virtualization / Categorizing FPGA-based Simulators / Conclusion / Bibliography / Authors' Biographies.


Book
A Primer on Hardware Prefetching
Authors: ---
ISBN: 3031017439 Year: 2014 Publisher: Cham : Springer International Publishing : Imprint: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Since the 1970’s, microprocessor-based digital platforms have been riding Moore’s law, allowing for doubling of density for the same area roughly every two years. However, whereas microprocessor fabrication has focused on increasing instruction execution rate, memory fabrication technologies have focused primarily on an increase in capacity with negligible increase in speed. This divergent trend in performance between the processors and memory has led to a phenomenon referred to as the “Memory Wall.” To overcome the memory wall, designers have resorted to a hierarchy of cache memory levels, which rely on the principal of memory access locality to reduce the observed memory access time and the performance gap between processors and memory. Unfortunately, important workload classes exhibit adverse memory access patterns that baffle the simple policies built into modern cache hierarchies to move instructions and data across cache levels. As such, processors often spend much time idling upon a demand fetch of memory blocks that miss in higher cache levels. Prefetching—predicting future memory accesses and issuing requests for the corresponding memory blocks in advance of explicit accesses—is an effective approach to hide memory access latency. There have been a myriad of proposed prefetching techniques, and nearly every modern processor includes some hardware prefetching mechanisms targeting simple and regular memory access patterns. This primer offers an overview of the various classes of hardware prefetchers for instructions and data proposed in the research literature, and presents examples of techniques incorporated into modern microprocessors.


Book
Optimization and Mathematical Modeling in Computer Architecture
Authors: --- --- --- --- --- et al.
ISBN: 3031017730 Year: 2014 Publisher: Cham : Springer International Publishing : Imprint: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

In this book we give an overview of modeling techniques used to describe computer systems to mathematical optimization tools. We give a brief introduction to various classes of mathematical optimization frameworks with special focus on mixed integer linear programming which provides a good balance between solver time and expressiveness. We present four detailed case studies -- instruction set customization, data center resource management, spatial architecture scheduling, and resource allocation in tiled architectures -- showing how MILP can be used and quantifying by how much it outperforms traditional design exploration techniques. This book should help a skilled systems designer to learn techniques for using MILP in their problems, and the skilled optimization expert to understand the types of computer systems problems that MILP can be applied to.


Book
Designing embedded systems with 32-bit PIC microcontrollers and MikroC
Author:
ISBN: 0080981992 0080977863 1299819184 9780080981994 9781299819184 9780080977867 Year: 2014 Publisher: Oxford, United Kingdom : Newnes,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The new generation of 32-bit PIC microcontrollers can be used to solve the increasingly complex embedded system design challenges faced by engineers today. This book teaches the basics of 32-bit C programming, including an introduction to the PIC 32-bit C compiler. It includes a full description of the architecture of 32-bit PICs and their applications, along with coverage of the relevant development and debugging tools. Through a series of fully realized example projects, Dogan Ibrahim demonstrates how engineers can harness the power of this new technology to optimize their embedded design


Book
Modern X86 assembly language programming : 32-bit, 64-bit, SSE, and AVX
Author:
ISBN: 1484200640 1484200659 Year: 2014 Publisher: Berkeley, CA : Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Modern X86 Assembly Language Programming shows the fundamentals of x86 assembly language programming. It focuses on the aspects of the x86 instruction set that are most relevant to application software development. The book's structure and sample code are designed to help the reader quickly understand x86 assembly language programming and the computational capabilities of the x86 platform. Please note: Book appendixes can be downloaded here: http://www.apress.com/9781484200650 Major topics of the book include the following: 32-bit core architecture, data types, internal registers, memory addressing modes, and the basic instruction set X87 core architecture, register stack, special purpose registers, floating-point encodings, and instruction set MMX technology and instruction set Streaming SIMD extensions (SSE) and Advanced Vector Extensions (AVX) including internal registers, packed integer arithmetic, packed and scalar floating-point arithmetic, and associated instruction sets 64-bit core architecture, data types, internal registers, memory addressing modes, and the basic instruction set 64-bit extensions to SSE and AVX technologies X86 assembly language optimization strategies and techniques.

Listing 1 - 10 of 52 << page
of 6
>>
Sort by