首页 > 最新文献

2019 29th International Symposium on Power and Timing Modeling, Optimization and Simulation (PATMOS)最新文献

英文 中文
[PATMOS 2019 Title Page] [PATMOS 2019标题页]
{"title":"[PATMOS 2019 Title Page]","authors":"","doi":"10.1109/patmos.2019.8862035","DOIUrl":"https://doi.org/10.1109/patmos.2019.8862035","url":null,"abstract":"","PeriodicalId":430458,"journal":{"name":"2019 29th International Symposium on Power and Timing Modeling, Optimization and Simulation (PATMOS)","volume":"59 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114991355","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
PATMOS 2019 Committees
{"title":"PATMOS 2019 Committees","authors":"","doi":"10.1109/patmos.2019.8862003","DOIUrl":"https://doi.org/10.1109/patmos.2019.8862003","url":null,"abstract":"","PeriodicalId":430458,"journal":{"name":"2019 29th International Symposium on Power and Timing Modeling, Optimization and Simulation (PATMOS)","volume":"57 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123823557","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
Multi-Armed Bandits for Autonomous Timing-driven Design Optimization 自主时序驱动设计优化的多武装土匪
A. Stefanidis, Dimitrios Mangiras, C. Nicopoulos, G. Dimitrakopoulos
Timing closure is a complex process that involves many iterative optimization steps applied in various phases of the physical design flow. Cell sizing and transistor threshold selection, as well as datapath and clock buffering, are some of the tools available for design optimization. At the moment, design optimization methods are integrated into EDA tools and applied incrementally in various parts of the flow, while the optimal order of their application is yet to be determined. In this work, we rely on reinforcement learning – through the use of the Multi-Armed Bandit model for decision making under uncertainty – to automatically suggest online which optimization heuristic should be applied to the design. The goal is to improve the performance metrics based on the rewards learned from the previous applications of each heuristic. Experimental results show that automating the process of design optimization with machine learning not only results in designs that are close to the best-published results derived from deterministic approaches, but it also allows for the execution of the optimization flow without any human in the loop, and without any need for offline training of the heuristic-orchestration algorithm.
时序关闭是一个复杂的过程,涉及到在物理设计流程的各个阶段应用的许多迭代优化步骤。单元尺寸和晶体管阈值选择,以及数据路径和时钟缓冲,是一些可用于设计优化的工具。目前,设计优化方法被集成到EDA工具中,并逐步应用于流程的各个部分,其应用的最优顺序尚未确定。在这项工作中,我们依靠强化学习——通过使用Multi-Armed Bandit模型进行不确定性下的决策——在线自动建议应该将哪种优化启发式应用于设计。目标是基于从每个启发式的先前应用程序中学习到的奖励来改进性能指标。实验结果表明,使用机器学习自动化设计优化过程不仅可以使设计接近于由确定性方法得出的最佳发表结果,而且还允许在没有任何人工参与的情况下执行优化流程,并且不需要启发式编排算法的离线训练。
{"title":"Multi-Armed Bandits for Autonomous Timing-driven Design Optimization","authors":"A. Stefanidis, Dimitrios Mangiras, C. Nicopoulos, G. Dimitrakopoulos","doi":"10.1109/PATMOS.2019.8862056","DOIUrl":"https://doi.org/10.1109/PATMOS.2019.8862056","url":null,"abstract":"Timing closure is a complex process that involves many iterative optimization steps applied in various phases of the physical design flow. Cell sizing and transistor threshold selection, as well as datapath and clock buffering, are some of the tools available for design optimization. At the moment, design optimization methods are integrated into EDA tools and applied incrementally in various parts of the flow, while the optimal order of their application is yet to be determined. In this work, we rely on reinforcement learning – through the use of the Multi-Armed Bandit model for decision making under uncertainty – to automatically suggest online which optimization heuristic should be applied to the design. The goal is to improve the performance metrics based on the rewards learned from the previous applications of each heuristic. Experimental results show that automating the process of design optimization with machine learning not only results in designs that are close to the best-published results derived from deterministic approaches, but it also allows for the execution of the optimization flow without any human in the loop, and without any need for offline training of the heuristic-orchestration algorithm.","PeriodicalId":430458,"journal":{"name":"2019 29th International Symposium on Power and Timing Modeling, Optimization and Simulation (PATMOS)","volume":"119 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123831829","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
RISC-V Extensions for Bit Manipulation Instructions 位操作指令的RISC-V扩展
Bastian Koppelmann, Peer Adelt, W. Mueller, C. Scheytt
Embedded systems require a high energy efficiency in combination with an optimized performance. As such, Bit Manipulation Instructions (BMIs) were introduced for x86 and ARMv8 to improve the runtime efficiency and power dissipation of the compiled software for various applications. Though the RISC-V platform is meanwhile widely accepted for embedded systems application, its instruction set architecture (ISA) currently still supports only two basic BMIs.We introduce ten advanced BMIs for the RISC-V ISA and implemented them on Berkeley’s Rocket CPU [1], which we synthesized for the Artix-7 FPGA and the TSMC 65nm cell library. Our RISC-V BMI definitions are based on an analysis and combination of existing x86 and ARMv8 BMIs. Our Rocket CPU hardware extensions show that RISC-V BMI extensions have no negative impact on the critical path of the execution pipeline. Our software evaluations show that we can, for example, expect a significant impact for time and power consuming cryptographic applications.
嵌入式系统需要高能效和优化的性能。因此,在x86和ARMv8中引入了比特操纵指令(Bit Manipulation Instructions, bmi),以提高编译软件在各种应用中的运行效率和功耗。尽管RISC-V平台在嵌入式系统应用中被广泛接受,但其指令集架构(ISA)目前仍然只支持两种基本的bmi。我们为RISC-V ISA引入了10个先进的bmi,并在伯克利的Rocket CPU[1]上实现了它们,我们为Artix-7 FPGA和台积电65nm单元库合成了它们。我们的RISC-V BMI定义是基于对现有x86和ARMv8 BMI的分析和组合。我们的Rocket CPU硬件扩展表明,RISC-V BMI扩展对执行管道的关键路径没有负面影响。我们的软件评估表明,例如,我们可以预期对时间和功耗的加密应用程序产生重大影响。
{"title":"RISC-V Extensions for Bit Manipulation Instructions","authors":"Bastian Koppelmann, Peer Adelt, W. Mueller, C. Scheytt","doi":"10.1109/PATMOS.2019.8862170","DOIUrl":"https://doi.org/10.1109/PATMOS.2019.8862170","url":null,"abstract":"Embedded systems require a high energy efficiency in combination with an optimized performance. As such, Bit Manipulation Instructions (BMIs) were introduced for x86 and ARMv8 to improve the runtime efficiency and power dissipation of the compiled software for various applications. Though the RISC-V platform is meanwhile widely accepted for embedded systems application, its instruction set architecture (ISA) currently still supports only two basic BMIs.We introduce ten advanced BMIs for the RISC-V ISA and implemented them on Berkeley’s Rocket CPU [1], which we synthesized for the Artix-7 FPGA and the TSMC 65nm cell library. Our RISC-V BMI definitions are based on an analysis and combination of existing x86 and ARMv8 BMIs. Our Rocket CPU hardware extensions show that RISC-V BMI extensions have no negative impact on the critical path of the execution pipeline. Our software evaluations show that we can, for example, expect a significant impact for time and power consuming cryptographic applications.","PeriodicalId":430458,"journal":{"name":"2019 29th International Symposium on Power and Timing Modeling, Optimization and Simulation (PATMOS)","volume":"79 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132384572","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}
引用次数: 12
Adaptive Transient Computing for Power-Neutral Embedded Devices 功率中性嵌入式设备的自适应瞬态计算
C. Rheinländer, N. Wehn
Energy harvesting has emerged as a promising technology for small electronic devices to extend the battery run time and thereby enabling an increased autonomous operation. However, frequent charge and discharge cycles cause aging effects in the battery, which results in a loss of capacity and life time.Power-neutral transient computing systems avoid energy buffers by powering the load by the harvester directly. Usually, the power outputs of energy harvesters rely on arbitrary and transient environmental excitations. The resulting power losses are handled by checkpointing, where the volatile system state is backed up using non-volatile memories. The timely detection of upcoming power losses is essential for a reliable checkpointing process. Early detections allow a proactive power loss handling, which is important to ensure the finalization of atomic operations. However, common voltage threshold-based methods only allow short-term power loss detections since they do not adapt to the dynamics of the harvester.In this paper we propose a new methodology that allows an early power loss detection by exploiting physical characteristics of the harvester. The proposed approach points out new opportunities for transiently-powered devices, as it allows an adaptive and harvester-aware computing. We show how it facilitates a proactive scheduling that is used to ensure a successful finalization of atomic operations.
能量收集已经成为小型电子设备的一项很有前途的技术,可以延长电池的运行时间,从而提高自主操作的能力。然而,频繁的充放电循环会导致电池老化,从而导致容量和寿命的损失。功率中性暂态计算系统通过直接由采集器为负载供电来避免能量缓冲。通常,能量采集器的功率输出依赖于任意和瞬态环境激励。由此产生的功率损耗由检查点处理,其中使用非易失性存储器备份易失性系统状态。及时检测即将到来的电源损耗对于可靠的检查点过程至关重要。早期检测允许主动处理功率损失,这对于确保原子操作的完成非常重要。然而,普通的基于电压阈值的方法只允许短期的功率损耗检测,因为它们不适应收割机的动态。在本文中,我们提出了一种新的方法,可以通过利用收割机的物理特性来早期检测功率损耗。所提出的方法为瞬态供电设备指出了新的机会,因为它允许自适应和收集器感知计算。我们将展示它如何促进用于确保原子操作成功结束的主动调度。
{"title":"Adaptive Transient Computing for Power-Neutral Embedded Devices","authors":"C. Rheinländer, N. Wehn","doi":"10.1109/PATMOS.2019.8862063","DOIUrl":"https://doi.org/10.1109/PATMOS.2019.8862063","url":null,"abstract":"Energy harvesting has emerged as a promising technology for small electronic devices to extend the battery run time and thereby enabling an increased autonomous operation. However, frequent charge and discharge cycles cause aging effects in the battery, which results in a loss of capacity and life time.Power-neutral transient computing systems avoid energy buffers by powering the load by the harvester directly. Usually, the power outputs of energy harvesters rely on arbitrary and transient environmental excitations. The resulting power losses are handled by checkpointing, where the volatile system state is backed up using non-volatile memories. The timely detection of upcoming power losses is essential for a reliable checkpointing process. Early detections allow a proactive power loss handling, which is important to ensure the finalization of atomic operations. However, common voltage threshold-based methods only allow short-term power loss detections since they do not adapt to the dynamics of the harvester.In this paper we propose a new methodology that allows an early power loss detection by exploiting physical characteristics of the harvester. The proposed approach points out new opportunities for transiently-powered devices, as it allows an adaptive and harvester-aware computing. We show how it facilitates a proactive scheduling that is used to ensure a successful finalization of atomic operations.","PeriodicalId":430458,"journal":{"name":"2019 29th International Symposium on Power and Timing Modeling, Optimization and Simulation (PATMOS)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131259705","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
Radix-3 low-complexity modulo-M multipliers 基数-3低复杂度模- m乘法器
I. Kouretas, Vassilis Paliouras
This paper introduces a family of radix-3 modulo-M multipliers. Following the description of a high-radix modulo multiplication algorithm, a set of low-complexity digit adders are introduced and subsequently used to compose the proposed modulo multipliers. Complexity reduction of the particular digit adders is achieved by exploiting the limited set of the possible values assumed by the inputs. The proposed modulo-M multipliers are derived by means of a graph-based optimization algorithm which selects the appropriate digit adders from a set of possible choices to produce minimal complexity solutions. The proposed multipliers are synthesized using a 0.18μm 1.8V CMOS standard-cell library. Comparisons to previously reported radix-2 and radix-3 modulo multipliers reveal that the proposed multipliers achieve complexity savings in terms of area, delay and area × delay complexities for certain moduli.
本文介绍了一类基数为3的模m乘法器。在描述了一种高基数模乘算法之后,引入了一组低复杂度的数字加法器,并随后使用它们组成所提出的模乘法器。特定数字加法器的复杂性降低是通过利用输入假设的可能值的有限集来实现的。所提出的模- m乘法器是通过一种基于图的优化算法推导出来的,该算法从一组可能的选择中选择适当的数字加法器,以产生最小的复杂性解。该乘法器采用0.18μm 1.8V CMOS标准电池库合成。与先前报道的基数-2和基数-3模乘法器的比较表明,所提出的乘法器在某些模的面积、延迟和面积×延迟复杂性方面实现了复杂性节约。
{"title":"Radix-3 low-complexity modulo-M multipliers","authors":"I. Kouretas, Vassilis Paliouras","doi":"10.1109/PATMOS.2019.8862036","DOIUrl":"https://doi.org/10.1109/PATMOS.2019.8862036","url":null,"abstract":"This paper introduces a family of radix-3 modulo-M multipliers. Following the description of a high-radix modulo multiplication algorithm, a set of low-complexity digit adders are introduced and subsequently used to compose the proposed modulo multipliers. Complexity reduction of the particular digit adders is achieved by exploiting the limited set of the possible values assumed by the inputs. The proposed modulo-M multipliers are derived by means of a graph-based optimization algorithm which selects the appropriate digit adders from a set of possible choices to produce minimal complexity solutions. The proposed multipliers are synthesized using a 0.18μm 1.8V CMOS standard-cell library. Comparisons to previously reported radix-2 and radix-3 modulo multipliers reveal that the proposed multipliers achieve complexity savings in terms of area, delay and area × delay complexities for certain moduli.","PeriodicalId":430458,"journal":{"name":"2019 29th International Symposium on Power and Timing Modeling, Optimization and Simulation (PATMOS)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116268360","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
PATMOS 2019 Welcome Message PATMOS 2019欢迎辞
{"title":"PATMOS 2019 Welcome Message","authors":"","doi":"10.1109/patmos.2019.8862077","DOIUrl":"https://doi.org/10.1109/patmos.2019.8862077","url":null,"abstract":"","PeriodicalId":430458,"journal":{"name":"2019 29th International Symposium on Power and Timing Modeling, Optimization and Simulation (PATMOS)","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127047060","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
Advancing Rational Exploitation of Water Irrigation Using 5G-IoT Capabilities: The AREThOU5A Project 利用5G-IoT能力推进灌溉合理利用:AREThOU5A项目
A. Boursianis, Maria S. Papadopoulou, P. Damantoulakis, Apostolia Karampatea, P. Doanis, D. Geourgoulas, A. Skoufa, D. Valavanis, C. Apostolidis, D. Babas, K. Baltzis, T. Kaifas, K. Siozios, S. Siskos, T. Samaras, K. Siakavara, S. Nikolaidis, S. Goudos, A. Liopa-Tsakalidi, P. Barouchas, I. Kasimis, G. Kalamaras, D. Merkouris, G. Perrakis, C. Tsirogiannis, A. Gotsis, K. Maliatsos
Water scarcity and desertification are considered to be among the greatest challenges of humanity over the coming decades. Worldwide, agriculture accounts to 69% of total water usage, while industry accounts for 23%, and urban use to 8%. In Greece, a rural development model and poor farming practices have resulted in an overwhelming 83% of total water consumption to be directed to farming uses. Furthermore, excessive use of water in agriculture combined with existing pesticides and fertilizers usage levels creates exponential problems in the water cycle in Greece. Taking into account the above challenges, the AREThOU5A Project aims to exploit the state-of-the-art technologies and, in particular, the emerging developments in the field of Internet of Things (IoT) as a means to promote rational use of water resources in agriculture. In particular, AREThOU5A Project aims at accelerating penetration of low-power wide-access (LPWA) technologies through a series of research and innovation actions focusing on the design, development, operation and commercial exploitation of relevant hardware/software & IoT applications. Preliminary results of the AREThOU5A Project are depicted and future remarks are outlined.
缺水和荒漠化被认为是未来几十年人类面临的最大挑战之一。在世界范围内,农业用水占总用水量的69%,工业用水占23%,城市用水占8%。在希腊,农村发展模式和不良的耕作方式导致农业用水占总用水量的83%。此外,农业用水过度,加上现有的农药和化肥使用水平,导致希腊水循环出现指数级问题。考虑到上述挑战,AREThOU5A项目旨在利用最先进的技术,特别是物联网(IoT)领域的新兴发展,作为促进农业合理利用水资源的手段。特别是,AREThOU5A项目旨在通过一系列专注于相关硬件/软件和物联网应用的设计、开发、运营和商业开发的研究和创新行动,加速低功耗广域网(LPWA)技术的渗透。本文描述了AREThOU5A项目的初步结果,并概述了未来的评论。
{"title":"Advancing Rational Exploitation of Water Irrigation Using 5G-IoT Capabilities: The AREThOU5A Project","authors":"A. Boursianis, Maria S. Papadopoulou, P. Damantoulakis, Apostolia Karampatea, P. Doanis, D. Geourgoulas, A. Skoufa, D. Valavanis, C. Apostolidis, D. Babas, K. Baltzis, T. Kaifas, K. Siozios, S. Siskos, T. Samaras, K. Siakavara, S. Nikolaidis, S. Goudos, A. Liopa-Tsakalidi, P. Barouchas, I. Kasimis, G. Kalamaras, D. Merkouris, G. Perrakis, C. Tsirogiannis, A. Gotsis, K. Maliatsos","doi":"10.1109/PATMOS.2019.8862146","DOIUrl":"https://doi.org/10.1109/PATMOS.2019.8862146","url":null,"abstract":"Water scarcity and desertification are considered to be among the greatest challenges of humanity over the coming decades. Worldwide, agriculture accounts to 69% of total water usage, while industry accounts for 23%, and urban use to 8%. In Greece, a rural development model and poor farming practices have resulted in an overwhelming 83% of total water consumption to be directed to farming uses. Furthermore, excessive use of water in agriculture combined with existing pesticides and fertilizers usage levels creates exponential problems in the water cycle in Greece. Taking into account the above challenges, the AREThOU5A Project aims to exploit the state-of-the-art technologies and, in particular, the emerging developments in the field of Internet of Things (IoT) as a means to promote rational use of water resources in agriculture. In particular, AREThOU5A Project aims at accelerating penetration of low-power wide-access (LPWA) technologies through a series of research and innovation actions focusing on the design, development, operation and commercial exploitation of relevant hardware/software & IoT applications. Preliminary results of the AREThOU5A Project are depicted and future remarks are outlined.","PeriodicalId":430458,"journal":{"name":"2019 29th International Symposium on Power and Timing Modeling, Optimization and Simulation (PATMOS)","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127876512","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}
引用次数: 8
On the Static CMOS Implementation of Magnitude Comparators 幅度比较器的静态CMOS实现
C. Efstathiou, Y. Tsiatouhas
Digital magnitude comparators are used in computer systems to compare two binary numbers and determine if these are equal, or if one number is greater or less than the other. In this work, a new magnitude comparator’s architecture is presented. The proposed comparator architecture is designed in static CMOS logic and compared against the state of the art magnitude comparators in the literature, shows less area overhead, and for small input operands (which are commonly used in practice) presents lower delay and power-delay product.
数字幅度比较器在计算机系统中用于比较两个二进制数并确定它们是否相等,或者一个数是否大于或小于另一个数。在这项工作中,提出了一种新的幅度比较器结构。所提出的比较器架构采用静态CMOS逻辑设计,并与文献中最先进的幅度比较器进行比较,显示出更少的面积开销,并且对于小输入操作数(在实践中常用)具有更低的延迟和功率延迟积。
{"title":"On the Static CMOS Implementation of Magnitude Comparators","authors":"C. Efstathiou, Y. Tsiatouhas","doi":"10.1109/PATMOS.2019.8862135","DOIUrl":"https://doi.org/10.1109/PATMOS.2019.8862135","url":null,"abstract":"Digital magnitude comparators are used in computer systems to compare two binary numbers and determine if these are equal, or if one number is greater or less than the other. In this work, a new magnitude comparator’s architecture is presented. The proposed comparator architecture is designed in static CMOS logic and compared against the state of the art magnitude comparators in the literature, shows less area overhead, and for small input operands (which are commonly used in practice) presents lower delay and power-delay product.","PeriodicalId":430458,"journal":{"name":"2019 29th International Symposium on Power and Timing Modeling, Optimization and Simulation (PATMOS)","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114340533","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}
引用次数: 5
Reliability of an Industrial Wireless Communication System using Approximate Units 采用近似单元的工业无线通信系统的可靠性
Mingjie Hao, Ardalan Najafi, A. Ortiz, Ludwig Karsthof, S. Paul, Jochen Rust
In the last decade, approximate computing has gained a lot of research attention as one of the most promising energy-efficient computing paradigms. In the meantime, the wireless communication development driven by the ongoing paradigm shift of Industry 4.0 (I40) and Industrial Internet of Things (IIoT) has been growing enormously. This paper presents a use case study of the impact of approximate adders in industrial wireless communication. The results show the uncorrelation between the traditional metrics used to optimize approximate units and the actual impact at the system level.
近十年来,近似计算作为一种最有前途的节能计算范式受到了广泛的关注。与此同时,在工业4.0 (I40)和工业物联网(IIoT)的持续范式转变推动下,无线通信的发展得到了极大的发展。本文给出了近似加法器在工业无线通信中的影响的一个用例研究。结果表明,用于优化近似单元的传统度量与系统级的实际影响之间存在不相关性。
{"title":"Reliability of an Industrial Wireless Communication System using Approximate Units","authors":"Mingjie Hao, Ardalan Najafi, A. Ortiz, Ludwig Karsthof, S. Paul, Jochen Rust","doi":"10.1109/PATMOS.2019.8862161","DOIUrl":"https://doi.org/10.1109/PATMOS.2019.8862161","url":null,"abstract":"In the last decade, approximate computing has gained a lot of research attention as one of the most promising energy-efficient computing paradigms. In the meantime, the wireless communication development driven by the ongoing paradigm shift of Industry 4.0 (I40) and Industrial Internet of Things (IIoT) has been growing enormously. This paper presents a use case study of the impact of approximate adders in industrial wireless communication. The results show the uncorrelation between the traditional metrics used to optimize approximate units and the actual impact at the system level.","PeriodicalId":430458,"journal":{"name":"2019 29th International Symposium on Power and Timing Modeling, Optimization and Simulation (PATMOS)","volume":"41 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116692810","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
期刊
2019 29th International Symposium on Power and Timing Modeling, Optimization and Simulation (PATMOS)
全部 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