ARLGMar 29, 2019

Evaluating Built-in ECC of FPGA on-chip Memories for the Mitigation of Undervolting Faults

arXiv:1903.12514v119 citations
Originality Incremental advance
AI Analysis

This addresses energy efficiency and reliability issues for FPGA-based systems, particularly in applications like neural network accelerators, but is incremental as it leverages existing built-in ECC.

The paper tackled the problem of timing-related faults in FPGA on-chip memories caused by undervolting for energy efficiency, finding that built-in ECC corrects over 90% of faults and enables 40% power savings with negligible accuracy loss in a neural network accelerator.

Voltage underscaling below the nominal level is an effective solution for improving energy efficiency in digital circuits, e.g., Field Programmable Gate Arrays (FPGAs). However, further undervolting below a safe voltage level and without accompanying frequency scaling leads to timing related faults, potentially undermining the energy savings. Through experimental voltage underscaling studies on commercial FPGAs, we observed that the rate of these faults exponentially increases for on-chip memories, or Block RAMs (BRAMs). To mitigate these faults, we evaluated the efficiency of the built-in Error-Correction Code (ECC) and observed that more than 90% of the faults are correctable and further 7% are detectable (but not correctable). This efficiency is the result of the single-bit type of these faults, which are then effectively covered by the Single-Error Correction and Double-Error Detection (SECDED) design of the built-in ECC. Finally, motivated by the above experimental observations, we evaluated an FPGA-based Neural Network (NN) accelerator under low-voltage operations, while built-in ECC is leveraged to mitigate undervolting faults and thus, prevent NN significant accuracy loss. In consequence, we achieve 40% of the BRAM power saving through undervolting below the minimum safe voltage level, with a negligible NN accuracy loss, thanks to the substantial fault coverage by the built-in ECC.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes