首页 > 最新文献

2009 1st Asia Symposium on Quality Electronic Design最新文献

英文 中文
Automatic error recovery in targetless logic emulation 无目标逻辑仿真中的自动错误恢复
Pub Date : 2009-07-15 DOI: 10.1109/ASQED.2009.5206235
Somnath Banerjee, T. Gupta
Targetless logic emulation refers to a verification system in which there are no external hardware targets interfacing with the emulator. In such systems input stimuli to the DUT come either from a user provided vector file or a HDL testbench running on a software simulator and the DUT runs on hardware based logic emulator. Many users use such targetless environment for automated long-running verification tests consisting of huge sets of input stimuli, consequently an automatic recovery method is of significant interest in such systems. The automatic error recovery method shall be able to complete the emulation session gracefully skipping error points and subsequently report various errors and mismatch conditions for user debug. The paper presents a novel methodology and verification infrastructure based on periodic checkpointing, which provides a robust way of error condition detection, subsequent restoration of last saved system state and resume emulation run by skipping offending operations. It does not require any special hardware extension and provides a fully customizable checkpoint frequency selection scheme. It is seen to add only a minimal overhead on overall hardware emulation speed.
无目标逻辑仿真是指没有外部硬件目标与仿真器接口的验证系统。在这样的系统中,被测件的输入刺激要么来自用户提供的矢量文件,要么来自运行在软件模拟器上的HDL测试台,而被测件则运行在基于硬件的逻辑模拟器上。许多用户使用这种无目标环境进行由大量输入刺激组成的自动长时间验证测试,因此自动恢复方法对此类系统具有重要意义。自动错误恢复方法应该能够优雅地跳过错误点完成仿真会话,并随后报告各种错误和不匹配条件,以供用户调试。本文提出了一种基于周期性检查点的新方法和验证基础结构,提供了一种鲁棒的错误状态检测、最后保存系统状态的后续恢复以及跳过违规操作恢复仿真运行的方法。它不需要任何特殊的硬件扩展,并提供了一个完全可定制的检查点频率选择方案。它只会在整体硬件仿真速度上增加最小的开销。
{"title":"Automatic error recovery in targetless logic emulation","authors":"Somnath Banerjee, T. Gupta","doi":"10.1109/ASQED.2009.5206235","DOIUrl":"https://doi.org/10.1109/ASQED.2009.5206235","url":null,"abstract":"Targetless logic emulation refers to a verification system in which there are no external hardware targets interfacing with the emulator. In such systems input stimuli to the DUT come either from a user provided vector file or a HDL testbench running on a software simulator and the DUT runs on hardware based logic emulator. Many users use such targetless environment for automated long-running verification tests consisting of huge sets of input stimuli, consequently an automatic recovery method is of significant interest in such systems. The automatic error recovery method shall be able to complete the emulation session gracefully skipping error points and subsequently report various errors and mismatch conditions for user debug. The paper presents a novel methodology and verification infrastructure based on periodic checkpointing, which provides a robust way of error condition detection, subsequent restoration of last saved system state and resume emulation run by skipping offending operations. It does not require any special hardware extension and provides a fully customizable checkpoint frequency selection scheme. It is seen to add only a minimal overhead on overall hardware emulation speed.","PeriodicalId":437303,"journal":{"name":"2009 1st Asia Symposium on Quality Electronic Design","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115464813","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
A Proof of concept on defending cold boot attack 防御冷启动攻击的概念证明
Pub Date : 2009-07-15 DOI: 10.1109/ASQED.2009.5206245
Joo Guan Ooi, Kok Horng Kam
DRAM is an essential memory of a modern computer. Microprocessor loads the data which the user requested into DRAM before processing the data. Hence, DRAM contains important information in a computer. Recently, security researchers disclosed that DRAM is vulnerable to attack. Through Cold Boot Attack, DRAM contents can be recovered even after the computer has been powered off for several minutes [1]. The information obtained can be used to circumvent popular disk encryption system such as FileVault and Bit Locker. In this paper, we proposed an enhanced memory architecture which adds a data scrambling / descrambling layer between the microprocessor and DRAM controller to prevent the original data to be stored as cleartext in the DRAM. The original data will be scrambled before writing to DRAM and hence preventing the Cold Boot Attack. This new layer consists of XOR circuit, Galois Field Multiplication of order 128 (GF128) and a Pseudo Random Number Generator (PRNG). The scrambling scheme was selected in this proposal due to its simplicity for proof of concept. Any other cryptography scheme can replace the scrambling / descrambling blocks according to the required level of data protection. The designed blocks were implemented and tested on the Altera DE2 FPGA board using Nios II system. The results confirm that the use of the scrambling / descrambling blocks provides an easy solution with additional level of protection to secure the contents in the DRAM.
DRAM是现代计算机必不可少的存储器。微处理器在处理数据之前将用户请求的数据装入DRAM。因此,DRAM包含了计算机中的重要信息。最近,安全研究人员透露,DRAM很容易受到攻击。通过冷启动攻击,即使计算机关闭几分钟,也可以恢复DRAM的内容。获得的信息可以用来绕过流行的磁盘加密系统,如FileVault和Bit Locker。在本文中,我们提出了一种增强的存储器结构,该结构在微处理器和DRAM控制器之间增加了数据置乱/解码器层,以防止原始数据以明文形式存储在DRAM中。在写入DRAM之前,原始数据将被打乱,从而防止冷启动攻击。该层由异或电路、128阶伽罗瓦场乘法(GF128)和伪随机数发生器(PRNG)组成。由于置乱方案的概念证明简单,本方案选择置乱方案。根据所需的数据保护级别,任何其他加密方案都可以替换加扰/解扰块。设计的模块在Altera DE2 FPGA板上使用Nios II系统进行了实现和测试。结果证实,使用加扰/解扰块提供了一种简单的解决方案,具有额外的保护级别,以保护DRAM中的内容。
{"title":"A Proof of concept on defending cold boot attack","authors":"Joo Guan Ooi, Kok Horng Kam","doi":"10.1109/ASQED.2009.5206245","DOIUrl":"https://doi.org/10.1109/ASQED.2009.5206245","url":null,"abstract":"DRAM is an essential memory of a modern computer. Microprocessor loads the data which the user requested into DRAM before processing the data. Hence, DRAM contains important information in a computer. Recently, security researchers disclosed that DRAM is vulnerable to attack. Through Cold Boot Attack, DRAM contents can be recovered even after the computer has been powered off for several minutes [1]. The information obtained can be used to circumvent popular disk encryption system such as FileVault and Bit Locker. In this paper, we proposed an enhanced memory architecture which adds a data scrambling / descrambling layer between the microprocessor and DRAM controller to prevent the original data to be stored as cleartext in the DRAM. The original data will be scrambled before writing to DRAM and hence preventing the Cold Boot Attack. This new layer consists of XOR circuit, Galois Field Multiplication of order 128 (GF128) and a Pseudo Random Number Generator (PRNG). The scrambling scheme was selected in this proposal due to its simplicity for proof of concept. Any other cryptography scheme can replace the scrambling / descrambling blocks according to the required level of data protection. The designed blocks were implemented and tested on the Altera DE2 FPGA board using Nios II system. The results confirm that the use of the scrambling / descrambling blocks provides an easy solution with additional level of protection to secure the contents in the DRAM.","PeriodicalId":437303,"journal":{"name":"2009 1st Asia Symposium on Quality Electronic Design","volume":"225 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122991371","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}
引用次数: 15
Combined fault-model free cause-effect and effect-cause fault diagnosis in block-level digital networks 块级数字网络中无故障模型因果与因果相结合的故障诊断
Pub Date : 2009-07-15 DOI: 10.1109/ASQED.2009.5206232
R. Ubar, S. Kostin, J. Raik
The main objective of this work is to combine the concept of fault model free diagnosis simultaneously with cause-effect and effect-cause analysis in digital networks. We consider the diagnosis as a two step task: first, to locate a subset of faulty blocks in a network by using block level fault dictionaries, second, to locate the faulty block in this subset by effect-cause analysis. The size of the fault dictionary depends linearly on the number of blocks to be determined as faulty or not faulty. We propose a measure for evaluating the block-level diagnostic resolution of a given network, and show how this measure can be used for guiding effect-cause diagnostic analysis. Experimental results provide the data which characterize the proposed measure.
本工作的主要目的是将无故障模型诊断的概念与数字网络中的因果分析和因果分析相结合。我们认为故障诊断分为两步:首先,通过块级故障字典在网络中定位故障块子集,其次,通过因果分析在该子集中定位故障块。故障字典的大小线性依赖于待确定为故障或非故障的块的数量。我们提出了一种评估给定网络的块级诊断分辨率的方法,并展示了该方法如何用于指导因果诊断分析。实验结果提供了表征所提出措施的数据。
{"title":"Combined fault-model free cause-effect and effect-cause fault diagnosis in block-level digital networks","authors":"R. Ubar, S. Kostin, J. Raik","doi":"10.1109/ASQED.2009.5206232","DOIUrl":"https://doi.org/10.1109/ASQED.2009.5206232","url":null,"abstract":"The main objective of this work is to combine the concept of fault model free diagnosis simultaneously with cause-effect and effect-cause analysis in digital networks. We consider the diagnosis as a two step task: first, to locate a subset of faulty blocks in a network by using block level fault dictionaries, second, to locate the faulty block in this subset by effect-cause analysis. The size of the fault dictionary depends linearly on the number of blocks to be determined as faulty or not faulty. We propose a measure for evaluating the block-level diagnostic resolution of a given network, and show how this measure can be used for guiding effect-cause diagnostic analysis. Experimental results provide the data which characterize the proposed measure.","PeriodicalId":437303,"journal":{"name":"2009 1st Asia Symposium on Quality Electronic Design","volume":"57 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116941899","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
A Method for improved final placement employing branch-and-bound with hierarchical placement encoding and tightened bounds 一种采用分层布局编码和收紧边界的分支定界改进最终布局的方法
Pub Date : 2009-07-15 DOI: 10.1109/ASQED.2009.5206249
Xitian Li, J. Lillis
A new method employing branch-and-bound for improved final placement is presented for the final step of detailed placement problem where the objective is to optimize (and tradeoff) total bounding box wirelength and timing. First, we view the placement of a cell as a bit-sequence which hierarchically encodes the procedure of constraining the cell to an exact location (exact row and column). Such bit sequences indicate a recursive dissection of the layout area. We argue that the search strategy indicated by the placement encoding has compelling advantages over typical ones in terms of search efficiency. Second, the branch-and-bound method with hierarchical placement encoding can inherently expose the possibly improved configurations and provide a mechanism for exploiting the abundant opportunities for tradeoffs between different design objectives. Our experiments start with the placements of 12 of the largest MCNC benchmarks from VPR [15], iteratively extract and release parts of the cells to larger regions (that defines the search space) and optimally (or nearly optimally) place these cells with respect to the search space. The experiments show that the wire length of the placements can be improved 11% on average with simultaneous reduction in the critical path delay of the routed placements (6.3% on average)
针对精细布局问题的最后一步,提出了一种分支定界改进最终布局的新方法,该方法的目标是优化(和权衡)总边界盒长度和时间。首先,我们将单元格的位置视为一个位序列,它分层地编码了将单元格约束到确切位置(确切的行和列)的过程。这样的位序列表示布局区域的递归解剖。我们认为,在搜索效率方面,由位置编码表示的搜索策略比典型的搜索策略具有显著的优势。其次,具有分层布局编码的分支绑定方法可以固有地暴露可能改进的配置,并提供一种机制,可以利用不同设计目标之间的大量机会进行权衡。我们的实验从VPR[15]中12个最大的MCNC基准的放置开始,迭代地提取和释放部分细胞到更大的区域(定义搜索空间),并以最优(或接近最优)的方式放置这些细胞。实验表明,导线长度平均增加11%,同时路由导线的关键路径延迟平均减少6.3%。
{"title":"A Method for improved final placement employing branch-and-bound with hierarchical placement encoding and tightened bounds","authors":"Xitian Li, J. Lillis","doi":"10.1109/ASQED.2009.5206249","DOIUrl":"https://doi.org/10.1109/ASQED.2009.5206249","url":null,"abstract":"A new method employing branch-and-bound for improved final placement is presented for the final step of detailed placement problem where the objective is to optimize (and tradeoff) total bounding box wirelength and timing. First, we view the placement of a cell as a bit-sequence which hierarchically encodes the procedure of constraining the cell to an exact location (exact row and column). Such bit sequences indicate a recursive dissection of the layout area. We argue that the search strategy indicated by the placement encoding has compelling advantages over typical ones in terms of search efficiency. Second, the branch-and-bound method with hierarchical placement encoding can inherently expose the possibly improved configurations and provide a mechanism for exploiting the abundant opportunities for tradeoffs between different design objectives. Our experiments start with the placements of 12 of the largest MCNC benchmarks from VPR [15], iteratively extract and release parts of the cells to larger regions (that defines the search space) and optimally (or nearly optimally) place these cells with respect to the search space. The experiments show that the wire length of the placements can be improved 11% on average with simultaneous reduction in the critical path delay of the routed placements (6.3% on average)","PeriodicalId":437303,"journal":{"name":"2009 1st Asia Symposium on Quality Electronic Design","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131210605","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
Process-variation- and random-dopant-induced static noise margin fluctuation in nanoscale CMOS and FinFET SRAM cells 纳米级CMOS和FinFET SRAM电池中工艺变化和随机掺杂诱导的静态噪声裕度波动
Pub Date : 2009-07-15 DOI: 10.1109/ASQED.2009.5206305
Tien-Yeh Li, Chih-Hong Hwang, Yiming Li
In this study, a three-dimensional “atomistic” coupled device-circuit simulation approach is advanced to investigate the process-variation-effect (PVE) and random dopant fluctuation (RDF) induced characteristic fluctuations in planar metal-oxide-semiconductor field-effect-transistor (MOSFET) static random access memory (SRAM) from 65-nm to 16-nm gate length. Our preliminary results show that the RDF dominates the fluctuation of static noise margin (SNM). As the gate length of the planar MOSFETs scales from 65 nm to 16 nm, the normalized RDF-induced SNM fluctuation increases from 4% to 80%. To reduce the device variability induced fluctuation in circuit, a device with vertical-doping-profile and raised Vth is employed. The SNM is 3 times larger than the original 16-nm-gate SRAM. Moreover, the normalized RDF-induced SNM fluctuation is reduced by a factor of 2.67. Additionally, a 16-nm-gate silicon-on-insulator fin-type field-effect-transistor is used to further improve the SNM of SRAM. Due to the superior electrostatic integrity and larger effective device width than planar MOSFETs, the SNM of 16-nm-gate FinFET SRAM is six times larger than the original 16 nm SRAM with five times smaller SNM fluctuation. The study investigates the roll-off characteristics of SNM and provides an insight into design of fluctuation resistant nanoscale SRAM.
在这项研究中,提出了一种三维“原子”耦合器件电路模拟方法,研究了平面金属氧化物半导体场效应晶体管(MOSFET)静态随机存取存储器(SRAM)在65nm到16nm栅极长度范围内的过程变化效应(PVE)和随机掺杂波动(RDF)引起的特性波动。我们的初步结果表明,RDF支配着静态噪声裕度(SNM)的波动。当平面mosfet栅极长度从65 nm增加到16 nm时,归一化rdf诱导的SNM波动从4%增加到80%。为了减小器件变异性引起的电路波动,采用了垂直掺杂和提高电压的器件。SNM比原来的16纳米栅极SRAM大3倍。此外,归一化rdf引起的SNM波动降低了2.67倍。此外,为了进一步提高SRAM的SNM,采用了16纳米栅极绝缘体上硅翅片型场效应晶体管。由于比平面mosfet具有更好的静电完整性和更大的有效器件宽度,16纳米栅极FinFET SRAM的SNM比原来的16纳米SRAM大6倍,SNM波动小5倍。研究了SNM的滚降特性,为抗波动纳米SRAM的设计提供了新的思路。
{"title":"Process-variation- and random-dopant-induced static noise margin fluctuation in nanoscale CMOS and FinFET SRAM cells","authors":"Tien-Yeh Li, Chih-Hong Hwang, Yiming Li","doi":"10.1109/ASQED.2009.5206305","DOIUrl":"https://doi.org/10.1109/ASQED.2009.5206305","url":null,"abstract":"In this study, a three-dimensional “atomistic” coupled device-circuit simulation approach is advanced to investigate the process-variation-effect (PVE) and random dopant fluctuation (RDF) induced characteristic fluctuations in planar metal-oxide-semiconductor field-effect-transistor (MOSFET) static random access memory (SRAM) from 65-nm to 16-nm gate length. Our preliminary results show that the RDF dominates the fluctuation of static noise margin (SNM). As the gate length of the planar MOSFETs scales from 65 nm to 16 nm, the normalized RDF-induced SNM fluctuation increases from 4% to 80%. To reduce the device variability induced fluctuation in circuit, a device with vertical-doping-profile and raised Vth is employed. The SNM is 3 times larger than the original 16-nm-gate SRAM. Moreover, the normalized RDF-induced SNM fluctuation is reduced by a factor of 2.67. Additionally, a 16-nm-gate silicon-on-insulator fin-type field-effect-transistor is used to further improve the SNM of SRAM. Due to the superior electrostatic integrity and larger effective device width than planar MOSFETs, the SNM of 16-nm-gate FinFET SRAM is six times larger than the original 16 nm SRAM with five times smaller SNM fluctuation. The study investigates the roll-off characteristics of SNM and provides an insight into design of fluctuation resistant nanoscale SRAM.","PeriodicalId":437303,"journal":{"name":"2009 1st Asia Symposium on Quality Electronic Design","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132437502","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
Structured database standardization framework for data mining of semiconductor manufacturing data 面向半导体制造数据挖掘的结构化数据库标准化框架
Pub Date : 2009-07-15 DOI: 10.1109/ASQED.2009.5206234
A. Achath Mohanan, C. Chan, M. Ooi
Semiconductor manufacturing is a very complex and sophisticated process and semiconductor manufacturing data are generally huge. In order to perform knowledge discovery from these huge sets of data, data has to be reduced in dimensions by only selecting certain fields which are of value towards a particular research. Most research is geared towards data mining and less importance is generally given to stages before data mining, namely problem definition, selection addition, preprocessing and data cleaning and transformation. This is undesirable because ad-hoc approaches to standardize the data during these initial stages tend to be inaccurate, any will affect the integrity of data mining performed in later stages. This paper proposes a structured data standardization framework which effectively breaks down huge semiconductor data of high dimensions into smaller values in order to perform knowledge discovery. The framework was effectively applied on two devices as a case study and the resulting processed data was successfully used for yield mining and defect clustering purposes.
半导体制造是一个非常复杂和精密的过程,半导体制造数据通常是巨大的。为了从这些庞大的数据集中进行知识发现,必须通过只选择对特定研究有价值的某些字段来降低数据的维数。大多数研究都是面向数据挖掘的,而对数据挖掘之前的几个阶段,即问题定义、选择添加、预处理和数据清洗与转换,通常不太重视。这是不可取的,因为在这些初始阶段标准化数据的特殊方法往往是不准确的,任何方法都会影响在后期阶段执行的数据挖掘的完整性。本文提出了一种结构化的数据标准化框架,该框架能有效地将庞大的高维半导体数据分解成较小的值,从而进行知识发现。该框架作为案例研究有效地应用于两个设备,并成功地将处理后的数据用于良率挖掘和缺陷聚类目的。
{"title":"Structured database standardization framework for data mining of semiconductor manufacturing data","authors":"A. Achath Mohanan, C. Chan, M. Ooi","doi":"10.1109/ASQED.2009.5206234","DOIUrl":"https://doi.org/10.1109/ASQED.2009.5206234","url":null,"abstract":"Semiconductor manufacturing is a very complex and sophisticated process and semiconductor manufacturing data are generally huge. In order to perform knowledge discovery from these huge sets of data, data has to be reduced in dimensions by only selecting certain fields which are of value towards a particular research. Most research is geared towards data mining and less importance is generally given to stages before data mining, namely problem definition, selection addition, preprocessing and data cleaning and transformation. This is undesirable because ad-hoc approaches to standardize the data during these initial stages tend to be inaccurate, any will affect the integrity of data mining performed in later stages. This paper proposes a structured data standardization framework which effectively breaks down huge semiconductor data of high dimensions into smaller values in order to perform knowledge discovery. The framework was effectively applied on two devices as a case study and the resulting processed data was successfully used for yield mining and defect clustering purposes.","PeriodicalId":437303,"journal":{"name":"2009 1st Asia Symposium on Quality Electronic Design","volume":"100 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128125558","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
Analytical study of drift velocity in N-type silicon nanowires n型硅纳米线漂移速度的分析研究
Pub Date : 2009-07-15 DOI: 10.1109/ASQED.2009.5206261
A. Fallahpour, M. Ahmadi, R. Ismail
The limitations on carrier drift velocity due to high-field effect and randomly velocity vector in equilibrium is reported. The results are based on asymmetrical distribution function that converts randomness velocity vectors in zero-field to streamlined one in a very high electric field. The ultimate drift velocity is found to be appropriate thermal velocity for a given dimensionality for non-degenerately doped Silicon nanowires. However, the ultimate drift velocity is the Fermi velocity for degenerately doped Silicon nanowires. Other important parameter in carrier transport phenomena, for nanoscale devices is quantum confinement effect that leads to one-dimensional behavior in silicon nanowire.
报道了高场效应和平衡状态下随机速度矢量对载流子漂移速度的限制。结果基于非对称分布函数,该函数将零场中的随机速度矢量转换为极高电场中的流线型速度矢量。对于非简并掺杂的硅纳米线,最终漂移速度是给定尺寸下合适的热速度。而简并掺杂硅纳米线的最终漂移速度为费米速度。对于纳米级器件,载流子输运现象的另一个重要参数是导致硅纳米线一维行为的量子约束效应。
{"title":"Analytical study of drift velocity in N-type silicon nanowires","authors":"A. Fallahpour, M. Ahmadi, R. Ismail","doi":"10.1109/ASQED.2009.5206261","DOIUrl":"https://doi.org/10.1109/ASQED.2009.5206261","url":null,"abstract":"The limitations on carrier drift velocity due to high-field effect and randomly velocity vector in equilibrium is reported. The results are based on asymmetrical distribution function that converts randomness velocity vectors in zero-field to streamlined one in a very high electric field. The ultimate drift velocity is found to be appropriate thermal velocity for a given dimensionality for non-degenerately doped Silicon nanowires. However, the ultimate drift velocity is the Fermi velocity for degenerately doped Silicon nanowires. Other important parameter in carrier transport phenomena, for nanoscale devices is quantum confinement effect that leads to one-dimensional behavior in silicon nanowire.","PeriodicalId":437303,"journal":{"name":"2009 1st Asia Symposium on Quality Electronic Design","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132042354","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
Simulation study on NMOS gate length variation using TCAD tool 基于TCAD的NMOS栅极长度变化仿真研究
Pub Date : 2009-07-15 DOI: 10.1109/ASQED.2009.5206255
R. Sanudin, M. S. Sulong, M. Morsin, M. Wahab
The process of scaling in silicon transistor has consistently resulted in smaller device geometry, higher device density and better performance. In conventional MOSFETs, control of Ioff for scaled devices requires very thin gate dielectrics and high doping concentrations. The industry roadmap predicts the barriers of continuous scaling will be due to physical limitations as well as practical technology. As the downscale of CMOS technology approaches physical limitations, the need arises for alternative device structures. Thus, this paper intends to study the effect of various gate lengths on the NMOS electrical characteristic by means of simulation study.
硅晶体管的缩放过程一直导致更小的器件几何形状,更高的器件密度和更好的性能。在传统的mosfet中,对缩放器件的关断控制需要非常薄的栅极介电体和高掺杂浓度。行业路线图预测,持续扩展的障碍将来自物理限制和实用技术。随着CMOS技术的小型化接近物理极限,需要替代器件结构。因此,本文拟通过仿真研究的方法来研究不同栅极长度对NMOS电学特性的影响。
{"title":"Simulation study on NMOS gate length variation using TCAD tool","authors":"R. Sanudin, M. S. Sulong, M. Morsin, M. Wahab","doi":"10.1109/ASQED.2009.5206255","DOIUrl":"https://doi.org/10.1109/ASQED.2009.5206255","url":null,"abstract":"The process of scaling in silicon transistor has consistently resulted in smaller device geometry, higher device density and better performance. In conventional MOSFETs, control of Ioff for scaled devices requires very thin gate dielectrics and high doping concentrations. The industry roadmap predicts the barriers of continuous scaling will be due to physical limitations as well as practical technology. As the downscale of CMOS technology approaches physical limitations, the need arises for alternative device structures. Thus, this paper intends to study the effect of various gate lengths on the NMOS electrical characteristic by means of simulation study.","PeriodicalId":437303,"journal":{"name":"2009 1st Asia Symposium on Quality Electronic Design","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132114180","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
MEMS vs. IC manufacturing: Is integration between processes possible MEMS与IC制造:工艺之间的集成是否可能
Pub Date : 2009-07-15 DOI: 10.1109/ASQED.2009.5206300
R. Vemal, C. Lo, S. Ong, B.S. Lee, C. Yong
Microelectromechanical systems (MEMS) remain one of the fastest growing markets in the semiconductor technology industry. This growth is largely due to the increasing possibility of integration into various applications. These include the automotive industry, process control and automation, scientific and medical instrumentation, telecommunication, commodity products and environmental monitoring. Much of the process technology for MEMS in terms of wafer and package level manufacturing has been sought from the rather established IC (Integrated Circuit) industry. In some cases, the processes and application of materials have been a direct replicate of existing practices. However, the question remains to what extent can we apply the IC replication process for MEMS while taking into consideration the much more delicate nature of MEMS parts for reliability's sake. There needs to be a thorough analysis on these differences to determine if a new standard of manufacturing is needed. If this point is neglected for the sake of cost saving in manufacturing operations, there is a high possibility the integrity of the MEMS parts will suffer with subsequent downstream processing. This literature work aims to provide a much deeper and in-depth understanding in this area from a packaging point-of-view. We will revisit the various processes and fundamental differences between MEMS and IC packaging.
微机电系统(MEMS)仍然是半导体技术行业中增长最快的市场之一。这种增长主要是由于集成到各种应用程序的可能性越来越大。其中包括汽车工业,过程控制和自动化,科学和医疗仪器,电信,商品和环境监测。在晶圆和封装级制造方面,MEMS的大部分工艺技术都是从相当成熟的IC(集成电路)行业寻求的。在某些情况下,材料的过程和应用是对现有做法的直接复制。然而,问题仍然是,我们可以在多大程度上将IC复制过程应用于MEMS,同时考虑到MEMS部件的可靠性更微妙的性质。需要对这些差异进行彻底的分析,以确定是否需要新的制造标准。如果在制造操作中为了节省成本而忽略了这一点,那么MEMS零件的完整性很可能会在随后的下游加工中受到影响。这个文献工作的目的是提供一个更深入和深入的了解,在这一领域从包装的角度来看。我们将回顾MEMS和IC封装之间的各种工艺和基本差异。
{"title":"MEMS vs. IC manufacturing: Is integration between processes possible","authors":"R. Vemal, C. Lo, S. Ong, B.S. Lee, C. Yong","doi":"10.1109/ASQED.2009.5206300","DOIUrl":"https://doi.org/10.1109/ASQED.2009.5206300","url":null,"abstract":"Microelectromechanical systems (MEMS) remain one of the fastest growing markets in the semiconductor technology industry. This growth is largely due to the increasing possibility of integration into various applications. These include the automotive industry, process control and automation, scientific and medical instrumentation, telecommunication, commodity products and environmental monitoring. Much of the process technology for MEMS in terms of wafer and package level manufacturing has been sought from the rather established IC (Integrated Circuit) industry. In some cases, the processes and application of materials have been a direct replicate of existing practices. However, the question remains to what extent can we apply the IC replication process for MEMS while taking into consideration the much more delicate nature of MEMS parts for reliability's sake. There needs to be a thorough analysis on these differences to determine if a new standard of manufacturing is needed. If this point is neglected for the sake of cost saving in manufacturing operations, there is a high possibility the integrity of the MEMS parts will suffer with subsequent downstream processing. This literature work aims to provide a much deeper and in-depth understanding in this area from a packaging point-of-view. We will revisit the various processes and fundamental differences between MEMS and IC packaging.","PeriodicalId":437303,"journal":{"name":"2009 1st Asia Symposium on Quality Electronic Design","volume":"27 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127390627","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
A low power linear output current-mediated CMOS imager 一种低功率线性输出电流介导CMOS成像仪
Pub Date : 2009-07-15 DOI: 10.1109/ASQED.2009.5206253
Fang Tang, A. Bermak
A novel CMOS current-mediated imager (CMI) is presented with high output linearity. In the proposed structure, the pixel operates in triode region, instead of operating in saturation region for conventional current-mediated imagers. As a consequence, the output current is a linear function of the photocurrent at the sensing node. Such a linear feature reduces the DC current consumption by more than a factor of 10 for high linearity applications. Additionally, the corresponding current source/mirror circuit is also presented, aiming to further minimize the linearity distortion caused by the Vds variation.
提出了一种具有高输出线性度的新型CMOS电流介导成像仪。在所提出的结构中,像素在三极管区域工作,而不是在传统电流介导成像仪的饱和区域工作。因此,输出电流是传感节点上光电流的线性函数。这种线性特性将直流电流消耗降低了10倍以上,用于高线性应用。此外,还提出了相应的电流源/镜像电路,旨在进一步减小Vds变化引起的线性失真。
{"title":"A low power linear output current-mediated CMOS imager","authors":"Fang Tang, A. Bermak","doi":"10.1109/ASQED.2009.5206253","DOIUrl":"https://doi.org/10.1109/ASQED.2009.5206253","url":null,"abstract":"A novel CMOS current-mediated imager (CMI) is presented with high output linearity. In the proposed structure, the pixel operates in triode region, instead of operating in saturation region for conventional current-mediated imagers. As a consequence, the output current is a linear function of the photocurrent at the sensing node. Such a linear feature reduces the DC current consumption by more than a factor of 10 for high linearity applications. Additionally, the corresponding current source/mirror circuit is also presented, aiming to further minimize the linearity distortion caused by the Vds variation.","PeriodicalId":437303,"journal":{"name":"2009 1st Asia Symposium on Quality Electronic Design","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2009-07-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127305330","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
期刊
2009 1st Asia Symposium on Quality Electronic Design
全部 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