• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Tools

Sorted by:
Try your query at:
Semantic Scholar Scholar Academic
Google Bing DBLP
Results 1 - 10 of 2,528
Next 10 →

PARALLEL AND DISTRIBUTED SIMULATION SYSTEMS

by Richard M. Fujimoto , 2000
"... ..."
Abstract - Cited by 386 (22 self) - Add to MetaCart
Abstract not found

ns Notes and Documentation

by Kevin Fall, Kannan Varadhan , 2000
"... This document (ns Notes and Documentation) provides reference documentation for ns. Although we begin with a simple simulation script, resources like Marc Greis's tutorial web pages (at http://titan.cs.uni-bonn.de/~greis/ns/ ns.html) or the slides from one of the ns tutorials are problably bett ..."
Abstract - Cited by 233 (0 self) - Add to MetaCart
This document (ns Notes and Documentation) provides reference documentation for ns. Although we begin with a simple simulation script, resources like Marc Greis's tutorial web pages (at http://titan.cs.uni-bonn.de/~greis/ns/ ns.html) or the slides from one of the ns tutorials are problably better places to begin for the ns novice.

Building Secure and Reliable Network Applications

by Kenneth Birman , 1996
"... ly, the remote procedure call problem, which an RPC protocol undertakes to solve, consists of emulating LPC using message passing. LPC has a number of "properties" -- a single procedure invocation results in exactly one execution of the procedure body, the result returned is reliably deliv ..."
Abstract - Cited by 232 (16 self) - Add to MetaCart
ly, the remote procedure call problem, which an RPC protocol undertakes to solve, consists of emulating LPC using message passing. LPC has a number of "properties" -- a single procedure invocation results in exactly one execution of the procedure body, the result returned is reliably delivered to the invoker, and exceptions are raised if (and only if) an error occurs. Given a completely reliable communication environment, which never loses, duplicates, or reorders messages, and given client and server processes that never fail, RPC would be trivial to solve. The sender would merely package the invocation into one or more messages, and transmit these to the server. The server would unpack the data into local variables, perform the desired operation, and send back the result (or an indication of any exception that occurred) in a reply message. The challenge, then, is created by failures. Were it not for the possibility of process and machine crashes, an RPC protocol capable of overcomi...

A Datapath Compiler with Technology Portability

by Jianghong Hu, Jianghong Hu
"... In digital signal processing (DSP) ICs and microprocessors, the datapath is the core where all computations are performed. A datapath compiler is generally used to automatically generate layouts for datapaths by taking advantage of the bit-sliced structure presented in datapaths. Conventional datapa ..."
Abstract - Add to MetaCart
In digital signal processing (DSP) ICs and microprocessors, the datapath is the core where all computations are performed. A datapath compiler is generally used to automatically generate layouts for datapaths by taking advantage of the bit-sliced structure presented in datapaths. Conventional

Design Models And Data-Path Mapping For Signal Processing Architectures

by Fakulteit Toegepaste Wetenschappen, Departement Elektrotechniek, Dirk Lanneer, Prof J. Delrue, Prof H. De Man, Prof H. De Man, Prof F. Catthoor, Prof F. Catthoor, Prof K. De Vlaminck, Prof P. Wambacq , 1993
"... building block (ABB) library : : : : : : : : : : 26 2.3.2 Execution unit (EXU) model : data-paths and memories 27 2.3.3 Interconnection network : : : : : : : : : : : : : : : : : : 29 2.3.4 Controller model : : : : : : : : : : : : : : : : : : : : : : 29 2.4 Cathedral-2nd low-level mapping script : : ..."
Abstract - Add to MetaCart
building block (ABB) library : : : : : : : : : : 26 2.3.2 Execution unit (EXU) model : data-paths and memories 27 2.3.3 Interconnection network : : : : : : : : : : : : : : : : : : 29 2.3.4 Controller model : : : : : : : : : : : : : : : : : : : : : : 29 2.4 Cathedral-2nd low-level mapping script

Automatic multithreaded pipeline synthesis from transactional datapath specifications

by Eriko Nurvitadhi, James C. Hoe, Shih-lien L. Lu, Timothy Kam - In Design Automation Conference, DAC ’10
"... We present a technique to automatically synthesize a multithreaded in-order pipeline from a high-level unpipelined datapath specification. This work extends the previously proposed transactional specification (T-spec) and synthesis technology (T-piper). The technique not only works with instruction ..."
Abstract - Cited by 3 (0 self) - Add to MetaCart
We present a technique to automatically synthesize a multithreaded in-order pipeline from a high-level unpipelined datapath specification. This work extends the previously proposed transactional specification (T-spec) and synthesis technology (T-piper). The technique not only works with instruction

Automatic Pipeline Synthesis and Formal Verification from Transactional Datapath Specifications

by Eriko Nurvitadhi , 2010
"... ..."
Abstract - Add to MetaCart
Abstract not found

RSIM Reference Manual -- Version 1.0

by Vijay S. Pai, Parthasarathy Ranganathan, Sarita V. Adve , 1997
"... ..."
Abstract - Cited by 80 (4 self) - Add to MetaCart
Abstract not found

The ns Manual (formerly ns Notes and Documentation

by Kannan Varadhan , 2003
"... ns c ○ is LBNL’s Network Simulator [24]. The simulator is written in C++; it uses OTcl as a command and configuration interface. ns v2 has three substantial changes from ns v1: (1) the more complex objects in ns v1 have been decomposed into simpler components for greater flexibility and composabilit ..."
Abstract - Cited by 79 (0 self) - Add to MetaCart
ns c ○ is LBNL’s Network Simulator [24]. The simulator is written in C++; it uses OTcl as a command and configuration interface. ns v2 has three substantial changes from ns v1: (1) the more complex objects in ns v1 have been decomposed into simpler components for greater flexibility and composability; (2) the configuration interface is now OTcl, an object oriented version of Tcl; and (3) the interface code to the OTcl interpreter is separate from the main simulator. Ns documentation is available in html, Postscript, and PDF formats. See

The Expandable Split Window Paradigm for Exploiting Fine-Grain Parallelism

by Manoj Franklin, Gurindar S. Sohi - Proc. 19th Annual Int’l Symposium on Computer Architecture , 1992
"... We propose a new processing paradigm, called the Expandable Split Window (ESW) paradigm, for exploiting finegrain parallelism. This paradigm considers a window of instructions (possibly having dependencies) as a single unit, and exploits fine-grain parallelism by overlapping the execution of multipl ..."
Abstract - Cited by 126 (11 self) - Add to MetaCart
We propose a new processing paradigm, called the Expandable Split Window (ESW) paradigm, for exploiting finegrain parallelism. This paradigm considers a window of instructions (possibly having dependencies) as a single unit, and exploits fine-grain parallelism by overlapping the execution of multiple windows. The basic idea is to connect multiple sequential processors, in a decoupled and decentralized manner, to achieve overall multiple issue. This processing paradigm shares a number of properties of the restricted dataflow machines, but was derived from the sequential von Neumann architecture. We also present an implementation of the Expandable Split Window execution model, and preliminary performance results. 1.
Next 10 →
Results 1 - 10 of 2,528
Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University