Search
Browse by Issue
Fig/Tab
Adv Search
HOME
ABOUT JCST
Scope
Editorial Board
Index Info
Events
Subscription
Contacts
AUTHORS
Online Submission
Guidelines for Authors
Download Templates
REVIEWERS
Guidelines for Reviewers
Online Peer Review
Acknowledgement
PUBLISHED PAPERS
Current Issue
Archive
Special Issues
Collection
Surveys
FORTHCOMING PAPERS
Just Accepted
Online First
Computer Architecture and Systems
Under Construction
默认
最新文章
浏览次数
全选
合并摘要
导出引用
EndNote
Reference Manager
ProCite
BibTeX
RefWorks
显示图片
Recursive Implementation of VLSI Circuits
冯玉琳;
1986,1(2 ):72 -82.
摘要
(
2448
)
PDF(pc)
(457KB)(
1350
)
收藏
This is an introduction for Escher——the geometrical layout system.An Escher circuit description is a hierarchical structure composed of cells,wires,connectors between wires,and pins that connect wires to cells.Cells may correspond to primitive circuit elements,or they may be defined in terms of lower level subcells.Unlike other geometrical layout systems,a subcell may be instance of the cell being defined.When such a recursive cell definition is instantiated,the recursion is unwound in a manner reminiscent …
参考文献
丨
相关文章
丨
多维度评价
An Effective Test Generation Algorithm for Combinational Circuits
王建潮; 魏道政;
1986,1(4 ):1 -16.
摘要
(
2517
)
PDF(pc)
(726KB)(
1217
)
收藏
In this paper,an analysis of backtrack behavior in PODEM(the test generation algorithmfor combinational circuits presented by P.Goel)is given.It is pointed out that there are stillmany unnecessary backtracks in PODEM on some occasions.A new test generation algorithmnamed IPODEM is therefore proposed in this paper.IPODEM is an improvement over PODEMwith emphasis on backtrack of decision tree.A new backtrack approach is developed in thisalgorithm.It is shown that only O(j)of backtrack consumption is needed in...
参考文献
丨
相关文章
丨
多维度评价
Parallel Critical Path Tracing——A Fault Simulation Algorithm for Combinational Circuits
魏道政;
1990,5(2 ):156 -163.
摘要
(
2592
)
PDF(pc)
(181KB)(
1156
)
收藏
Critical path tracing,a fault simulation method for gate-level combinational circuits,is extended to the parallel critical path tracing for functional block-level combinational circuits.If the word length of the host computer is m,then the parallel critical path tracing will be approximately m times faster than the original one.
参考文献
丨
相关文章
丨
多维度评价
Testability Analysis at Switch Level for CMOS Circuits
沈理;
1990,5(2 ):197 -202.
摘要
(
2597
)
PDF(pc)
(144KB)(
1168
)
收藏
In this paper we propose a controllability and observability measure at switch level for CMOS circuits based on the cost analysis approach.The complexity of the algorithm is nearly linear.
参考文献
丨
相关文章
丨
多维度评价
A Complete Critical Path Algorithm for Test Generation of Combinational Circuits
周权; 魏道政;
1991,6(1 ):74 -82.
摘要
(
2571
)
PDF(pc)
(408KB)(
1226
)
收藏
It is known that critical path test generation method is not a complete algorithm for combinational circuits with reconvergent-fanout.In order to make it a complete algorithm,we put forward a reconvergent-fanout- oriented technique,the principal critical path algorithm,propagating the critical value back to primary inputs along a single path,the principal critical path,and allowing multiple path sensitization if needed.Relationship among test patterns is also discussed to accelerate test generation.
参考文献
丨
相关文章
丨
多维度评价
The Researches in Fault-Tolerant D ataflow Architecture
王镭; 谭英;
1991,6(4 ):395 -398.
摘要
(
2269
)
PDF(pc)
(215KB)(
1357
)
收藏
Fault-tolerant dataflow system is an entirely new field.This paper presents an overview of FTDF-TD.a fault-tolerant dataflow system.Various aspects of FTDF-TD,such as the architecture, the fault-tolerant strategy,and its reliability,are described.The research on overhead and performance evaluation based on software simulation is introduced.It is shown that FTDF-TD gets valuable results in reducing overhead,execution time and increasing reliability of processor array,compared with two other fault-tolerant sy…
参考文献
丨
相关文章
丨
多维度评价
Pseudo-Random Test Generation for Large Combinational Circuits
李忠诚; 闵应骅;
1992,7(1 ):19 -28.
摘要
(
2276
)
PDF(pc)
(484KB)(
1129
)
收藏
In this paper,a simulation system of pseudo-random testing is described first to investigate the characteristics of pseudo-random testing.Several interesting experimental results are obtained.It is found out that initial states of pseudo-random sequences have little effect on fault coverage.Fixed connection between LFSR outputs and circuit inputs in which the number of LFSR stages m is less than the number of circuit inputs n leads to low fault coverage,and the fault coverage is reduced as m decreases.The l…
参考文献
丨
相关文章
丨
多维度评价
A Multiple-Valued Algebra for Modeling MOS VLSI Circuits at Switch-Level
胡谋;
1992,7(2 ):175 -184.
摘要
(
2375
)
PDF(pc)
(405KB)(
1271
)
收藏
A multiple-valued algebra for modeling MOS VLSI circuits at switch-level is proposed in this paper. Its structure and properties are studied.This algebra can be used to transform a MOS digital circuit to a switch-level algebraic expression so as to generate the truth table for the circuit and to derive a Boolean expression for it.In the paper,methods to construct a switch-level algebraic expression for a circuit and methods to simplify expressions are given.This algebra provides a new tool for MOS VLSI circ…
参考文献
丨
相关文章
丨
多维度评价
Optimizing FORTRAN Programs for Hierarchical Memory Parallel Processing Systems
金国华; 陈福接;
1993,8(3 ):19 -30.
摘要
(
3012
)
PDF(pc)
(634KB)(
1290
)
收藏
Parallel loops account for the greatest amount of parallelism in numerical programs.Executing nested loops in parallel with low run-time overhead is thus very important for achieving high perform- ance in parallel processing systems.However,in parallel processing systems with caches or local memo- ries in memory hierarchies,“thrashing problem”may arise whenever data move back and forth between the caches or local memories in different processors. Previous techniques can only deal with the rather simple case…
参考文献
丨
相关文章
丨
多维度评价
Optimized Parallel Execution of Declarative Programs on Distributed Memory Multiprocessors
沈美明; 田新民; 王鼎兴; 郑纬民; 温冬婵;
1993,8(3 ):43 -52.
摘要
(
2819
)
PDF(pc)
(342KB)(
1232
)
收藏
In this paper,we focus on the compiling implementation of parallel logic language PARLOG and functional language ML on distributed memory multiprocessors.Under the graph rewriting framework, a Heterogeneous Parallel Graph Rewriting Execution Model(HPGREM)is presented firstly.Then based on HPGREM,a parallel abstract machine PAM/TGR is described.Furthermore,several optimizing compilation schemes for executing declarative programs on transputer array are proposed. The performance statistics on a transputer arr…
参考文献
丨
相关文章
丨
多维度评价
Parallel Execution of Prolog on Shared-Memory Multiprocessors
高耀清; 王鼎兴; 郑纬民; 沈美明; 黄志毅; 胡守仁; Giorgio Levi;
1993,8(4 ):43 -50.
摘要
(
2781
)
PDF(pc)
(431KB)(
1295
)
收藏
Logic programs offer many opportunities for the exploitation of parallelism.But the parallel execution of a task incurs various overheads This paper focuses on the issues relevant to parallelizing Prolog on shared-memory multiprocessors efficiently.
参考文献
丨
相关文章
丨
多维度评价
On the Problem of Optimizing Parallel Programs for Complex Memory Hierarchies
金国华; 陈福接
1994,9(1 ):1 -26.
摘要
(
2657
)
PDF(pc)
(513KB)(
1088
)
收藏
Based on a thorough study of the relationship between array element accesses and loop indices of the nested loop, a method is presented with which the staggering relation and the compacting relation between the threads of the nested loop (either with a single linear function or with multiple linear functions) can be determined at compile-time,and accordingly the nested loop (either perfectly nested one or imperfectly nested one)can be restructured to avoid the thrashing problem. Due to its simplicity, our m…
参考文献
丨
相关文章
丨
多维度评价
TSP: A Heterogeneous Multiprocessor Supercomputing System Based on i860XP
黄国勇; 李三立;
1994,9(3 ):285 -288.
摘要
(
2991
)
PDF(pc)
(167KB)(
1509
)
收藏
Numerous new RISC processors provide support for supercomputing. By using the "mini-Cray" i860 superscalar processor, an add-on board has been developed to boost the performance of a real time system. A parallel heterogeneous multiprocessor supercomputing system, TSP, is constructed. In this paper, we present the system design consideration and described the architecture of the TSP and its features.
参考文献
丨
相关文章
丨
多维度评价
Adaptive Memory Coherence Algorithms in DSVM
周建强; 谢立; 戴非; 孙钟秀;
1994,9(4 ):365 -372.
摘要
(
3165
)
PDF(pc)
(345KB)(
1372
)
收藏
Based on the characteristics of distrubuted system and the behavior of parallelprograms, this paper presents the fixed and randofored competitive memory coherence algorithms for distributed shared virtual memory These algorithms exploit parallel programs' locality of reference and dribit good competitive property Our simulation shows that the fixed and randomized algorithms achieve better performance and higher stability than other strategies such as write-invalldate and write-update.
参考文献
丨
相关文章
丨
多维度评价
A General Architecture Model of CPDL Interpreter
徐福培; 罗驰; 金亚东;
1995,10(5 ):463 -469.
摘要
(
3075
)
PDF(pc)
(155KB)(
1362
)
收藏
This paper puts forward'a general architecture model of CPDL Interpreter,profiles the logical structure of the modules, and analyses the burden distri-bution among the interpreter units. The work has significance in developing practical interpreter products.
参考文献
丨
相关文章
丨
多维度评价
Design of Multivalued Circuits Based on an Algebra for Current-Mode CMOS Multivalued Circuits
陈偕雄;
1995,10(6 ):564 -568.
摘要
(
2864
)
PDF(pc)
(205KB)(
1423
)
收藏
An algebra proposed for current-mode CMOS multivalued circuits is briefly reviewed. This paper discusses its application in the design of multivalued circults. Several current-mode CMOS quaternary and quinary circuits are de-signed by algebraic means. The design method based on this algebra may offer a design simpler than the previously knowll ones.
参考文献
丨
相关文章
丨
多维度评价
Hybridity in Embedded Computing Systems
虞慧群; 孙永强;
1996,11(1 ):90 -96.
摘要
(
3256
)
PDF(pc)
(522KB)(
1465
)
收藏
An embedded system is a system that computer is used as a componelit ina larger device. In this paper, we study hybridity in embedded systems andpresent an interval based temporal logic to express and reason about hybridproperties of such ldnd of systems.
参考文献
丨
相关文章
丨
多维度评价
Design Technique of I~2L Circuits Based on Multi-Valued Logic
吴训威; 杭国强;
1996,11(2 ):181 -187.
摘要
(
2915
)
PDF(pc)
(293KB)(
1426
)
收藏
This paper proposes the use of the current signal to express logic values and establishes the theory of grounded current switches suitable for I2L circuits.Based on the advantage that current signals are easy to be added, the design technique of I2L circuits by means of the multi-valued current signal is proposed.It is shown that simpler structure of I2L circuits can be obtained with this technique.
参考文献
丨
相关文章
丨
多维度评价
Global Register Allocation for SIMD Multiprocessors
BenjaminHAO; DavidPEARSON; RichardZIPPEL;
1996,11(3 ):222 -236.
摘要
(
2851
)
PDF(pc)
(332KB)(
1309
)
收藏
It is relatively clear how to map regular, repetitive or grid oriented computations onto SIMD architectures. It is not so clear, however, how to do this for irregular computations even though there may be significant amounts of intrinsic parallelism in branch free code. We study compilation techniques for this type of code when targeted to SIMD computers and illustrate their use on a simple model architecture.In this paper, we present one of the compilation techniques, global mpister allocation,we have deve…
参考文献
丨
相关文章
丨
多维度评价
A Comparative Analysis of Different Arbitration Protocols for Multiple-Bus Multiprocessors
庄旗铭; 蒋定安; 杨庆;
1996,11(3 ):313 -325.
摘要
(
2802
)
PDF(pc)
(561KB)(
1330
)
收藏
Earlier performance studies of multiple-bus multiprocessor systetns assume a ran-dom selection of competing requests for bus assignment and ignore the effects of realistic bus arbitration schemes on the performance of such systetns. In this paper, we present performance analysis of the multiple-bus systems with different arbitration protocols.The priority protocols considered are random selection, fixed priority, rotating priority, roundrobin and FIFO. Analytica1 models are developed for each of these five …
参考文献
丨
相关文章
丨
多维度评价
Embedding Binary Tree in VLSI/WSI Processor Array
陈宗汉;
1996,11(3 ):326 -336.
摘要
(
2627
)
PDF(pc)
(465KB)(
1190
)
收藏
Many reconfiguration schemes for fault-tolerant binary tree architectures have been proposed in the lite..t.re[1-6]. The VLSI layouts of most previous studies are based on the classical H-tree layout, resulting in low area utilization and likely an unnecessarily high manufacturing cost simply due to the waste of a significaot portion of silicon area. In this paper, we present an area-efficient approach to the reconfigurable binary tree architecture. Area utilization and interconnection complexity of our des…
参考文献
丨
相关文章
丨
多维度评价
NONH:A New Cache-Based Coherence Protocol for Linked List Structure DSM System and Its Performance Evaluation
房至一; 鞠九滨;
1996,11(4 ):405 -415.
摘要
(
3421
)
PDF(pc)
(464KB)(
1256
)
收藏
The management of memory coherence is an important problem in distributed shared memory (DSM) system. In a cache-based coherence DSM system using linked list structure, the key to maintaining the coherence and improving system performance is how to manage the owner in the linked list. This paper presents the design of a new management protocol-NONH (New-OwnerNew-Head) and its performance evaluation. The analysis results show that thisprotocol can improve the scalability and performence of a coherent DSM sys…
参考文献
丨
相关文章
丨
多维度评价
The Methodology of Testability Prediction for Sequential Circuits
徐拾义; 陈斯;
1996,11(6 ):529 -541.
摘要
(
3018
)
PDF(pc)
(568KB)(
1409
)
收藏
Increasingly, test generation algorithms are being developed with the con-tinuous creations of incredibly sophisticated computing systems. Of all the developments of testable as well as reliable designs for computing systems, the test generation for sequential circuits is usually viewed as one of the hard nuts to be solved for its complexity and time-consuming issue. Although dozens of algorithms have been proposed to cope with this issue, it still remains much to be desired in solving such problems as to d…
参考文献
丨
相关文章
丨
多维度评价
A Neural Network Appraoch to Fault Diagnosis in Analog Circuits
尉乃红; 杨士元; 童诗白;
1996,11(6 ):542 -550.
摘要
(
3404
)
PDF(pc)
(209KB)(
1386
)
收藏
This paper presents a neural network based fault diagnosis approach for analog circuits, taking the tolerances of circuit elements into account. Specifi-cally, a normalization rule of input information, a pseudo-fault domain border (PFDB) pattern selection method and a new output error function are proposed for training the backpropagation (BP) network to be a fault diagnoser. Experi-mental results demonstrate that the diagnoser performs as well as or better than any classical approaches in terms of accurac…
参考文献
丨
相关文章
丨
多维度评价
DYNAMEM-A Microarchitecture for Improving Memory Disambiguation at Run-Time
王显著; 廖恒; 李三立;
1996,11(6 ):589 -600.
摘要
(
2946
)
PDF(pc)
(268KB)(
1288
)
收藏
This paper presents a new microarchitecture technique named DYNAMEM,in which memory reference instructions are dynamically scheduled and can be executed out-of-order. Load instructions can bypass store instructions specula-tively, even if the store instructions'addresses are unknown. DYNAMEM can greatly alleviate the restraints of ambiguous memory dependencies. Simulation results show that the frequency of false load is low. Mechanism has been pro-vided to repair false loads with low penalty, and to achieve…
参考文献
丨
相关文章
丨
多维度评价
Scheduling PVM Tasks
鞠九滨; 王勇; 尹玉;
1997,12(2 ):167 -176.
摘要
(
3061
)
PDF(pc)
(198KB)(
1316
)
收藏
This paper describes a PVM task scheduler designed and implemented by the authors. The scheduler supports selecting idle workstations, scheduling pool tasks and dynamically produced subtasks. It can improve resource utilization,reduce job response time and simplify programming.
参考文献
丨
相关文章
丨
多维度评价
A Multiagent Dynamic interaction Testbed:Theoretic Framework, System Architecture and Experimentation
王学军; 石纯一;
1997,12(2 ):121 -132.
摘要
(
2840
)
PDF(pc)
(512KB)(
1552
)
收藏
Recent research on Distributed Artificial Intelligence (DAI) has focused upon agellts' interaction in Multiagent Systems. This paper presents a text understanding oriented multiagent dynamic illteraction testbed (TUMIT): the theoretic framework based upon game theory, the free-market-like system architecture, and experimentation on TUMIT. Unlike other DAI testbeds, TUMIT views different text understanding (TU) methods as different "computational resources", and makes agents Choose different TU paths and com…
参考文献
丨
相关文章
丨
多维度评价
A Lock-Based Cache Coherence Protocol for Scope Consistency
胡伟武; 施巍松; 唐志敏; 李明;
1998,13(2 ):97 -109.
摘要
(
3269
)
PDF(pc)
(1125KB)(
2356
)
收藏
Directory protocols are widely adopted to maintain cache coherence of distributed shared memory multiprocessors. Although scalable to a certain extent, directory protocols are complex enough to prevent it from being used in very large scale multiprocessors with tens of thousands of nodes. This paper proposes a lock-based cache coherence protocol for scope conyistency. It does not rely on directory information to maintain cache coherence. Instead, cache coherence is mailltained through requiring the releasin…
参考文献
丨
相关文章
丨
多维度评价
A Framework of Memory Consistency Models
胡伟武; 施巍松; 唐志敏;
1998,13(2 ):110 -124.
摘要
(
3401
)
PDF(pc)
(644KB)(
1343
)
收藏
Previous descriptions of memory consistency models in shared-memory multiprocessor systems are mainly expressed as constraints on the memory access event ordering and hence are hardwae-centric. This paper presents a framework of memory consistency models which describes the memory consistency model on the behavior level.Based on the understanding that the behavior of an execution is determined by the execution order of confiicting accesses, a memory consistency model is defined as an interprocessor synchro…
参考文献
丨
相关文章
丨
多维度评价
Out-of-Order Execution in Sequentially Consistent Shared-Memory Systems:Theory and Experiments
胡伟武; 夏培肃;
1998,13(2 ):125 -140.
摘要
(
3562
)
PDF(pc)
(704KB)(
1750
)
收藏
Thaditional implementation of sequential consistency in shared-memory systems requires memory accesses to be globally performed in program order. Based on an event ordering model for correct executions in shared-memory systems, this paper proposes and proves that out-of-order execution does not influence the correctness of an execution providing certain condition is met. Simulation results show that out-of-order execution proposed in this paper is an effective way to improve the performance of a sequentiall…
参考文献
丨
相关文章
丨
多维度评价
On Dependability of Computing Systems
徐拾义;
1999,14(2 ):116 -128.
摘要
(
3051
)
PDF(pc)
(282KB)(
1335
)
收藏
With the rapid development and wide applicatioos of computing systems on which more reliance hu been put, a dependable syatem will be much more important than ever. This paper is hrst aimed at giving informal but precise definitions characterizing the various attributes of dependability of computing sys- tems and then the importance of (and the relationshipa among) all the attributes are explained . Dependability is first introduced as a global concept which subsumes the usual attributea of reliability, ava…
参考文献
丨
相关文章
丨
多维度评价
Reference Implementation of Scalable I/O Low-Level API on Intel Paragon
孙凝晖;
1999,14(3 ):206 -223.
摘要
(
3183
)
PDF(pc)
(800KB)(
1366
)
收藏
The Scalable I/O (SIO) Initiative's Low-Level Application Pro- gramming Interface (SIO LLAPI)provides file system implementers with a simplelow-Level interface to support high-level parallel I/O interfaces efficiently and ef fectively. This paper describes a reference implementation and the evaluation of the SIO LLAPI on the Intel Paragon multicomputer. The implementation provides the file system structure and striping algorithm compatible with the Parallel File System (PFS) of Intel Paragon, and runs eithe…
参考文献
丨
相关文章
丨
多维度评价
Orthogonal Drawings of Graphs for the Automation of VLSI Circuit Design
刘彦佩;
1999,14(5 ):447 -459.
摘要
(
3083
)
PDF(pc)
(323KB)(
1397
)
收藏
This article shows the recent developments on orthogonal draw-ings of graphs which have applications for the automation of VLSI circuit design.Meanwhile, a number of problems are posed for further research.
参考文献
丨
相关文章
丨
多维度评价
Bounded Algebra and Current-Mode Digital Circuits
吴训威;
1999,14(6 ):551 -557.
摘要
(
3118
)
PDF(pc)
(314KB)(
1386
)
收藏
This paper proposes two bounded arithmetic operations, which areeasily realized with current signals. Based on these two operations, a bounded algebra system suitable for describing current-mode digital circuits is developed andits relationship with the Boolean algebra, which is suitable for representing voltagemode digital circuits, is investigated. Design procedure for current-mode circuitsusing the proposed algebra system is demonstrated on a number of common circuit elements which are used to realize ar…
参考文献
丨
相关文章
丨
多维度评价
Optimum Tactics of Parallel Multi-Grid Algorithm with Virtual Boundary Forecast Method Running on a Local Network with the PVM Platform
郭庆平; Yakup Paker; 章社生; Dennis Parkinson; 卫加宁;
2000,15(4 ):355 -359.
摘要
(
3164
)
PDF(pc)
(125KB)(
1178
)
收藏
In this paper, an optimum tactic of multi-grid parallel algorithmwith virtual boundary forecast method is disscussed, and a two-stage implementationis presented. The numerical results of solving a non-linear heat transfer equationshow that the optimum implementation is much better than the non-optimum one.
参考文献
丨
相关文章
丨
多维度评价
Forecasting the Efficiency of Test Generation Algorithms for Combinational Circuits
徐拾义; Tukwasibwe Justaf Frank;
2000,15(4 ):326 -337.
摘要
(
3454
)
PDF(pc)
(530KB)(
1414
)
收藏
In this era of VLSI circuits, testability is truly a very crucial issue.To generate a test set for a given circuit, choice of an algorithm from a number ofexisting test generation algorithms to apply is bound to vary from circuit to circuit.In this paper, the Genetic Algorithm is used in order to construct an accurate modelfor some existing test generation algorithms that are being used everywhere in theworld. Some objective quantitative measures are used as an effective tool in makingsuch choice. Such meas…
参考文献
丨
相关文章
丨
多维度评价
Forecasting the Efficiency of Test Generation Algorithms for Combinational Circuits
XU Shiyi(徐拾义)and Tukwasibwe Justaf Frank
2000,15(4 ):0 -0.
摘要
(
2267
)
PDF(pc)
(303KB)(
1660
)
收藏
暂缺
相关文章
丨
多维度评价
Optimum Tactics of Parallel Multi-Grid Algorithm with Virtual Boundary Forecast Method Running on a Local Network with the PVM Platform
GUO Qingping(郭庆平),Yakup Paker,ZHANG Shesheng(章社生),Dennis Parkinson and WEI Jianing(卫佳宁)
2000,15(4 ):0 -0.
摘要
(
2046
)
PDF(pc)
(276KB)(
1287
)
收藏
暂缺
相关文章
丨
多维度评价
A Novel Computer Architecture to Prevent Destruction by Viruses
GAO Qingshi(高庆狮),HU Yue(胡月),LI Lei(李磊),CHEN Xu(陈绪)
2002,17(3 ):0 -0.
摘要
(
3481
)
PDF(pc)
(259KB)(
1534
)
收藏
暂缺
相关文章
丨
多维度评价
An Effective Feedback Control Mechanism for DiffServ Architecture
WANG Chonggang (王重钢), LONG Keping (隆克平), YANG Jian (杨健) and CHENG Shiduan (程时端)
2002,17(4 ):0 -0.
摘要
(
1725
)
PDF(pc)
(588KB)(
1378
)
收藏
暂缺
相关文章
丨
多维度评价
«
‹
›
»
(331 Records )
版权所有 © 《计算机科学技术学报》编辑部
本系统由
北京玛格泰克科技发展有限公司设计开发
技术支持:support@magtech.com.cn
总访问量: