The fault tolerance of logic circuits is currently attracting increased interest. This is due to a number of objective reasons, including the high importance of microelectronics for fault-critical applications in the field of Space and Industry. Here is a simplified classification of destabilizing effects, as well as a classification of the errors caused by these effects. And here is another one of those objective reasons – it is a rapid increase in the soft error rate in combinational logic compared to other types of errors. It is due to the some technology trends on the soft error rate of combinational logic.
* - T. Yaran, S. Tosun Improving combinational circuit resilience against soft errors via selective resource allocation // 2017 IEEE 20th International Symposium on Design and Diagnostics of Electronic Circuits & Systems (DDECS)
There is a large set of methods for designing around SET. In our research we deal with the most influential but probably the most underestimated technique – logic masking. It is believed that Logical masking is technology-independent and has the most impact on the soft error rate (SER) of the circuit.
* - Asadi H, Tahoori MB, Fazeli M, Miremadi SG. Efficient algorithms to accurately compute derating factors of digital circuits. Microelectron Reliab 2012;52(6):1215–26.
Actually, there are three types of Masking:
RELIC is designed to reduce the probability of errors at the outputs of combinational circuits due to charged particles hit. Algorithm is iterative and at each iteration it goes through 3 main stages:
Logical resynthesis method can be applied both at the technology-independent stage and at the post-mapping stage, when the circuit is already presented in a certain technological library. Currently, there are no methods of mapping into technology library that keep logical masking properties. Therefore, RELIC works with gate-level design, expressed in terms of a standard library. However, if the user has only RTL design, then we can provide preliminary synthesis in the open program Yosys. You can consider RELIC as a separate step in the flow, or it can be treated as one more step in the multi-step logic synthesis process.
RELIC can give different benefits for different circuits. It depends on the function of the device, the modes of the initial synthesis, the structure of the circuit, the settings of the algorithm and the selected constraints.