首页 > 最新文献

Proceedings of EUROMICRO 96. 22nd Euromicro Conference. Beyond 2000: Hardware and Software Design Strategies最新文献

英文 中文
Statistical admission control in video servers with variable bit rate streams and constant time length retrieval 具有可变比特率流和恒定时间长度检索的视频服务器中的统计准入控制
E. Biersack, Frédéric Thiesse
We consider the admission control problem in video servers for the retrieval of media data from disk storage. We assume that the I/O bandwidth of the server disk is limited. Given a certain I/O bandwidth, admission control decides whether or not a new client can be accepted without affecting the quality of service promised to the already admitted clients. Assuming variable bit rate (VBR) video streams, we consider an admission control policy with both, deterministic and statistical service guarantees for constant time length retrieval (CTL) and evaluate its performance in terms of the number of clients admitted.
我们考虑了视频服务器中从磁盘存储中检索媒体数据的准入控制问题。我们假设服务器磁盘的I/O带宽是有限的。给定一定的I/O带宽,允许控制决定是否可以接受新客户端,而不会影响向已接受的客户端承诺的服务质量。假设可变比特率(VBR)视频流,我们考虑了一种具有确定性和统计服务保证的恒定时间长度检索(CTL)的准入控制策略,并根据允许的客户端数量评估其性能。
{"title":"Statistical admission control in video servers with variable bit rate streams and constant time length retrieval","authors":"E. Biersack, Frédéric Thiesse","doi":"10.1109/EURMIC.1996.546491","DOIUrl":"https://doi.org/10.1109/EURMIC.1996.546491","url":null,"abstract":"We consider the admission control problem in video servers for the retrieval of media data from disk storage. We assume that the I/O bandwidth of the server disk is limited. Given a certain I/O bandwidth, admission control decides whether or not a new client can be accepted without affecting the quality of service promised to the already admitted clients. Assuming variable bit rate (VBR) video streams, we consider an admission control policy with both, deterministic and statistical service guarantees for constant time length retrieval (CTL) and evaluate its performance in terms of the number of clients admitted.","PeriodicalId":311520,"journal":{"name":"Proceedings of EUROMICRO 96. 22nd Euromicro Conference. Beyond 2000: Hardware and Software Design Strategies","volume":"60 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-09-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125185816","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 11
A semantic model of VHDL for validating rewriting algebras 验证改写代数的VHDL语义模型
S. L. Pandey, Kothanda R. Subramanian, P. Wilsey
This paper presents a formal model of the dynamic semantics of VHDL using interval temporal logic. The model uses a declarative style that provides a semantic definition of VHDL independent of the VHDL simulation cycle. Therefore, the model can be used as a platform for comparing alternative and possibly more efficient algorithms for simulating VHDL. Furthermore, optimization techniques for improving the performance of VHDL simulators can be validated against this model. To support this claim we present a proof asserting the validity of process-folding. In contrast to past efforts that concentrate only on design verification, this model is also oriented towards CAD tool optimization. The model is comprehensive and characterizes most of the important features of elaborated VHDL.
本文提出了一种基于时间间隔逻辑的VHDL动态语义形式化模型。该模型使用声明式风格,提供独立于VHDL仿真周期的VHDL语义定义。因此,该模型可以作为一个平台,用于比较可选的和可能更有效的算法来模拟VHDL。此外,可以针对该模型验证用于提高VHDL模拟器性能的优化技术。为了支持这一说法,我们提出了一个证明,断言过程折叠的有效性。与过去只关注设计验证的努力相反,这个模型也面向CAD工具优化。该模型是全面的,并且描述了精心设计的VHDL的大部分重要特征。
{"title":"A semantic model of VHDL for validating rewriting algebras","authors":"S. L. Pandey, Kothanda R. Subramanian, P. Wilsey","doi":"10.1109/EURMIC.1996.546379","DOIUrl":"https://doi.org/10.1109/EURMIC.1996.546379","url":null,"abstract":"This paper presents a formal model of the dynamic semantics of VHDL using interval temporal logic. The model uses a declarative style that provides a semantic definition of VHDL independent of the VHDL simulation cycle. Therefore, the model can be used as a platform for comparing alternative and possibly more efficient algorithms for simulating VHDL. Furthermore, optimization techniques for improving the performance of VHDL simulators can be validated against this model. To support this claim we present a proof asserting the validity of process-folding. In contrast to past efforts that concentrate only on design verification, this model is also oriented towards CAD tool optimization. The model is comprehensive and characterizes most of the important features of elaborated VHDL.","PeriodicalId":311520,"journal":{"name":"Proceedings of EUROMICRO 96. 22nd Euromicro Conference. Beyond 2000: Hardware and Software Design Strategies","volume":"154 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-09-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115986222","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Communication mechanism independent protocol specification based on CSP: a case study 基于CSP的通信机制独立协议规范:一个案例研究
Yong Sun, Hongji Yang
When specifying and designing computer network protocols, it is convenient to use an abstract synchronous communication mechanism. In practice, however, asynchronous communication mechanisms cannot be avoided. This paper presents a formal approach, based on Hoare's Communicating Sequential Processes (1985) and some other theoretical results on the specification and design of protocols which ensure the correctness of the protocols regardless of the communication mechanism used in implementation. The Alternating Bit protocol is used to illustrate our results.
在指定和设计计算机网络协议时,使用抽象的同步通信机制是方便的。然而,在实践中,异步通信机制是无法避免的。本文提出了一种形式化的方法,基于Hoare的通信顺序过程(1985)和其他一些关于协议规范和设计的理论结果,确保协议的正确性,而不管在实现中使用的通信机制如何。交替比特协议被用来说明我们的结果。
{"title":"Communication mechanism independent protocol specification based on CSP: a case study","authors":"Yong Sun, Hongji Yang","doi":"10.1109/EURMIC.1996.546395","DOIUrl":"https://doi.org/10.1109/EURMIC.1996.546395","url":null,"abstract":"When specifying and designing computer network protocols, it is convenient to use an abstract synchronous communication mechanism. In practice, however, asynchronous communication mechanisms cannot be avoided. This paper presents a formal approach, based on Hoare's Communicating Sequential Processes (1985) and some other theoretical results on the specification and design of protocols which ensure the correctness of the protocols regardless of the communication mechanism used in implementation. The Alternating Bit protocol is used to illustrate our results.","PeriodicalId":311520,"journal":{"name":"Proceedings of EUROMICRO 96. 22nd Euromicro Conference. Beyond 2000: Hardware and Software Design Strategies","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-09-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124382920","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Using method lookup caches and register windowing to speed up dynamically-bound object-oriented applications 使用方法查找缓存和注册窗口来加速动态绑定的面向对象应用程序
K. Ghose, Kiran Raghavendra Desai, P. Kogge
The implementation of dynamically bound object oriented programming languages require the ability to quickly bind a logical reference to a method and to quickly allocate a context for the invoked method. In this paper we examine how a method lookup cache (MLC) and a register windowing mechanism can speed up method binding and context allocation. We also show how the MLC can be incorporated into a contemporary pipelined datapath. A detailed register level simulation of the proposed scheme, driven by a set of fairly intensive object-oriented applications, show that a relatively small method lookup cache with only 64 or 128 entries reduces the average execution time of the applications by about 50%. With register windowing and the MLC, execution time reduces by 76% to 87% with respect to the base machine.
动态绑定的面向对象编程语言的实现需要能够快速地将逻辑引用绑定到方法,并快速地为被调用的方法分配上下文。在本文中,我们研究了方法查找缓存(MLC)和寄存器窗口机制如何加快方法绑定和上下文分配。我们还展示了如何将MLC合并到现代流水线数据路径中。在一组相当密集的面向对象应用程序的驱动下,对所提出的方案进行了详细的寄存器级模拟,结果表明,只有64或128个条目的相对较小的方法查找缓存可将应用程序的平均执行时间减少约50%。使用寄存器窗口和MLC,相对于基础机器,执行时间减少了76%到87%。
{"title":"Using method lookup caches and register windowing to speed up dynamically-bound object-oriented applications","authors":"K. Ghose, Kiran Raghavendra Desai, P. Kogge","doi":"10.1109/EURMIC.1996.546468","DOIUrl":"https://doi.org/10.1109/EURMIC.1996.546468","url":null,"abstract":"The implementation of dynamically bound object oriented programming languages require the ability to quickly bind a logical reference to a method and to quickly allocate a context for the invoked method. In this paper we examine how a method lookup cache (MLC) and a register windowing mechanism can speed up method binding and context allocation. We also show how the MLC can be incorporated into a contemporary pipelined datapath. A detailed register level simulation of the proposed scheme, driven by a set of fairly intensive object-oriented applications, show that a relatively small method lookup cache with only 64 or 128 entries reduces the average execution time of the applications by about 50%. With register windowing and the MLC, execution time reduces by 76% to 87% with respect to the base machine.","PeriodicalId":311520,"journal":{"name":"Proceedings of EUROMICRO 96. 22nd Euromicro Conference. Beyond 2000: Hardware and Software Design Strategies","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-09-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128016240","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On the adequacy of deriving hardware test data from the behavioral specification 关于从行为规范中获得硬件测试数据的充分性
G. Hayek, C. Robach
Up to now, strategies for behavioral fault modeling and testing are based on an adaptation of the gate-level strategies to generate test data at the behavioral level. In other words, they explore the impact of low-level faults on the behavioral fault modeling and detection. In this paper, we explore the dual approach, i.e. the impact of high-level fault detection on gate-level fault detection. Due to the great development of both design automation tools and hardware description languages such as VHDL or VERILOG which allow to specify a hardware system as a software program, behavioral faults are considered as software faults and the mutation-based testing, originally proposed to test software programs, is adapted to generate test data for VHDL descriptions. The generated test set is used to validate the VHDL description, seen as a software program, against (software) design faults as well as its hardware implementation against hardware faults. To validate the approach, the gate-level fault coverage of the generated test set is computed and compared to traditional ATPG's result.
到目前为止,行为故障建模和测试的策略都是基于对门级策略的改编,在行为级生成测试数据。换句话说,他们探索低级故障对行为故障建模和检测的影响。在本文中,我们探讨了双重方法,即高层次故障检测对门级故障检测的影响。由于设计自动化工具和硬件描述语言(如VHDL或VERILOG)的巨大发展,这些语言允许将硬件系统指定为软件程序,行为错误被认为是软件故障,而基于突变的测试,最初是为了测试软件程序而提出的,被用于生成VHDL描述的测试数据。生成的测试集用于验证VHDL描述,将其视为一个软件程序,针对(软件)设计错误以及针对硬件错误的硬件实现。为了验证该方法,计算了生成的测试集的门级故障覆盖率,并与传统的ATPG结果进行了比较。
{"title":"On the adequacy of deriving hardware test data from the behavioral specification","authors":"G. Hayek, C. Robach","doi":"10.1109/EURMIC.1996.546456","DOIUrl":"https://doi.org/10.1109/EURMIC.1996.546456","url":null,"abstract":"Up to now, strategies for behavioral fault modeling and testing are based on an adaptation of the gate-level strategies to generate test data at the behavioral level. In other words, they explore the impact of low-level faults on the behavioral fault modeling and detection. In this paper, we explore the dual approach, i.e. the impact of high-level fault detection on gate-level fault detection. Due to the great development of both design automation tools and hardware description languages such as VHDL or VERILOG which allow to specify a hardware system as a software program, behavioral faults are considered as software faults and the mutation-based testing, originally proposed to test software programs, is adapted to generate test data for VHDL descriptions. The generated test set is used to validate the VHDL description, seen as a software program, against (software) design faults as well as its hardware implementation against hardware faults. To validate the approach, the gate-level fault coverage of the generated test set is computed and compared to traditional ATPG's result.","PeriodicalId":311520,"journal":{"name":"Proceedings of EUROMICRO 96. 22nd Euromicro Conference. Beyond 2000: Hardware and Software Design Strategies","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-09-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132894036","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Automatic scheduling of applications with temporal QoS constraints: a case study 具有时序QoS约束的应用程序的自动调度:一个案例研究
Jocelyne Farhat-Gissler, I. Demeure
We have proposed a scheduling framework for the development and support of applications that must meet temporal Quality of Service (QoS) constraints. This paper develops a case study: a geostationary satellite application. We describe how the application threads are partitioned into finer grain (or elementary) threads to which QoS constraints are applied; how they are organized into dependency graphs; and how this decomposition as well as, the dependency information and QoS constraints required on the application are exploited by a cooperative scheduling system. We demonstrate this by presenting illustrative scheduling scenarios of the chosen application.
我们提出了一个调度框架,用于开发和支持必须满足临时服务质量(QoS)约束的应用程序。本文发展了一个案例研究:地球同步卫星的应用。我们描述了如何将应用程序线程划分为更细粒度(或基本)线程,并对其应用QoS约束;它们是如何组织成依赖关系图的;以及协作调度系统如何利用这种分解以及应用程序所需的依赖信息和QoS约束。我们通过展示所选应用程序的说明性调度场景来演示这一点。
{"title":"Automatic scheduling of applications with temporal QoS constraints: a case study","authors":"Jocelyne Farhat-Gissler, I. Demeure","doi":"10.1109/EURMIC.1996.546485","DOIUrl":"https://doi.org/10.1109/EURMIC.1996.546485","url":null,"abstract":"We have proposed a scheduling framework for the development and support of applications that must meet temporal Quality of Service (QoS) constraints. This paper develops a case study: a geostationary satellite application. We describe how the application threads are partitioned into finer grain (or elementary) threads to which QoS constraints are applied; how they are organized into dependency graphs; and how this decomposition as well as, the dependency information and QoS constraints required on the application are exploited by a cooperative scheduling system. We demonstrate this by presenting illustrative scheduling scenarios of the chosen application.","PeriodicalId":311520,"journal":{"name":"Proceedings of EUROMICRO 96. 22nd Euromicro Conference. Beyond 2000: Hardware and Software Design Strategies","volume":"58 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-09-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114796357","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Performance analysis of packet switching interconnection networks with finite buffers 有限缓冲区分组交换互连网络的性能分析
A. Tentov, A. Grnarov
In this paper, a mathematical method for analysis of synchronous packet-switching interconnection networks with finite buffering capacity at the output of switching elements is presented. The proposed mathematical method is general in that it analyzed interconnection networks under uniform and nonuniform traffic with blocking. The existing methods for analysis of buffered interconnection networks have assumed either single or infinite buffers at each input (or output) port of a switch, as well as uniform traffic pattern of the networks. Firstly, in the paper a general model of synchronous buffered switching element, using output buffering, under assumption of finite buffer size for a very general class of traffic, is presented. Traffic can be uniform or nonuniform. It is assumed that the subsequent stages of the network are nearly independent and a model is extended for entire network under this assumption. Analytical results obtained with proposed model are then compared with each other and it is shown that the proposed mathematical method is more general then the known models of interconnection networks.
本文提出了一种分析交换单元输出缓冲容量有限的同步分组交换互连网络的数学方法。所提出的数学方法具有通用性,它分析了均匀流量和不均匀流量下的阻塞互连网络。现有的缓冲互联网络分析方法假设交换机的每个输入(或输出)端口都有单个或无限个缓冲区,并且网络的流量模式是统一的。首先,针对一类非常一般的通信量,在假定缓冲区大小有限的情况下,给出了使用输出缓冲的同步缓冲开关元件的一般模型。流量可以是均匀的,也可以是不均匀的。假设网络的后续阶段几乎是独立的,并在此假设下扩展了整个网络的模型。通过对所提模型的分析结果进行比较,表明所提数学方法比已知的互连网络模型更具通用性。
{"title":"Performance analysis of packet switching interconnection networks with finite buffers","authors":"A. Tentov, A. Grnarov","doi":"10.1109/EURMIC.1996.546462","DOIUrl":"https://doi.org/10.1109/EURMIC.1996.546462","url":null,"abstract":"In this paper, a mathematical method for analysis of synchronous packet-switching interconnection networks with finite buffering capacity at the output of switching elements is presented. The proposed mathematical method is general in that it analyzed interconnection networks under uniform and nonuniform traffic with blocking. The existing methods for analysis of buffered interconnection networks have assumed either single or infinite buffers at each input (or output) port of a switch, as well as uniform traffic pattern of the networks. Firstly, in the paper a general model of synchronous buffered switching element, using output buffering, under assumption of finite buffer size for a very general class of traffic, is presented. Traffic can be uniform or nonuniform. It is assumed that the subsequent stages of the network are nearly independent and a model is extended for entire network under this assumption. Analytical results obtained with proposed model are then compared with each other and it is shown that the proposed mathematical method is more general then the known models of interconnection networks.","PeriodicalId":311520,"journal":{"name":"Proceedings of EUROMICRO 96. 22nd Euromicro Conference. Beyond 2000: Hardware and Software Design Strategies","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-09-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129126089","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Efficient simulation of multiprocessors through finite state machines 有限状态机对多处理器的高效仿真
C. Siegelin, C. O'Donnell, U. Finger
This paper introduces a new approach to the implementation of event-driven multiprocessor simulators. Cache and memory behaviour is modelled through finite state machines which use a very limited amount of storage rather than a full execution context (CPU registers, stack). The resulting simulator design is conceptually simple and clean. Furthermore, we make the point that finite state machines can be scheduled faster. Our performance figures show that simulation overhead is lower than for comparable multiprocessor simulators.
本文介绍了一种实现事件驱动多处理器模拟器的新方法。缓存和内存行为是通过有限状态机建模的,有限状态机使用非常有限的存储,而不是完整的执行上下文(CPU寄存器,堆栈)。由此产生的模拟器设计在概念上简单明了。此外,我们指出有限状态机可以更快地调度。我们的性能数据显示,模拟开销低于可比的多处理器模拟器。
{"title":"Efficient simulation of multiprocessors through finite state machines","authors":"C. Siegelin, C. O'Donnell, U. Finger","doi":"10.1109/EURMIC.1996.546383","DOIUrl":"https://doi.org/10.1109/EURMIC.1996.546383","url":null,"abstract":"This paper introduces a new approach to the implementation of event-driven multiprocessor simulators. Cache and memory behaviour is modelled through finite state machines which use a very limited amount of storage rather than a full execution context (CPU registers, stack). The resulting simulator design is conceptually simple and clean. Furthermore, we make the point that finite state machines can be scheduled faster. Our performance figures show that simulation overhead is lower than for comparable multiprocessor simulators.","PeriodicalId":311520,"journal":{"name":"Proceedings of EUROMICRO 96. 22nd Euromicro Conference. Beyond 2000: Hardware and Software Design Strategies","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-09-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131341072","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Application of the V-Ray technology for optimization of the TRFD and FL052 Perfect Club Benchmarks to CRAY Y-MP and CRAY T3D supercomputers 应用V-Ray技术优化TRFD和FL052完美俱乐部基准到CRAY Y-MP和CRAY T3D超级计算机
A. Antonov, V. Voevodin
The paper shows an application of the so-called V-Ray Technology for optimizing the TRFD and FLO52 Perfect Club Benchmarks to CRAY Y-MP and CRAY T3D supercomputers. We also discuss briefly the process of the determination of the potential parallelism of programs within V-Ray since this part of the technology played the key role for the successful optimization of the codes.
本文展示了所谓的V-Ray技术在CRAY Y-MP和CRAY T3D超级计算机上优化TRFD和FLO52完美俱乐部基准的应用。我们还简要讨论了V-Ray中程序潜在并行性的确定过程,因为这部分技术对代码的成功优化起着关键作用。
{"title":"Application of the V-Ray technology for optimization of the TRFD and FL052 Perfect Club Benchmarks to CRAY Y-MP and CRAY T3D supercomputers","authors":"A. Antonov, V. Voevodin","doi":"10.1109/EURMIC.1996.546374","DOIUrl":"https://doi.org/10.1109/EURMIC.1996.546374","url":null,"abstract":"The paper shows an application of the so-called V-Ray Technology for optimizing the TRFD and FLO52 Perfect Club Benchmarks to CRAY Y-MP and CRAY T3D supercomputers. We also discuss briefly the process of the determination of the potential parallelism of programs within V-Ray since this part of the technology played the key role for the successful optimization of the codes.","PeriodicalId":311520,"journal":{"name":"Proceedings of EUROMICRO 96. 22nd Euromicro Conference. Beyond 2000: Hardware and Software Design Strategies","volume":"84 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-09-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116053345","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Reachability and timing analysis in data flow networks: a case study 数据流网络中的可达性和时序分析:一个案例研究
B. Antal, G. Csertán, I. Majzik, A. Bondavalli, L. Simoncini
The need of efficient implementation, safety and performance requires early validation in the design of computer control systems. The detailed timing and reachability analysis in the development process is particularly important if we design equipments or algorithms of high performance and availability. In this paper we present a case study related to the early validation of control systems modeled by data flow networks. The model is validated indirectly as it is transformed to Petri nets in order to be able to utilize the tools available for Petri nets.
为了实现高效、安全和性能的要求,需要在计算机控制系统的设计中进行早期验证。在设计高性能、高可用性的设备或算法时,详细的时序和可达性分析在开发过程中显得尤为重要。在本文中,我们提出了一个与数据流网络建模的控制系统的早期验证相关的案例研究。为了能够利用Petri网可用的工具,将模型转换为Petri网时间接验证了模型。
{"title":"Reachability and timing analysis in data flow networks: a case study","authors":"B. Antal, G. Csertán, I. Majzik, A. Bondavalli, L. Simoncini","doi":"10.1109/EURMIC.1996.546382","DOIUrl":"https://doi.org/10.1109/EURMIC.1996.546382","url":null,"abstract":"The need of efficient implementation, safety and performance requires early validation in the design of computer control systems. The detailed timing and reachability analysis in the development process is particularly important if we design equipments or algorithms of high performance and availability. In this paper we present a case study related to the early validation of control systems modeled by data flow networks. The model is validated indirectly as it is transformed to Petri nets in order to be able to utilize the tools available for Petri nets.","PeriodicalId":311520,"journal":{"name":"Proceedings of EUROMICRO 96. 22nd Euromicro Conference. Beyond 2000: Hardware and Software Design Strategies","volume":"59 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1996-09-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123884767","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
Proceedings of EUROMICRO 96. 22nd Euromicro Conference. Beyond 2000: Hardware and Software Design Strategies
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1