Fault Injection Attacks

Size: px
Start display at page:

Download "Fault Injection Attacks"

Transcription

1 Fault Injection Attacks Attack Methodologies, Injection Techniques and Protection Mechanisms Shivam Bhasin and Debdeep Mukhopadhyay Temasek Laboratories, NTU Singapore IIT Kharagpur, India ESP-Research, India SPACE 2016 Invited Tutorial Hyderabad, India. 15 December 2016

2 Tutorial organization Part I: Practical Aspects Background Injection techniques Protection Methods Part II: Theoretical Analysis Brief History Differential Fault Analysis Biased Fault & Countermeasures Fault Tolerance S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 2 / 37

3 1 Context 2 Fault-Injection Attacks (FIA) 3 Fault-Injection Techniques 4 Fault Protection 5 Conclusions

4 1 Context 2 Fault-Injection Attacks (FIA) 3 Fault-Injection Techniques 4 Fault Protection 5 Conclusions

5 Internet of Things Source: S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 3 / 37

6 Internet of Things IoT Trends Population: 4.9 Billion (2015) to 25 Billion (2020) Market: $69.5 Billion (2015) to $263 Billion (2020) Source: Gartner, Inc., Nov 2014 Source: S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 3 / 37

7 Internet of Things Critical Applications of IoT Aerospace. Automotive. Energy. Health Care. Transportation.... S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 3 / 37

8 Internet of Things Critical Applications of IoT Aerospace. Automotive. Energy. Health Care. Transportation.... Vulnerable Devices Smart devices: smartcards, tags, IoT sensors; Storage devices: USB sticks, hard-drives; Security devices: HSM; Computing devices: cloud. S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 3 / 37

9 Why Should We Care? Why is Hardware Vulnerable? IoT is breaking traditional boundaries and locals. Devices are present anywhere and everywhere, outsourced. Some deployments are in hostile environments. Adversary has physical access. Are traditional protection enough? S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 4 / 37

10 Common Threats to IoT Software Attacks Source: S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 5 / 37

11 Common Threats to IoT Counterfeits Source: S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 5 / 37

12 Common Threats to IoT Physical Attacks Source: S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 5 / 37

13 Common Threats to IoT Hardware Trojans Source: S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 5 / 37

14 1 Context 2 Fault-Injection Attacks (FIA) 3 Fault-Injection Techniques 4 Fault Protection 5 Conclusions

15 Fault Injection Attacks (FIA) S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 6 / 37

16 Overview of Fault Injection Techniques Low-Cost and Global Power Glitch Clock Tampering Temperature Variation High-Cost and Local Light/Laser Injection EM Injection Focused Ion Beam S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 7 / 37

17 Impact of Fault Injection Fault Duration Transient Harmonic Fault Effects Data Modification Flow Modification Fault Objectives Bypass Security Check Corrupt Computation Bias inputs S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 8 / 37

18 Fault Models Single/multiple bit-flip a target variable was altered either by single or multiple bit flip. Random byte fault Some bits of a byte are flipped. No-precise multi-bit flip. Instruction skip One or several instructions were not executed (for software) Stuck-at fault target variable stuck at-0/1. S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 9 / 37

19 Overview of Fault Protection Two Approaches: Fault Detection Fault Prevention Fault Detections Incremental Approach Analog Method: Detect physical stress Digital Method: Detect modification of digital data Fault Prevention Provable Approach Infect/Erase Output S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 10 / 37

20 Real World Examples Pentium FPU bug attack Bug in Intel P5 floating point unit Outputs wrong result (1 in 9 billion) Shamir proposed attack to retrieve RSA key Can be performed remotely PS3 Hack otheros feature allows boot of Linux Glitch allows hypervisor access Attacker gain full memory access Control of Os bootchain S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 11 / 37

21 1 Context 2 Fault-Injection Attacks (FIA) 3 Fault-Injection Techniques 4 Fault Protection 5 Conclusions

22 Fault Injection Techniques Widely classified as: Global + Low-cost + Applicable on range of devices + Low expertise required - Limited precision Local + Precise and powerful + Can bypass basic protections - High expertise required - Expensive equipments S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 12 / 37

23 Global Fault Injection: Power Main Idea: Disturb the power supply to induce faults. Modes: short-lived glitch, source manipulation Equipment: Low cost basic lab equipment Attacker can feed higher or lower power. Potential for remote execution S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 13 / 37

24 Global Fault Injection: Power Glitches effect are short-lived. Are generally used for skipping key instruction Timing of the glitch is the key Widely used in to tamper paytv cards in 90 s Typically used to skip watchdog counter or sanity checks Power supply can filter some glitches S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 13 / 37

25 Global Fault Injection: Power Under/Over-powering over prolonged period can also be used for fault injection Underpowering increases signal propagation delay Can lead to setup time violation in hardware platforms In microcontrollers, power hungry instruction are worst hit (memory read/write) Overpowering causes electrical anomalies Capable of bit-flips S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 13 / 37

26 Global Fault Injection: Power Recent addition: Body Bias Injection Requires access to substrate of the chip (backside) A needle is used to inject power directly in the substrate Direct access and can bypass glitch detectors Powerful but needs basic profiling S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 13 / 37

27 Global Fault Injection: Clock Main Idea: Disturb the clock to induce faults. Modes: short-lived glitch, source manipulation Equipment: Low to medium cost equipment Overclocking is typically used S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 14 / 37

28 Global Fault Injection: Clock Clock Glitch S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 14 / 37

29 Global Fault Injection: Clock Clock is a vital resource of electronic circuits A clock glitch can be used to reduce period of a one to few operations Reduced period leads to wrong computation i.e. fault Again timing is the key Constant overclocking can inject faults in critical path Capable of bit-flips S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 14 / 37

30 Global Fault Injection: Temperature Main Idea: Operate in non-nominal conditions Equipment: Low cost Both cold and hot temperature can be used Lacks precision S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 15 / 37

31 Local Fault Injection: Light Main Idea: High energy light to induce faults. Modes: intense flash lamps, laser beam Equipment: Medium to high cost High precision and repeatability Needs chip preparation S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 16 / 37

32 Local Fault Injection: Light 0 V DD PMOS observed current a transient can be further propagated V SS N+ N+ LASER P substrate Impact of Laser on Transistor S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 16 / 37

33 Local Fault Injection: Light 0 V DD PMOS observed current a transient can be further propagated V SS LASER N+ N+ P substrate Photoelectric effect - when a laser beam with a wavelength corresponding to an energy level higher than the silicon bandgap passes through silicon, it creates electrons-hole pairs along its path. If the laser beam passes through the reverse-biased PN junction of a transistor, charge carriers can be drifted in opposite directions and a current pulse is created. This current pulse creates a transient voltage pulse which propagates through the combinatorial logic of the IC. S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 16 / 37

34 Local Fault Injection: Light This phenomenon is called a Single Event Transient (SET) Fault is induced if a SET propagates through the logic and is captured by a register Single Event Upset (SEU) occurs when the transient voltage is directly induced into a SRAM or a register: it flips and locks its state to the opposite one It is desired to adjust power for faults but avoiding damages. S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 16 / 37

35 Local Fault Injection: Light Laser can be injected from frontside or backside of the chip Frontside is more effective with smaller wavelength Modern ICs with several metal layers make it less effective Backside injection is more suited with near infrared (NIR 1064nm) Silicon substrate is transparent to NIR S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 16 / 37

36 Decapsulation Main Idea: Open the package to access the chip Equipment: Chemical or Mechanical Semi-Invasive Method Can be fatal to the chip S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 17 / 37

37 Back Side Decapsulation (Mechanical) (i) (iii) (ii) (iv) S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 18 / 37

38 Back Side Decapsulation (Mechanical) (i) (iii) (ii) (iv) S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 18 / 37

39 Front Side Decapsulation (Chemical) S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 19 / 37

40 Front Side Decapsulation (Chemical) fuming nitric acid Molding compond destroyed bounding wires Molding compond Substrate Die Substrate Die Solution 1: Complete unpacking FPGA chip mill down Molding compond fuming nitric acid Molding compond Molding compond Substrate Die Substrate Die Substrate Die Solution 2: Partial unpacking FPGA chip Substrate Die Substrate Die Substrate Die Solution 3: Up-Side Down Partial unpacking FPGA chip S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 19 / 37

41 Front Side Decapsulation (Chemical) Alive Chip Broken Chip S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 19 / 37

42 Local Fault Injection: Electromagnetic (EM) Main Idea: High energy EM field to induce faults. Modes: pulse, harmonics Equipment: Medium to high cost Less precise than laser No need of chip preparation S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 20 / 37

43 Local Fault Injection: Electromagnetic (EM) digital glitch plaintexts ciphertexts probe tip EMFI probe pulse current in coil glitch generator trigger signal controller board Basic EM Injection Setup FPGA die target FPGA board motorized 2D stage S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 20 / 37

44 Local Fault Injection: Electromagnetic (EM) Low voltage harmonics constantly bias the target Generally used for analog blocks like RNG Alternatively intense, short pulses can disturb particular operation Suited for digital blocks like logic/memories Can penetrate several metal layers Probe design is a key expertise S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 20 / 37

45 Local Fault Injection: Focused Ion Beam (FIB) Main Idea: High energy ion beam to induce faults. Equipment: very high cost Can make permanent faults Very high precision S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 21 / 37

46 Local Fault Injection: Focused Ion Beam (FIB) Source: S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 21 / 37

47 1 Context 2 Fault-Injection Attacks (FIA) 3 Fault-Injection Techniques 4 Fault Protection 5 Conclusions

48 Fault Protection Two Approaches: Detection Detect injection attempts A recovery mechanism is followed Normally characterised by detection rate Overhead widely varies Information-level methods detect data modification Circuit-level methods perform sanity checks on physical parameters Prevention Provable approach Either corrects or infects a fault can have huge overheads Data retrieved by attacker is not exploitable A combination of both is often desired S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 22 / 37

49 Detector Based Protection Eligible sensor/detector should sense physical disturbance Desirably independent of the target to contain the overhead offer higher senstivity to physical disturbance Should react in real-time Security margin: Power, Space. S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 23 / 37

50 Global Detector Glitch on power or clock is a common injection technique Analog glitch detectors can be in-built into the IC Checks for voltage range, clock frequency etc. Out of range operation, triggers recovery. S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 24 / 37

51 Global Detector Digital detectors can be integrated Monitors underpowering or overclocking Calibration can be hard and limiting factor Also can be used for EM detection Source: Despande et al. A Configurable and Lightweight Timing Monitor for Fault Attack Detection. ISVLSI 2016 Source: Selmane et al. WDDL is Protected Against Setup Time Violation Attacks. FDTC 2010 S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 24 / 37

52 Laser Detector Laser injects high-energy using an intense beam Detailed cartography is required to determine PoI Integrated detectors can be deployed to detect laser Analog detectors are generally based on photodiodes Similar functionality can be detected by custom logic S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 25 / 37

53 RO-Based Laser Detector Ring oscillator (RO) has tendency to stabilise A high-energy by laser will disturb RO oscillations This forces RO to loose the lock S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 26 / 37

54 RO-Based Laser Detector RO can be used as laser watchdog PLL is used to detect the lock PLL is a widely used analog component in circuitries for providing stable and precise clock source. The lock signal of PLL detects laser injection S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 26 / 37

55 RO-Based Laser Detector High detection rate Offers great power and security margin S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 26 / 37

56 RO-Based Laser Detector PLL can be replaced by all-digital logic Low-cost, high sensitivity and versatile Can also be used to detect glitches S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 26 / 37

57 RO-Based Laser Detector PLL can be replaced by all-digital logic Low-cost, high sensitivity and versatile Can also be used to detect glitches PLL-based Sensor (left) vs All-Digital Sensor (right) S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 26 / 37

58 EM Detector EM also injects high-energy pulses Impact area much larger than laser Some solution use local glitch detector for EM Recent work [Miura et al.] proposed RO+PLL for EM detection Can also replace with digital detector Differs in RO routing from laser version S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 27 / 37

59 EM Detector Security enhanced repeater mode by merging Ref clock with watchdog clock. RO-based internal clock to prevent advanced attacks like FSA Area Overhead: 1 LUT (RO) + 1 PLL + Routing resources LSM Locked EMI Up Down Rclk Cclk Crypto Core PLL Watch-Dog Clock Paths (a) Repeater Configuration Rclk Up LSM PLL Down Locked Cclk Watch-Dog Clock Paths Crypto Core EMI (b) Ring-Oscillator (RO) Configuration S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 27 / 37

60 EM Detector 1 Probability Security Margin EM Pulse Detected Fault Injected Undetected Faults EM Pulse Injection Power (dbm) Security Margin = 19dBm S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 27 / 37

61 EM Detector (a) Detection Rate (b) Undetected Faults 2-D Area Scan (XY axes) Scan precision 1.0µm, Scan Matrix Undetected Fault Probability 0.01 S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 27 / 37

62 Complex Package IC Packages are becoming more complex Multiple component are stacked 3-D ICs taking it to next level Hard to target inner layers (ex. Memory) Source: S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 28 / 37

63 Error Detection Principle: Application of error detection codes Widely studied and used in communications Ensures data integrity Basic example is parity Generally applied on linear operations Can have significant overheads S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 29 / 37

64 Redundancy Principle: Repeat and compare Several variants: Compute twice, Compute forward and inverse etc. Equivalent to duplication in space or time Software duplicates in time Hardware can duplicate in space or time Compute forward and inverse shows more robustness At least 2 overhead S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 30 / 37

65 Redundancy Redundancy For Fault Detection Source: Lomne et al. : Fault Attacks and Countermeasures: A Survey S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 30 / 37

66 Special Logic Style Special representation of data to balance power consumption (ex. WDDL, BCDL) Introduced for side-channel protection Shown to have fault resistance by Selmane et al. High overheads A B G Single rail Y A T B T G Dual rail Y T A F B F G Y F A Basic WDDL Gate with Fault Resistance Source: Selmane et al. WDDL is Protected Against Setup Time Violation Attacks. FDTC 2010 S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 31 / 37

67 Software Encoding Protection Information redundancy at software level Equivalent of special logic styles in software Data representation is modified to enable fault detection Some variant can also infect faults Initially proposed for side-channel protection Also demonstrate fault detection capabilities S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 32 / 37

68 Software Encoding Protection Assembly level Code Analyzer for fault resistance Supports several fault models. Fault Injection Simulator Fault Model bit flip random byte fault instruction skip stuck-at fault r4 = r4 ' = Fault Position Instruction Set Simulator Input a = b = LDI LDI EOR ST x = Output Target Code r4 r5 r4 c... a b r5 r4 Validator x = ? Valid/Invalid Output Checker Source: Breier et al. The other side of the coin: Analyzing software encoding schemes against fault injection attacks. HOST 2016 S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 32 / 37

69 Software Encoding Protection Static Device-Specific Encoding DPL Fault model XOR LUT XOR XOR Single bit flip No No No Yes Double bit flip Yes Yes Yes Yes Single instruction skip No No Yes Yes Double instruction skip Yes No Yes Yes Stuck-at fault Yes No No No S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 32 / 37

70 Software Encoding Protection 1.0 Valid Invalid 0.8 Null Stuck-At 2-Ins. Skip 1-Ins. Skip 2-Bit Flip 1-Bit Flip Static DPL XOR 1.0 Valid Invalid 0.8 Null Stuck-At 2-Ins. Skip 1-Ins. Skip 2-Bit Flip 1-Bit Flip Static Encoding LUT 1.0 Valid Invalid 0.8 Null Stuck-At 2-Ins. Skip 1-Ins. Skip 2-Bit Flip 1-Bit Flip Static Encoding XOR 1.0 Valid Invalid 0.8 Null Stuck-At 2-Ins. Skip 1-Ins. Skip 1-Bit Flip 2-Bit Flip 3-Bit Flip 4-Bit Flip 5-Bit Flip 6-Bit Flip 7-Bit Flip 8-Bit Flip Device Specific XOR S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 32 / 37

71 Infection Principle: Tamper faulty value It prevents attacker from exploiting the fault Similar to repeat and compare scheme Faulty value is further diffused or randomised. At least 2 overhead S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 33 / 37

72 Control Flow Principle: Verify the code execution sequence Applies to microcontrollers Modern microcontrollers can verify if the code was properly executed Verification of executed code signature against precomputed signature Cryptographic hash is a popular candidate for signature generation Overhead in terms of signature omputation and comparison If the target code is small, hashing can have big overheads Simpler signature schemes are then desired S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 34 / 37

73 Randomization Principle: Randomization reduces precision Most fault injection requires precise timing Timing randomization reduces attack precision and strenthens detection Jitter, dummy operations, shuffling are common techniques S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 35 / 37

74 1 Context 2 Fault-Injection Attacks (FIA) 3 Fault-Injection Techniques 4 Fault Protection 5 Conclusions

75 Conclusion Fault attacks are powerful branch of physical attacks The techniques vary in precision and cost Voltage and clock based are commonly used low-cost techniques Laser is most precise but needs high cost and expertise EM is a new and interesting alternative Faults can be combined with other physical attacks A range of countermeasures was presented Generally a combination is required to ensure high security S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 36 / 37

76 Thank you! Any questions? S. Bhasin & D. Mukhopadhyay Fault Injection Attacks 37 / 37

Total Ionizing Dose Test Report. No. 16T-RT3PE3000L-CG896-QMLPK

Total Ionizing Dose Test Report. No. 16T-RT3PE3000L-CG896-QMLPK Total Ionizing Dose Test Report No. 16T-RT3PE3000L-CG896-QMLPK December 1, 2016 Table of Contents I. Summary Table... 3 II. Total Ionizing Dose (TID) Testing... 3 A. Device-Under-Test (DUT) and Irradiation

More information

GLAST Large Area Telescope:

GLAST Large Area Telescope: Gamma-ray Large Area Space Telescope GLAST Large Area Telescope: Tracker Subsystem MCM Production Readiness Review MCM Design Overview Robert Johnson Santa Cruz Institute for Particle Physics University

More information

DATE 2006 Session 5B: Timing and Noise Analysis

DATE 2006 Session 5B: Timing and Noise Analysis DATE 2006 Session 5B: Timing and Noise Analysis Bus Stuttering : An Encoding Technique To Reduce Inductive Noise In Off-Chip Data Transmission Authors: Brock J. LaMeres, Agilent Technologies Sunil P. Khatri,

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK. Subject Name: ELECTRONICS AND MICRIPROCESSORS UNIT I

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK. Subject Name: ELECTRONICS AND MICRIPROCESSORS UNIT I KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK Subject Name: ELECTRONICS AND MICRIPROCESSORS UNIT I Year/Sem:II / IV PART-A(2 MARKS) SEMICONDUCTORS AND RECTIFIERS 1. What

More information

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED

Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED Analog Devices Welcomes Hittite Microwave Corporation NO CONTENT ON THE ATTACHED DOCUMENT HAS CHANGED www.analog.com www.hittite.com THIS PAGE INTENTIONALLY LEFT BLANK Frequency Hopping with Hittite PLLVCOs

More information

A BIST Scheme for Testing and Repair of Multi-Mode Power Switches

A BIST Scheme for Testing and Repair of Multi-Mode Power Switches A BIST Scheme for Testing and Repair of Multi-Mode Power Switches Zhaobo Zhang Dept. Electrical & Computer Eng. Duke University, USA Email: zz18@duke.edu Xrysovalantis Kavousianos, Yiorgos Tsiatouhas Dept.

More information

Design of Low-Power CMOS Cell Structures Using Subthreshold Conduction Region

Design of Low-Power CMOS Cell Structures Using Subthreshold Conduction Region International Journal of Scientific & Engineering Research, Volume 2, Issue 2, February-2011 1 Design of Low-Power CMOS Cell Structures Using Subthreshold Conduction Region Vishal Sharma, Sanjay Kumar

More information

Total Ionizing Dose Test Report. No. 18T-RT4G150-LG1657-K04J0

Total Ionizing Dose Test Report. No. 18T-RT4G150-LG1657-K04J0 Total Ionizing Dose Test Report No. 18T-RT4G150-LG1657-K04J0 March 27, 2018 Table of Contents I. Summary Table...3 II. Total Ionizing Dose (TID) Testing...3 A. Device-Under-Test (DUT) and Irradiation Parameters...3

More information

Post-Silicon Bug Diagnosis with Inconsistent Executions

Post-Silicon Bug Diagnosis with Inconsistent Executions Post-Silicon Bug Diagnosis with Inconsistent Executions Andrew DeOrio Daya Shanker Khudia Valeria Bertacco University of Michigan ICCAD 11 9 November 2011 Functional bugs 17 Jan 1995 Electrical failures

More information

APPLICATION AND DEPLOYMENT OF ADVANCED NDE TECHNIQUES IN HIGH PRESSURE VESSELS

APPLICATION AND DEPLOYMENT OF ADVANCED NDE TECHNIQUES IN HIGH PRESSURE VESSELS APPLICATION AND DEPLOYMENT OF ADVANCED NDE TECHNIQUES IN HIGH PRESSURE VESSELS Jeffrey P. Milligan, Daniel T. Peters, Structural Integrity Associates, Inc., USA Many advances in Non-Destructive Examination

More information

Fig. 1: Typical PLL System

Fig. 1: Typical PLL System Integrating The PLL System On A Chip by Dean Banerjee, National Semiconductor The ability to produce a set of many different frequencies is a critical need for virtually all wireless communication devices.

More information

Statistical Analysis of MUX-based Physical Unclonable Functions

Statistical Analysis of MUX-based Physical Unclonable Functions Statistical Analysis of MUX-based Physical Unclonable Functions Yingjie Lao, Student Member, IEEE, and Keshab K. Parhi, Fellow, IEEE Abstract Physical unclonable functions (PUFs) can store secret keys

More information

Statistical Analysis of MUX-based Physical Unclonable Functions

Statistical Analysis of MUX-based Physical Unclonable Functions Statistical Analysis of MUX-based Physical Unclonable Functions Yingjie Lao, Student Member, IEEE, and Keshab K. Parhi, Fellow, IEEE Abstract Physical unclonable functions (PUFs) can store secret keys

More information

Chapter VI Development of ISFET model. simulation

Chapter VI Development of ISFET model. simulation Chapter VI Development of ISFET model using ZnO as gate and its simulation Introduction Theory of ISFET Experimental work Results and discussion Conclusion 6.1 General: The human bodies ph and electrolyte

More information

Robust Subthreshold Circuit Design to Manufacturing and Environmental Variability. Masanori Hashimoto a

Robust Subthreshold Circuit Design to Manufacturing and Environmental Variability. Masanori Hashimoto a 10.1149/05201.1079ecst The Electrochemical Society Robust Subthreshold Circuit Design to Manufacturing and Environmental Variability Masanori Hashimoto a a Department of Information Systems Engineering,

More information

When designing with these products it is important that the Designer take note of the following considerations:

When designing with these products it is important that the Designer take note of the following considerations: Applicable Products HMC820LP6CE HMC821LP6CE HMC822LP6CE HMC824LP6CE HMC826LP6CE HMC828LP6CE HMC829LP6GE HMC830LP6GE HMC831LP6CE HMC832LP6GE HMC833LP6GE HMC834LP6GE HMC836LP6CE HMC837LP6CE HMC838LP6CE HMC839LP6CE

More information

SO14 IC Serial Output IC For 14 Bits of Output

SO14 IC Serial Output IC For 14 Bits of Output ABCircuits www.abcircuits.com POB New Hill () 0-0 General Description SO IC Serial Output IC For Bits of Output The SO IC is designed to provide bits of output data to connect to RS-, RS-, USB, Ethernet

More information

Low-Power 1-bit CMOS Full Adder Using Subthreshold Conduction Region

Low-Power 1-bit CMOS Full Adder Using Subthreshold Conduction Region International Journal of Scientific & Engineering Research Volume 2, Issue 6, June-2011 1 Low-Power 1-bit CMOS Full Adder Using Subthreshold Conduction Region Vishal Sharma, Sanjay Kumar Abstract In balancing

More information

Multi-band LC VCO GHz PMCC_VCOMB12G

Multi-band LC VCO GHz PMCC_VCOMB12G Multi-band LC VCO 8-11.3GHz PMCC_VCOMB12G IP MACRO Datasheet Rev 1.2 Process: 65nm CMOS DESCRIPTION PMCC_VCOMB12G is a low noise multi-band differential LC voltage controlled oscillator (VCO). The IP block

More information

Lecture 10: Efficient Design of Current-Starved VCO

Lecture 10: Efficient Design of Current-Starved VCO Lecture 10: Efficient Design of Current-Starved VCO CSCE 6933/5933 Instructor: Saraju P. Mohanty, Ph. D. NOTE: The figures, text etc included in slides are borrowed from various books, websites, authors

More information

Infrastructure for Rapid Assessment of Reliability

Infrastructure for Rapid Assessment of Reliability Infrastructure for Rapid Assessment of Reliability Infrastructure and process improvements in the reliability testing of a high density microelectronic packaging technology Hannah Varner Draper Outline

More information

Implementation of a Multi bit VCO based Quantizer using Frequency to Digital Converter

Implementation of a Multi bit VCO based Quantizer using Frequency to Digital Converter International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 6 (2017) pp. 889-898 Research India Publications http://www.ripublication.com Implementation of a Multi bit VCO

More information

An Energy Efficient Sensor for Thyroid Monitoring through the IoT

An Energy Efficient Sensor for Thyroid Monitoring through the IoT An Energy Efficient Sensor for Thyroid Monitoring through the IoT P. Sundaravadivel 1, S. P. Mohanty 2, E. Kougianos 3, U. Albalawi 4. NanoSystem Design Laboratory (NSDL, http://nsdl.cse.unt.edu) University

More information

ERA: Architectures for Inference

ERA: Architectures for Inference ERA: Architectures for Inference Dan Hammerstrom Electrical And Computer Engineering 7/28/09 1 Intelligent Computing In spite of the transistor bounty of Moore s law, there is a large class of problems

More information

E SERIES. Contents CALIBRATION PROCEDURE. Version 2.0

E SERIES. Contents CALIBRATION PROCEDURE. Version 2.0 CALIBRATION PROCEDURE E SERIES Version 2.0 Contents Introduction Document Scope... 2 Calibration Overview... 3 What Is Calibration?... 3 Why Calibrate?... 3 How Often Should You Calibrate?... 3 What Can

More information

Adaptive Mode Control: A Static-Power-Efficient Cache Design

Adaptive Mode Control: A Static-Power-Efficient Cache Design Adaptive Mode Control: A Static-Power-Efficient Cache Design Huiyang Zhou, Mark Toburen, Eric Rotenberg, Tom Conte Center for Embedded Systems Research (CESR) Department of Electrical & Computer Engineering

More information

Development of an Electronic Glove with Voice Output for Finger Posture Recognition

Development of an Electronic Glove with Voice Output for Finger Posture Recognition Development of an Electronic Glove with Voice Output for Finger Posture Recognition F. Wong*, E. H. Loh, P. Y. Lim, R. R. Porle, R. Chin, K. Teo and K. A. Mohamad Faculty of Engineering, Universiti Malaysia

More information

Transitioning from the CS4362 to the CS4362A or CS4365

Transitioning from the CS4362 to the CS4362A or CS4365 Transitioning from the CS to the CSA or CS. Introduction This application note describes how to transition easily to the CS or CSA from an existing design that uses the CS. The CSA was designed to give

More information

Agilent 1220 Infinity LC System Performance Specifications

Agilent 1220 Infinity LC System Performance Specifications IET International Equipment Trading, Ltd. www.ietltd.com Proudly serving laboratories worldwide since 1979 CALL +847.913.0777 for Refurbished & Certified Lab Equipment Agilent 1220 Infinity LC System Performance

More information

Best Practices in PROFIBUS Network Diagnostics

Best Practices in PROFIBUS Network Diagnostics WHITE PAPER Best Practices in PROFIBUS Network Diagnostics EXECUTIVE SUMMARY PROFIBUS is the digital fieldbus technology with the highest distribution worldwide, providing advantages for all types of applications.

More information

The Do s and Don ts of Pressure Transducers

The Do s and Don ts of Pressure Transducers The Do s and Don ts of Pressure Transducers ABSTRACT When specifying a pressure transducer for a process measurement, a number of items have to be considered. Some of the more important ones are discussed

More information

A Portable Smart Band Implementation for Heart Patients in Critical Conditions

A Portable Smart Band Implementation for Heart Patients in Critical Conditions A Portable Smart Band Implementation for Heart Patients in Critical Conditions Supreeth Ravi 1, Student CSE Department PESIT Bangalore South Campus, Bangalore, Karnataka, India Aditi Anomita Mohanty 3,

More information

Silicon Amnesia and Dementia:

Silicon Amnesia and Dementia: Silicon Amnesia and Dementia: Radiation effects in microelectronics Dr. Robert Baumann TI and IEEE Fellow Technology Office Aerospace and Defense Products Robert Baumann Robert Baumann Slide 1/20 Texas

More information

PoDL Tutorial. Dogs at the IEEE?

PoDL Tutorial. Dogs at the IEEE? PoDL Tutorial Dogs at the IEEE? Agenda What is PoDL? Quick Overview of PoDL Operation Walk Through the Draft PoDL = PoE for Single-Pair Ethernet 100BASE-T1 + PoDL: 100M and power over a single 24ga twisted

More information

Smart Probe for Uric Acid Detection

Smart Probe for Uric Acid Detection Smart Probe for Uric Acid Detection Rahul Pimpare 1, Samyak Ramteke 2, Pauroosh Kaushal 3 1 Student,Department of instrumentation & Control Engineering, D Y Patil College of Engineering Akurdi, Pune,India.

More information

Presents: Towards an implantable continuous glucose sensor. by Erik Johannessen. Illustration: Flemming Sveen

Presents: Towards an implantable continuous glucose sensor. by Erik Johannessen. Illustration: Flemming Sveen Presents: Towards an implantable continuous glucose sensor. by Erik Johannessen Illustration: Flemming Sveen Π = i c RT, i = 1, n 2, 3... n Π = osmotic pressure (Pa) i = Van t Hoff factor c n = molar concentration

More information

LION. Application Note PRECISION. Linear Position Measurement with Eddy-Current Sensors. LA March, Applicable Equipment: Applications:

LION. Application Note PRECISION. Linear Position Measurement with Eddy-Current Sensors. LA March, Applicable Equipment: Applications: LION PRECISION Application Note LA02-0061 March, 2013 Linear Position Measurement with Eddy-Current Sensors Position, Displacement Applicable Equipment: Eddy-Current position measurement systems. Applications:

More information

Make a Smart IT & BT Devices for Future Warning for Heart Failure, Hypoglycemia, and Hyperglycemia Smart Watch. LP Lab LP Watch

Make a Smart IT & BT Devices for Future Warning for Heart Failure, Hypoglycemia, and Hyperglycemia Smart Watch. LP Lab LP Watch Index Technology Index Description Function of Hart attack Device Function of Hypoglycemia Device Abut Us Technology1 Technology2 Warning Sale Make a Smart IT & BT Devices for Future Warning for Heart

More information

Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices

Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices Measuring Heart Rate and Blood Oxygen Levels for Portable and Wearable Devices By Zhang Feng, Senior Medical Applications Engineer Marten Smith, Medical Marketing Manager Medical Products Group Microchip

More information

Application of Phased Array Radar Theory to Ultrasonic Linear Array Medical Imaging System

Application of Phased Array Radar Theory to Ultrasonic Linear Array Medical Imaging System Application of Phased Array Radar Theory to Ultrasonic Linear Array Medical Imaging System R. K. Saha, S. Karmakar, S. Saha, M. Roy, S. Sarkar and S.K. Sen Microelectronics Division, Saha Institute of

More information

Comparative Analysis of Voltage Controlled Oscillator using CMOS

Comparative Analysis of Voltage Controlled Oscillator using CMOS Indian Journal of Science and Technology, Vol 9(14), DOI: 10.17485/ijst/2016/v9i14/84749, April 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Comparative Analysis of Voltage Controlled Oscillator

More information

User Manual CentrePoint Data Hub

User Manual CentrePoint Data Hub User Manual CentrePoint Data Hub CentrePoint Data Hub Revision: 0 Released: 07//07 User Manual CentrePoint Data Hub CentrePoint Data Hub Revision: 0 Released: 07//07 Contents Overview Getting Started Assigning

More information

PLL. The system blocks and their input and output signals are as follows:

PLL. The system blocks and their input and output signals are as follows: PLL This is the most complicated of the three optional labs - but is definitely the coolest system and if you can get it working, you should be able to learn a lot. The top level block diagram of the PLL

More information

Dental Radiography Core Subject. Digital Radiography

Dental Radiography Core Subject. Digital Radiography Dental Radiography Core Subject Digital Radiography Aims: To develop an understanding of the history of digital radiography, the different types of digital x-rays and the advantages and disadvantages of

More information

DOWNLOAD OR READ : TAKE CHARGE OF BIPOLAR DISORDER PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : TAKE CHARGE OF BIPOLAR DISORDER PDF EBOOK EPUB MOBI DOWNLOAD OR READ : TAKE CHARGE OF BIPOLAR DISORDER PDF EBOOK EPUB MOBI Page 1 Page 2 take charge of bipolar disorder take charge of bipolar pdf take charge of bipolar disorder A bipolar junction transistor

More information

Analog Design and System Integration Lab. Graduate Institute of Electronics Engineering National Taiwan University

Analog Design and System Integration Lab. Graduate Institute of Electronics Engineering National Taiwan University Designs of Low-Noise K-band K VCO Analog Design and System Integration Lab. Graduate Institute of Electronics Engineering National Taiwan University Introduction Outlines The proposed VCO architecture

More information

AND BIOMEDICAL SYSTEMS Rahul Sarpeshkar

AND BIOMEDICAL SYSTEMS Rahul Sarpeshkar ULTRA-LOW-POWER LOW BIO-INSPIRED INSPIRED AND BIOMEDICAL SYSTEMS Rahul Sarpeshkar Research Lab of Electronics Massachusetts Institute of Technology Electrical Engineering and Computer Science FOE Talk

More information

Environmental Testing of NI Products for Big Physics Applications

Environmental Testing of NI Products for Big Physics Applications Environmental Testing of NI Products for Big Physics Applications Thierry Debelle, Ravi Marawar March 2013 Agenda Introduction Gamma Test Neutron Test Fast neutrons Thermal neutrons Magnetic Field Test

More information

Heart Attack Detection and Heart Rate Monitoring Using IoT

Heart Attack Detection and Heart Rate Monitoring Using IoT Heart Attack Detection and Heart Rate Monitoring Using IoT Nikunj Patel Princekumar Patel Nehal Patel BSTRACT Nowadays numerous persons are mislaying their life owing to heart attack and shortage of medical

More information

TOTAL IONIZING DOSE RADIATION TEST REPORT RH3080

TOTAL IONIZING DOSE RADIATION TEST REPORT RH3080 TOTAL IONIZING DOSE RADIATION TEST REPORT RH3080 April 2018 Product: Total ionizing dose level: Source: Dose Rate: Facilities: Radiation Test Report RH3080 High dose rate: 200 krad(si) Low dose rate: 100

More information

Variable Frequency Drives

Variable Frequency Drives Variable Frequency Drives Date : Feb 09, 2015-07:30 AM - Feb 10, 04:30 PM Event URL : http:///events/variable-frequency-drives-feb-2015-rochester- Organizer : American Traincoâ Venue : Location : Rochester

More information

E2 Programming Start Up Guide for the M400 drive.

E2 Programming Start Up Guide for the M400 drive. E2 Programming Start Up Guide for the M400 drive. 6 Necessary Applications Condenser M400 Drive VFD Status VFD Control Reset VFD Health VFD PCT HZ Added Application to Reduce Energy and Increase Life Cycle

More information

SiS9255. Projected Capacitive. Touch-Screen Micro Processor. Data sheet. Rev. 1.2 August 18, 2015

SiS9255. Projected Capacitive. Touch-Screen Micro Processor. Data sheet. Rev. 1.2 August 18, 2015 SiS9255 Projected Capacitive Touch-Screen Micro Processor Data sheet Rev. 1.2 August 18, 2015 This specification is subject to change without notice. Silicon Integrated Systems Corporation assumes no responsibility

More information

Case Study. Complex Components Demand Innovative Ultrasound Solution

Case Study. Complex Components Demand Innovative Ultrasound Solution Complex Components Demand Innovative Ultrasound Solution Critical components in the aerospace and defense industries, such as engine housings, wings and control surfaces, undergo rigorous testing to ensure

More information

Smart NDT Tools: A New Generation of NDT Devices

Smart NDT Tools: A New Generation of NDT Devices ECNDT 2006 - Th.2.1.2 Smart NDT Tools: A New Generation of NDT Devices Sébastien ROLET, EADS Corporate Research Center, Colomiers, France Abstract. EADS CRC is designing specific NDT solutions for EADS

More information

TOTAL IONIZING DOSE TEST REPORT

TOTAL IONIZING DOSE TEST REPORT TOTAL IONIZING DOSE TEST REPORT No. 07T-RTAX2000S-D2S8N5 Sept. 5, 2007 J.J. Wang (650) 318-4576 jih-jong.wang@actel.com I. SUMMARY TABLE Parameter Tolerance 1. Functionality Passed 300 krad(sio 2 ) 2.

More information

Assurance Activities Ensuring Triumph, Avoiding Tragedy Tony Boswell

Assurance Activities Ensuring Triumph, Avoiding Tragedy Tony Boswell Assurance Activities Ensuring Triumph, Avoiding Tragedy Tony Boswell CLEF Technical Manager SiVenture 1 Overview What are Assurance Activities? How do they relate to earlier CC work? What are we looking

More information

Development of Indigenous Ultrasonic Data Acquisition and Recording System for ISI of Pressure Tubes of PHWR

Development of Indigenous Ultrasonic Data Acquisition and Recording System for ISI of Pressure Tubes of PHWR Development of Indigenous Ultrasonic Data Acquisition and Recording System for ISI of Pressure Tubes of PHWR More info about this article: http://www.ndt.net/?id=22319 S. MOITRA 1, S. K. LALWANI 1, R.

More information

Estimation of Haemoglobin Using Non-Invasive Technique

Estimation of Haemoglobin Using Non-Invasive Technique Estimation of Haemoglobin Using Non-Invasive Technique Tatiparti Padma #1, Pinjala Jahnavi *2 #Department of ECE, GRIET, Hyderabad, Telangana *Department of ECE, GRIET, Hyderabad, Telangana 1tatipartipadma@gmail.com,

More information

Technical support: +49 (0)7223 /

Technical support: +49 (0)7223 / ISO 9001 certified Technical support: +49 (0)7223 / 9493-0 Technical description ADDIVARIOUS PX 901 Screw terminal board 8 th edition 08/2000 Copyright All rights reserved. This manual is intended for

More information

PHASE-LOCKED loops (PLLs) are one of the key building

PHASE-LOCKED loops (PLLs) are one of the key building IEEE JOURNAL OF SOLID-STATE CIRCUITS, VOL. 42, NO. 4, APRIL 2007 775 An On-chip Calibration Technique for Reducing Supply Voltage Sensitivity in Ring Oscillators Ting Wu, Member, IEEE, Kartikeya Mayaram,

More information

Sparse Coding in Sparse Winner Networks

Sparse Coding in Sparse Winner Networks Sparse Coding in Sparse Winner Networks Janusz A. Starzyk 1, Yinyin Liu 1, David Vogel 2 1 School of Electrical Engineering & Computer Science Ohio University, Athens, OH 45701 {starzyk, yliu}@bobcat.ent.ohiou.edu

More information

What is a stepper motor?

What is a stepper motor? What is a stepper motor? 1. A stepper motor (or step motor) is a brushless, synchronous electric motor that can divide a full rotation into a large number of steps. The motor's position can be controlled

More information

Pipeline Technology Conference 2007

Pipeline Technology Conference 2007 The Complete Solution: Combined Crack and Metal Loss Detection Tool using Phased Array Technology By A. Hugger, J. Franz, H. Charbon, R. Bauernschmitt, M. Tschuch, K.-H. Käshammer, I. Lachtchouk, J. Ehrhardt.

More information

Research on Digital Testing System of Evaluating Characteristics for Ultrasonic Transducer

Research on Digital Testing System of Evaluating Characteristics for Ultrasonic Transducer Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Research on Digital Testing System of Evaluating Characteristics for Ultrasonic Transducer Qin Yin, * Liang Heng, Peng-Fei

More information

DC Unbalance Tolerance Testing in PSE s

DC Unbalance Tolerance Testing in PSE s The PoE Impairment Much like cable attenuation, alien crosstalk, and impedance mismatches present physical layer impairments to packet traffic on 10/100/1000Base-T links, Power-over-Ethernet (PoE) also

More information

ENVIRONMENTAL REINFORCEMENT LEARNING: A Real-time Learning Architecture for Primitive Behavior Refinement

ENVIRONMENTAL REINFORCEMENT LEARNING: A Real-time Learning Architecture for Primitive Behavior Refinement ENVIRONMENTAL REINFORCEMENT LEARNING: A Real-time Learning Architecture for Primitive Behavior Refinement TaeHoon Anthony Choi, Eunbin Augustine Yim, and Keith L. Doty Machine Intelligence Laboratory Department

More information

Solutions at GE Inspection Technologies

Solutions at GE Inspection Technologies Solutions at GE Inspection Technologies Business Overview Paul A. Meyer Our Company A global leader in technology-driven inspection solutions that deliver productivity, quality, and safety to our customers

More information

N-550 TROUBLESHOOTING TROUBLE SHOOTING (N-550 PULSE OXIMETER)

N-550 TROUBLESHOOTING TROUBLE SHOOTING (N-550 PULSE OXIMETER) TROUBLE SHOOTING (N-550 PULSE OXIMETER) 1. Problem Categories. This document is made for service training personnel, and based on Service manual. Problems with the N-550 are separated into the categories

More information

Task Test beam infrastructure in Frascati LNF, Ferrara & Perugia INFN structure and University of Bergen

Task Test beam infrastructure in Frascati LNF, Ferrara & Perugia INFN structure and University of Bergen Task 8.2.2 Test beam infrastructure in Frascati LNF, Ferrara & Perugia INFN structure and University of Bergen 1 DAFNE accelerator Complex The BTF (Beam Test Facility) is part of the DAFNE accelerator

More information

Unified Padring Design Flow

Unified Padring Design Flow 2013 First International Conference on Artificial Intelligence, Modelling & Simulation Unified Padring Design Flow Ang Boon Chong, Ho Kah Chun PMC-Sierra, Design Service, Penang,Malaysia Boonchong.ang@pmcs.com,

More information

Operational Fault Tolerance of CMAC Networks

Operational Fault Tolerance of CMAC Networks 340 Carter, Rudolph and Nucci Operational Fault Tolerance of CMAC Networks Michael J. Carter Franklin J. Rudolph Adam J. Nucci Intelligent Structures Group Department of Electrical and Computer Engineering

More information

HiFFUT A New Class of Transducer

HiFFUT A New Class of Transducer HiFFUT A New Class of Transducer Kick-Off Meeting Dr Andrew Feeney, Postdoctoral Research Fellow My Background I obtained a Master s degree in Mechanical Engineering from the University of Glasgow in 2010

More information

Noninvasive Blood Glucose Analysis using Near Infrared Absorption Spectroscopy. Abstract

Noninvasive Blood Glucose Analysis using Near Infrared Absorption Spectroscopy. Abstract Progress Report No. 2-3, March 31, 1999 The Home Automation and Healthcare Consortium Noninvasive Blood Glucose Analysis using Near Infrared Absorption Spectroscopy Prof. Kamal Youcef-Toumi Principal Investigator

More information

AC Disconnect & more. Roger Karam Las Vegas Interim May 2002

AC Disconnect & more. Roger Karam Las Vegas Interim May 2002 AC Disconnect & more Roger Karam Las Vegas Interim May 2002 1 Testing Summary Tests covered AC Disconnection and DC Detection No Apparent Show Stoppers Biggest Concern is Noise Affecting Ethernet s Integrity

More information

Reduction of Subthreshold Leakage Current in MOS Transistors

Reduction of Subthreshold Leakage Current in MOS Transistors World Applied Sciences Journal 25 (3): 446-450, 2013 ISSN 1818-4952 IDOSI Publications, 2013 DOI: 10.5829/idosi.wasj.2013.25.03.797 Reduction of Subthreshold Leakage Current in MOS Transistors 1 2 3 4

More information

PFL780 PCB Fault Locator

PFL780 PCB Fault Locator PFL780 PCB Fault Locator Successful Faultfinding on assembled PCBs Effective in Production & Manufacturing Proven in Service & Repair Ideal for CEMs making small to medium batches polarinstruments.com

More information

Design Methodology for Fine-Grained Leakage Control in MTCMOS

Design Methodology for Fine-Grained Leakage Control in MTCMOS Abstract Design Methodology for Fine-Grained Leakage Control in MTCMOS Benton H. Calhoun, Frank A. Honore, and Anantha Chandrakasan Massachusetts Institute of Technology, Cambridge, MA, 239 {bcalhoun,honore,anantha}@mtl.mit.edu

More information

Medical Electronics Dr. Neil Townsend Michaelmas Term 2001 ( The story so far.

Medical Electronics Dr. Neil Townsend Michaelmas Term 2001 (  The story so far. Medical Electronics Dr Neil Townsend Michaelmas Term 2001 (wwwrobotsoxacuk/~neil/teaching/lectures/med_elec) Blood Pressure has been measured (in some way) for centuries However, clinical interpretation

More information

TOTAL IONIZING DOSE TEST REPORT

TOTAL IONIZING DOSE TEST REPORT October 10, 2000 TOTAL IONIZING DOSE TEST REPORT No. 00T-RT14100-UCL082 J. J. Wang (408)522-4576 jih-jong.wang@actel.com I. SUMMARY TABLE Parameters Tolerance 1. Gross Functional > 20krad(Si), exact number

More information

Straight Through Hole Drilling in Machinable Ceramics

Straight Through Hole Drilling in Machinable Ceramics Technical Communication JLMN-Journal of Laser Micro/Nanoengineering Vol. 10, No. 1, 2015 Straight Through Hole Drilling in Machinable Ceramics Susumu Nakamura *1, Takumi Miura *2 and Masaya Tsuta *2 *1

More information

Algorithms for Design-Automation - Mastering Nanoelectronic Systems Logic Diagnosis with improved resolution

Algorithms for Design-Automation - Mastering Nanoelectronic Systems Logic Diagnosis with improved resolution Algorithms for Design-Automation - Mastering Nanoelectronic Systems Presenter: Alejandro Cook Slide 2 Overview Logic diagnosis DIAGNOSIX: A diagnosis methodology Discussion Summary Logic Diagnosis Slide

More information

Acceptance testing of a large aperture dynamic wavefront sensor

Acceptance testing of a large aperture dynamic wavefront sensor Acceptance testing of a large aperture dynamic wavefront sensor David J. Fischer*, Alan Wertheimer, Laurie Hill Eastman Kodak Company, 1447 St. Paul St, Rochester, NY 14653 ABSTRACT A large aperture dynamic

More information

Digital. hearing instruments have burst on the

Digital. hearing instruments have burst on the Testing Digital and Analog Hearing Instruments: Processing Time Delays and Phase Measurements A look at potential side effects and ways of measuring them by George J. Frye Digital. hearing instruments

More information

Sign Language Interpretation Using Pseudo Glove

Sign Language Interpretation Using Pseudo Glove Sign Language Interpretation Using Pseudo Glove Mukul Singh Kushwah, Manish Sharma, Kunal Jain and Anish Chopra Abstract The research work presented in this paper explores the ways in which, people who

More information

VLSI Design, Fall Design of Adders Design of Adders. Jacob Abraham

VLSI Design, Fall Design of Adders Design of Adders. Jacob Abraham 8. Design of Adders 1 8. Design of Adders Jacob Abraham Department of Electrical and Computer Engineering The University of Texas at Austin VLSI Design Fall 2017 September 27, 2017 ECE Department, University

More information

5. Low-Power OpAmps. Francesc Serra Graells

5. Low-Power OpAmps. Francesc Serra Graells Intro Subthreshold Class-AB Rail-to-Rail Inverter-Based 1/43 5. Low-Power OpAmps Francesc Serra Graells francesc.serra.graells@uab.cat Departament de Microelectrònica i Sistemes Electrònics Universitat

More information

Bruce Thomadsen. University of Wisconsin - Madison

Bruce Thomadsen. University of Wisconsin - Madison Root Cause Analysis Bruce Thomadsen University of Wisconsin - Madison Analysis Assume you have an event. What to do? The analysis would like to get to the root cause. RCA Team First, assemble an root-cause

More information

IOT BASED NON-INVASIVE ACQUISITION OF HEALTH PARAMETERS

IOT BASED NON-INVASIVE ACQUISITION OF HEALTH PARAMETERS IOT BASED NON-INVASIVE ACQUISITION OF HEALTH PARAMETERS Sneha Jawahar #1, Vasavi E #2, Sreeje S A #3, Vidhya R #4, Dr Deepa Jose #5 1# UG Student, Department of Electronics and Communication Engineering,

More information

Implementation Guide for the DoseControl Dosimetry System

Implementation Guide for the DoseControl Dosimetry System 1.0 SCOPE The GEX DoseControl System is intended for use as a single dosimetry system solution, specifically developed to satisfy the generic dosimetry needs of radiation sterilization application users

More information

RADIATION MONITORING DEVICES R A D I A T I O N P R O T E C T I O N & B I O L O G Y - R H O D E S

RADIATION MONITORING DEVICES R A D I A T I O N P R O T E C T I O N & B I O L O G Y - R H O D E S RADIATION MONITORING DEVICES 10-526- 1 9 7 R A D I A T I O N P R O T E C T I O N & B I O L O G Y - R H O D E S DETECTION AND MEASUREMENT OF IONIZING RADIATION Dosimeter Dose-measuring device Two classifications:

More information

Summary Table Voluntary Product Accessibility Template. Supports. Please refer to. Supports. Please refer to

Summary Table Voluntary Product Accessibility Template. Supports. Please refer to. Supports. Please refer to Date Aug-07 Name of product SMART Board 600 series interactive whiteboard SMART Board 640, 660 and 680 interactive whiteboards address Section 508 standards as set forth below Contact for more information

More information

AUTOMATIONWORX. User Manual. UM EN IBS SRE 1A Order No.: INTERBUS Register Expansion Chip IBS SRE 1A

AUTOMATIONWORX. User Manual. UM EN IBS SRE 1A Order No.: INTERBUS Register Expansion Chip IBS SRE 1A AUTOMATIONWORX User Manual UM EN IBS SRE 1A Order No.: 2888741 INTERBUS Register Expansion Chip IBS SRE 1A AUTOMATIONWORX User Manual INTERBUS Register Expansion Chip IBS SRE 1A 06/2006 Designation: Revision:

More information

SNJB College of Engineering Department of Computer Engineering

SNJB College of Engineering Department of Computer Engineering 1. Intel s programmable device (8253) facilitates the generation of accurate time delays. a) counter b) timer c) both a & b d) none of these 2. The programmable timer device (8253) contains three independent

More information

The Phalanx. Featuring Evolv DNA250 Technology. ***Keep Out of reach of children. This device is for persons 18yrs of age or older ***

The Phalanx. Featuring Evolv DNA250 Technology. ***Keep Out of reach of children. This device is for persons 18yrs of age or older *** The Phalanx Featuring Evolv DNA250 Technology ***Keep Out of reach of children. This device is for persons 18yrs of age or older *** Congratulations on your purchase of the Phalanx DNA250 temperature protected

More information

Design of the HRV Analysis System Based on AD8232

Design of the HRV Analysis System Based on AD8232 207 3rd International Symposium on Mechatronics and Industrial Informatics (ISMII 207) ISB: 978--60595-50-8 Design of the HRV Analysis System Based on AD8232 Xiaoqiang Ji,a, Chunyu ing,b, Chunhua Zhao

More information

1. EXECUTIVE SUMMARY 2. PRODUCT SUMMARY

1. EXECUTIVE SUMMARY 2. PRODUCT SUMMARY 1. EXECUTIVE SUMMARY Success or failure in the medical industry begins with a diagnosis. This fact is well known and revered by clinicians, therapists, and health care providers. However, despite this

More information

EKG Sensor Product Number: ENEKG189

EKG Sensor Product Number: ENEKG189 imagine explore learn EKG Sensor Product Number: ENEKG189 Overview An electrocardiogram abbreviated as EKG or ECG is a test that measures the electrical activity of the heartbeat. With each beat, an electrical

More information

DICOM Conformance Statement

DICOM Conformance Statement DICOM Conformance Statement Document Version 2.0 Revision Summary Date Revision Changes 30 th December 2016 2.0 Update to OrthoView 7.0 Specification 20 October 2005 1.0 Release of OrthoView 3.1 WK3 build

More information

CCS Concepts Security and privacy Security in hardware Hardware Application-specific VLSI designs.

CCS Concepts Security and privacy Security in hardware Hardware Application-specific VLSI designs. Secure and Reliable XOR Arbiter PUF Design: An Experimental Study based on 1 Trillion Challenge Response Pair Measurements Chen Zhou, Keshab K. Parhi, Chris H. Kim Department of Electrical and Computer

More information