Next Article in Journal
Online Reinforcement-Learning-Based Adaptive Terminal Sliding Mode Control for Disturbed Bicycle Robots on a Curved Pavement
Next Article in Special Issue
Equivalent Keys: Side-Channel Countermeasure for Post-Quantum Multivariate Quadratic Signatures
Previous Article in Journal
A Digital Bang-Bang Clock and Data Recovery Circuit Combined with ADC-Based Wireline Receiver
Previous Article in Special Issue
Design and Implementation of Real-Time Image Acquisition Chip Based on Triple-Hybrid Encryption System
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Method for Improving the Reliability of SRAM-Based PUF Using Convolution Operation

1
Shanghai Advanced Research Institute, Chinese Academy of Sciences, Shanghai 201210, China
2
University of Chinese Academy of Sciences, Beijing 100049, China
*
Author to whom correspondence should be addressed.
Electronics 2022, 11(21), 3493; https://doi.org/10.3390/electronics11213493
Submission received: 15 September 2022 / Revised: 18 October 2022 / Accepted: 24 October 2022 / Published: 28 October 2022
(This article belongs to the Special Issue Circuits and Systems of Security Applications)

Abstract

:
This paper introduces a novel and efficient physical unclonable function (PUF) extraction method for SRAM. The proposed one-layer convolution scheme is based on a convolution operation, which significantly enhances the reliability of the PUF. To further reduce the hardware resources, a lightweight solution is presented based on a one-layer convolution scheme at the cost of a higher redundancy coefficient and a larger range for the inter-chip Hamming distance (HD). Both the above schemes only use certain hardware resources in the initial stage and the hardware resources are automatically released after PUF verification. The two schemes were verified using SRAM cells in three stm32f407 chips to output a 256-bit PUF response. The experimental results show that the one-layer convolution scheme required 8 KB SRAM, while the lightweight scheme used only 0.5 KB SRAM. The reliability of the one-layer convolution was found to be 100% when the redundancy coefficient was 0.08 and the inter-chip HD was 50.8073%. The reliability of the lightweight scheme was 100% and of the inter-chip HD was 50.195%.

1. Introduction

The PUF method has attracted much attention in the IoT security field because of its uniqueness and unpredictability. A silicon-based PUF utilizes random differences in the integrated circuit manufacturing process to generate the unique identity information (ID) for the chip [1]. This can be used for secure key and device authentication. Because most IoT devices are equipped with SRAM, SRAM-based PUF represents a promising technology for practical application.
SRAM PUF employs a SRAM cell (constructed as two cross-coupled inverters). The state of the cell is determined by the random mismatches in the pair of inverters [2]. However, the output of the SRAM cell is sometimes unstable due to thermal noise, PVT variations, aging, and other factors [3]. Unstable SRAM cells can reduce the reliability of SRAM PUF. Table 1 shows the SRAM PUF stability test results for different products at −40 °C, 20 °C and 80 °C [4]. On average, about 10% of SRAM cells were unstable, with a worst performance of 14.8% instability. Unstable cells represent the main challenge in SRAM PUF design.
Commonly used methods to eliminate unstable cells in SRAM PUF include new SRAM structures, manual intervention and use of software algorithms. In [5], a new structure for a high-precision amplifier circuit was used to compare the resistance values of two RRAM arrays, with the accurate PUF output generated using a resistance difference method. This RRAM PUF achieved a lower than 6 × 10−6 bit error rate. In [6,7], two PMOS transistors in the SRAM cell were replaced with two NMOS transistors to produce an enhancement-enhancement SRAM (EE SRAM), the observed reliability improving to 99.79%. The new SRAM structure was able to improve incidence of SRAM PUF stable cells; however, ordinary SRAM is usually used in existing IoT equipment, limiting the application of this technology.
Manual intervention is a direct method. In [8], a negative bias temperature instability (NBTI) method was used to increase the mismatch of the inverter in SRAM, thus improving the stability of the SRAM PUF output. When the mismatch reached 50mV, the reliability was improved by more than 20%. Another direct method involves the detection and marking of unstable or potentially unstable locations [9,10]. The selected cells are temporarily 100% stable. The disadvantage of this scheme is that it takes a lot of time. In addition, initially stable cells can become unstable as the operating time increases.
To address the problems associated with the two methods described above, software algorithms have been introduced. Traditional software algorithms have used an error correction code to correct the response. The error correction code needs auxiliary data to recover data [11]. If the auxiliary data is damaged, the error correction code becomes invalid. However, it is difficult to deploy the fuzzy extractor in resource-constrained systems since the implementation of error correction codes is complicated. Error correction requires considerable hardware resources [12]. In [13,14], a convolutional neural network (CNN) model was used to classify the results of SRAM PUF to improve the stability of SRAM PUF. The reliability was improved to 97.34% [15]. However, the CNN model is only able to classify SRAM groups—it cannot create the ID number. Moreover, a digital image requires 256KB SRAM cells. The CNN model relies on the GPU to provide massive initial data [13]. The existing convolution model cannot be implemented on IoT devices.
A novel method to obtain a reliable SRAM PUF response is proposed in this paper. This method is applicable to all SRAM circuits and does not consume additional hardware resources. In this scheme, a software algorithm is used to extract PUF with high reliability. In the process of PUF extraction, the SRAM only needs to provide the initial value. After PUF extraction, the SRAM cells can still be used as normal SRAM cells. The following sections describe the scheme in detail. Section 2 describes the basis of convolution. Section 3 introduces the workflow for the scheme and proposes a lightweight scheme for IoT devices. Section 4 verifies the feasibility and reliability of the schemes. Section 5 provides a summary and conclusions.

2. Related Work

Convolution filtering is used to process random noise in digital-image processing. Ambient noise is received during image acquisition. The noise forms fuzzy points in a two-dimensional matrix. Convolution can attenuate the effect of random noise, such as salt and pepper noise and Gaussian white noise. Convolution uses the convolution kernel to extract information. As shown in Figure 1, initial images can be filtered by convolution kernels in two main ways. Convolution kernels and strides adjust the size of the final results.
The signal consists of the true value and noise. In a 3 × 3 flat area, the true values are f0 and the noise satisfies a Gaussian distribution. The signal can be expressed as:
g = f + n
where f is the actual value and n is the additive Gaussian noise. After mean filtering:
g′ = f0 + (n0 + n1 + … + n8)/9 = f0 + n′
The average of the true value is f0, and the average of the noise is n′. The influence of the noise is attenuated by mean filtering. Mean filtering entails a linear filter that does not protect image details. Median filtering selects the middle value of the numbers in the convolution kernel. Median filtering is a non-linear filter that protects the sharp edges of the image.
This paper assumes that the initial power-on value of the SRAM is a two-dimensional matrix composed of 0 and 1. The unstable SRAM cell is like a noise element in the digital image. The unstable cells in SRAM PUF are caused by both internal noise and external noise. The position affected by the noise is random.

3. The Proposed Scheme

3.1. Common Convolution Filtering

Common convolution uses filtering to reduce noise in digital-image processing, such as by using mean filtering and median filtering. For example, it can filter the large matrix to a small matrix by one or two layers of convolution through the equal-stride convolution kernel. The step stride of the convolution is the same as the length of the convolution kernel. The mean filtering and median filtering approaches were tested for our SRAM data to determine the feasibility of common convolution. However, the output results were unstable. The common convolution instability rate was higher than that for the original SRAM.
The outputs of digital-image processing are 8-bit pixels. In contrast, SRAM PUF binarizes the value of the output. A value greater than 0.5 is regarded as 1, and a value less than or equal to 0.5 is regarded as 0. Convolution does not remove noise—it only reduces the weight of the noise in pictures. The mean value of an area tends to be 0.5 for a matrix which has equal probability random distributions of 0 and 1. Unstable cells cause the mean value of an area to fluctuate around 0.5. If the noise changes the results of binarization, the convolution output becomes unstable.
Convolution filtering avoids the issue of the need for additional hardware resources associated with traditional SRAM PUF. All the computing work can be undertaken by the server side of the verifier. When receiving the verification instruction, the MCU system only needs to provide the SRAM power-on initial value for a certain area. When the authentication is completed, this area can still undertake other functions of MCU, as with normal SRAMs. Convolution filtering represents a novel way to generate SRAM PUF. This paper presents a new scheme to improve the reliability of convolution.

3.2. One-Layer Convolution Scheme

The proposed scheme includes a standard matrix and a verification matrix. The standard matrix is obtained by calculating the average value of 100-times the initial power-on value and binarizing it. The output result is determined by the standard matrix. The PUF can better discriminate using the standard matrix generated by the average value. The initial value for any time can also be adopted for the standard matrix. Different standard matrices will produce different results. These approaches do not affect the reliability of the proposed scheme.
The one-layer convolution scheme generates an m × m standard matrix at the SRAM PUF registration stage. The convolution process calculates the sum of the elements in the standard matrix through an n × n convolution kernel. The step size of the convolution is the same as the length of the convolution kernel. The new matrix generated is called the verification matrix, the size of which is (m/n) × (m/n) (m can be divided by n). The verification matrix, standard matrix and the address of SRAM need to be entered into the validator’s database. The scheme sets a redundancy coefficient. The redundancy coefficient is a value that is determined according to different types of SRAM. The probabilities for the cells from 0 to 1 and from 1 to 0 are the same. The formula to calculate the redundancy coefficient is as follows.
  N 2 L S = Redundancy   coefficient  
where N is the naturally unstable rate of SRAM, L is the length of the convolution kernel and S is the step size of the convolution. The redundancy coefficient multiplied by the size of the convolution kernel represents the redundancy. The redundancy indicates the maximum number of unstable cells in the range of the convolution kernel size. A small redundancy coefficient can effectively distinguish two similar SRAM datasets. However, if the noise causes the number of unstable cells to be larger than the redundancy, the output results will be unstable. A large redundancy coefficient indicates strong anti-interference ability, which implies better reliability. However, a large redundancy coefficient reduces the discrimination between two similar SRAM datasets. The difference between the maximum inter-chip HD and the minimum inter-chip HD will also be large. Therefore, it is necessary to set up a suitable redundancy coefficient to meet different performance requirements.
When an SRAM is authenticating, the scheme uses the same n × n convolution kernel for the new m × m data. It generates an unverified matrix for identity authentication. If the difference in the absolute value between the unverified matrix and the verification matrix in the same position is less than the redundancy, this position is stable. If the value of the stable positions in the verification matrix is larger than half of the size of the convolution kernel, the output signal is 1, otherwise it is 0. If it is an unstable position, the validator will output 0.5, indicating an abnormality. The workflow is shown in Figure 2.
During initialization, the processor verifies the standard matrix with the standard matrix to obtain the standard output of SRAM PUF and adds it into the validator’s database.

3.3. The Lightweight Scheme

Many IoT devices do not have a large number of SRAM cells. It is better to generate ID numbers of the same length with fewer SRAM cells, so we propose a lightweight scheme. The standard matrix is filled by self-filling and the step size of the convolution is half of the length of the convolution kernel. In the lightweight scheme, the standard matrix is a × a, the convolution kernel is b × b and the length of self-filling is equal to the step size of the convolution. The size of the output result is ( a b / 2 ) × ( a b / 2 ). If a = m/4 and b = n/2, the lightweight scheme uses one-sixteenth of the hardware resources above to generate the same length ID number.
Because there may be some unstable cells that are repeatedly calculated, the convolution is computed with a step size of b/2. The redundancy coefficient of the lightweight scheme is larger than the one-layer convolution scheme, according to Formula 3. A large redundancy coefficient can ensure 100% reliability of the lightweight scheme. However, the discrimination ability and inter-chip HD of the lightweight scheme may not be as good as for the one-layer convolution scheme. Since cells with initial values of 0 and 1 have the same probability of being affected by aging, use of the convolution operation can offset the effect of aging on reliability.

4. Implementation Results

The verification process for the schemes used the CCM area of the STM32F407 chip shown in Figure 3. The 64 Kbyte CCM (core coupled memory) data RAM was a 64 KB SRAM dedicated to the F4 core. The CCM was not part of the bus matrix, and these SRAMs were not given a fixed initial value. The external device was only able to read the initial value but was not able to change it. This precisely fitted the needs of SRAM PUF. Because 1 byte is equal to 8 bits in the MCU, the a, b, m, n values should be integer multiples of 8. The schemes generated a 256-bit ID number in the experiments described below.

4.1. The Results of One-Layer Convolution Scheme

The one-layer convolution scheme uses a 256 × 256 standard matrix. The convolution calculates the sum of the elements in the standard matrix through a 16 × 16 convolution kernel. The step size of the convolution is 16. The verification matrix generated is a 16 × 16 matrix. Our test data show that about 10% of the SRAM in the CCM area of this chip was unstable. So, the redundancy coefficient was first set to 0.05 according to Formula 3, meaning that the redundancy was 0.05 times the convolution kernel size.
Using the proposed scheme, the 256 × 256 matrix data was convoluted to obtain 16 × 16 response information. The absolute address was 0X10000000. The results showed that the 5, 7, 24, 26, 45, 53, 55, 63, 67, 70, 76, 83, 97 groups had errors in their own data. The group with the most errors was the 83rd group, which had four error positions, as shown in Figure 4. The error numbers of the other groups were all one or two. The total number of errors was 26. It should be emphasized that the outputs of the 100 groups had a total of 16 × 16 × 100 bits. The reliability of this scheme was 99.8984% when the redundancy coefficient was 0.05.
The data for the absolute address 0X10005700 had 29 total errors, with a reliability rate of 99.8867%. The absolute address 0X10007000 had 77 total errors, with a reliability rate of 99.6999%. The absolute address 0X1000ABC0 had 16 total errors, with a reliability rate of 99.9375%. The absolute address 0X1000B000 had 5 total errors, with a reliability rate of 99.9805%. The absolute addresses, total number of errors and reliabilities are shown in Table 2.
A small adjustment to the redundancy coefficient can improve the reliability of the scheme. The redundancy coefficient was changed to 0.06 and the verification process was performed for the above data again. The results were as follows: For the absolute address 0x10005700, the total error was 2, and the reliability was 99.992%. For the absolute address 0x10007000, the total error was 6, and the reliability was 99.97656%. The reliabilities for all other areas were 100%. When the redundancy coefficient was increased to 0.08, all reliabilities were able to reach 100%. Before initializing the SRAM PUF, it is necessary to adjust the redundancy coefficient for high reliability according to the different types of SRAM.
The standard result for 0X10000000 was compared with the standard result for 0X10005700 bit-by-bit. A total of 45.7% of the elements in the same position had different values. Ten groups of areas were selected with absolute addresses 0X10000000, 0X10001000, 0X10002000, 0X10003500, 0X10005700, 0X10007000, 0X10009000, 0X1000ABC0, 0X1000B000, 0X10004A00. The inter-chip HD is shown in Figure 5. The average inter-chip HD for all data was 50.8073%. The standard outputs generated were around 50%, which means that the scheme exhibited good uniqueness.

4.2. The Results of Lightweight Scheme

The lightweight scheme is suitable for IoT devices. Stable 256-bit information can be obtained from 64 × 64 bit initial data using a new convolution. The size of the convolution kernel is 8 × 8. The step size of this convolution is four bits, as shown in Figure 6. This lightweight scheme uses 64 bits SRAM to output a one-bit response. The hardware cost is half of the traditional Bose–Chaudhuri–Hocquenghem (BCH) codes scheme.
Ten groups of areas were selected with absolute addresses 0X10000000, 0X10001000, 0X10002000, 0X10003500, 0X10005700, 0X10007000, 0X10009000, 0X1000ABC0, 0X1000B000, 0X10004A00. The redundancy coefficient was changed to 0.1 according to Formula 3. In Figure 7, a comparison of the inter-chip HD of three chips is presented. The results were all around 50%. The average inter-chip HD for all data was 50.195%, which indicates that the results of this scheme are unique. The result showed a large swing around 50%, which confirms the analysis provided in Section 3.3. The reliabilities of the three chips were 100% for all the above addresses.
Different temperatures have a large impact on the stability of SRAM, so the initial SRAM values for three chips in the same region were tested at temperatures of −20 °C, 40 °C and 80 °C. The data at 20 °C was used as the standard matrix and verification matrix. The algorithm above was used to process the same location data at different temperatures. The SRAM worked normally as it would at 20 °C at −40 °C and 80 °C. As is shown in Table 3, the three chips produced the same results at different temperatures based on the verification matrices that were saved, indicating that the lightweight scheme was able to perform well at different temperatures.

4.3. Comparison with Other Schemes

Table 4 compares results for the scheme and previously published reliability data for SRAM PUFs.
The proposed scheme can provide response information with 100% reliability using a convolution algorithm with redundancy. It does not require additional hardware resources and can adjust flexibly according to different needs.

5. Conclusions

This paper introduces a novel method consisting of a one-layer convolution scheme and a lightweight scheme for SRAM PUF that improves the reliability and hardware efficiency. The novel convolution generates standard and verification matrices during initialization. The verification matrix is obtained from the standard matrix and the PUF response is generated by comparing the verification matrix and unverified matrix values. Moreover, the lightweight scheme uses one-sixteenth of the one-layer convolution scheme hardware resources to generate the same length results; however, it has a larger redundancy coefficient, which reduces its discrimination and the inter-chip HD range. The results of the three chips obtained at 30,000 data sets demonstrate the proposed scheme’s performance in terms of 256-bit response outputs. The reliability of all responses was shown to be able to reach 100%, with an inter-chip HD of around 50%. Moreover, the hardware cost per bit for the light-weight scheme was half that for traditional BCH, greatly reducing resource usage. The SRAMs used in the novel convolution method can work like normal SRAMs following SRAM PUF; therefore, the method can be combined with lightweight IoT devices under different conditions. In addition, the identity verification process requires only the initial value of the SRAM to be processed on the verifier’s server and does not need MCU resources. The aging problem can, therefore, be avoided. Further development of the scheme represents a promising direction for future research.

Author Contributions

Conceptualization, R.C. and N.M.; methodology, R.C.; software, R.C.; validation, R.C.; formal analysis, R.C.; investigation, R.C.; resources, R.C.; data curation, R.C.; writing—original draft preparation, R.C.; writing—review and editing, N.M. and Q.L.; visualization, R.C.; supervision, N.M.; project administration, N.M.; All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. McGrath, T.; Bagci, I.E.; Wang, Z.M.; Roedig, U.; Young, R.J. A PUF taxonomy. Appl. Phys. Rev. 2019, 6, 011303. [Google Scholar] [CrossRef] [Green Version]
  2. Holcomb, D.E.; Burleson, W.P.; Fu, K. Power-Up SRAM State as an Identifying Fingerprint and Source of True Random Numbers. IEEE Trans. Comput. 2009, 58, 1198–1210. [Google Scholar] [CrossRef]
  3. Maiti, A.; Schaumont, P. The Impact of Aging on a Physical Unclonable Function. IEEE Trans. Very Large Scale Integr. (VLSI) Syst. 2014, 22, 1854–1864. [Google Scholar] [CrossRef]
  4. Schrijen, G.-J.; van der Leest, V. Comparative analysis of SRAM memories used as PUF primitives. In Proceedings of the 2012 Design, Automation & Test in Europe Conference & Exhibition (DATE), Dresden, Germany, 12–16 March 2012. [Google Scholar]
  5. Pang, Y.; Gao, B.; Wu, D.; Yi, S.; Liu, Q.; Chen, W.-H.; Ting-Wei, C.; Lin, W.-E.; Sun, X.; Yu, S.; et al. A Reconfigurable RRAM Physically Unclonable Function Utilizing Post-Process Randomness Source with <6 × 10−6 Native Bit Error Rate. In Proceedings of the 2019 IEEE International Solid-State Circuits Conference-(ISSCC), San Francisco, CA, USA, 17–21 February 2019; pp. 402–404. [Google Scholar]
  6. Liu, K.; Min, Y.; Yang, X.; Sun, H.; Shinohara, H. A 373-F2 0.21%-Native-BER EE SRAM Physically Unclonable Function with 2-D Power-Gated Bit Cells and Bias-Based Dark-Bit Detection. IEEE J. Solid-State Circuits 2020, 55, 1719–1732. [Google Scholar] [CrossRef]
  7. Liu, K.; Chen, X.; Pu, H.; Shinohara, H. A 0.5-V Hybrid SRAM Physically Unclonable Function Using Hot Carrier Injection Burn-In for Stability Reinforcement. IEEE J. Solid-State Circuits 2020, 56, 2193–2204. [Google Scholar] [CrossRef]
  8. Garg, A.; Kim, T.T. Design of SRAM PUF with improved uniformity and reliability utilizing device aging effect. In Proceedings of the 2014 IEEE International Symposium on Circuits and Systems (ISCAS), Melbourne, VIC, Australia, 1–5 June 2014. [Google Scholar]
  9. Kang, H.; Hori, Y.; Katashita, T.; Hagiwara, M.; Iwamura, K. Cryptographie key generation from PUF data using efficient fuzzy extractors. In Proceedings of the 16th International Conference on Advanced Communication Technology, PyeongChang, Korea, 16–19 February 2014; pp. 23–26. [Google Scholar]
  10. Liu, M.; Zhou, C.; Tang, Q.; Parhi, K.K.; Kim, C.H. A data remanence based approach to generate 100% stable keys from an SRAM physical unclonable function. In Proceedings of the 2017 IEEE/ACM International Symposium on Low Power Electronics and Design (ISLPED), Taipei, Taiwan, 24–26 July 2017. [Google Scholar]
  11. Taniguchi, M.; Shiozaki, M.; Kubo, H.; Fujino, T. A stable key generation from PUF responses with a Fuzzy Extractor for cryptographic authentications. In Proceedings of the 2013 IEEE 2nd Global Conference on Consumer Electronics (GCCE), Tokyo, Japan, 1–4 October 2013. [Google Scholar]
  12. Alheyasat, A.; Torrens, G.; Bota, S.; Alorda, B. Bit-Cell Selection Analysis for Embedded SRAM-Based PUF. In Proceedings of the 2020 IEEE International Symposium on Circuits and Systems (ISCAS), Seville, Spain, 12–14 October 2020. [Google Scholar]
  13. Suragani, R.; Nazarenko, E.; Anagnostopoulos, N.A.; Mexis, N.; Kavun, E.B. Identification and Classification of Corrupted PUF Responses via Machine Learning. In Proceedings of the 2022 IEEE International Symposium on Hardware Oriented Security and Trust (HOST), McLean, VA, USA, 27–30 June 2022; pp. 137–140. [Google Scholar]
  14. Yue, M.; Karimian, N.; Yan, W.; Anagnostopoulos, N.A.; Tehranipoor, F. DRAM-Based Authentication Using Deep Convolutional Neural Networks. IEEE Consum. Electron. Mag. 2021, 10, 8–17. [Google Scholar] [CrossRef]
  15. Najafi, F.; Kaveh, M.; Martín, D.; Mosavi, M.R. Deep PUF: A Highly Reliable DRAM PUF-Based Authentication for IoT Networks Using Deep Convolutional Neural Networks. Sensors 2021, 21, 2009. [Google Scholar] [CrossRef] [PubMed]
  16. Shifman, Y.; Miller, A.; Keren, O.; Weizman, Y.; Shor, J. An SRAM-Based PUF with a Capacitive Digital Preselection for a 1E-9 Key Error Probability. Circuits Syst. I: Regul. Pap. IEEE Trans. 2020, 99, 1–14. [Google Scholar] [CrossRef]
  17. Shifman, Y.; Miller, A.; Keren, O.; Weizmann, Y.; Shor, J. A Method to Utilize Mismatch Size to Produce an Additional Stable Bit in a Tilting SRAM-Based PUF. IEEE Access 2020, 8, 219137–219150. [Google Scholar] [CrossRef]
  18. He, Y.; Li, D.; Yu, Z.; Yang, K. 36.5 An Automatic Self-Checking and Healing Physically Unclonable Function (PUF) with. In Proceedings of the 2021 IEEE International Solid-State Circuits Conference (ISSCC) IEEE, San Francisco, CA, USA, 13–22 February 2021. [Google Scholar]
  19. Choi, Y.; Karpinskyy, B.; Ahn, K.-M.; Kim, Y.; Kwon, S.; Park, J.; Lee, Y.; Noh, M. 27.4 Physically Unclonable Function in 28 nm FD801 Technology Achieving High Reliability for AEC-Q100 Grade 1 and 1SO26262 ASIL-B. In Proceedings of the 2020 IEEE International Solid-State Circuits Conference-(ISSCC) IEEE, San Francisco, CA, USA, 16–20 February 2020. [Google Scholar]
Figure 1. Difference between mean filtering and median filtering.
Figure 1. Difference between mean filtering and median filtering.
Electronics 11 03493 g001
Figure 2. Workflow chart.
Figure 2. Workflow chart.
Electronics 11 03493 g002
Figure 3. The STM32F407 used in the experiment.
Figure 3. The STM32F407 used in the experiment.
Electronics 11 03493 g003
Figure 4. Location and number of errors in one verification.
Figure 4. Location and number of errors in one verification.
Electronics 11 03493 g004
Figure 5. The inter-chip HD in one-layer convolution.
Figure 5. The inter-chip HD in one-layer convolution.
Electronics 11 03493 g005
Figure 6. Convolution operation with self-filling.
Figure 6. Convolution operation with self-filling.
Electronics 11 03493 g006
Figure 7. The inter-chip HD in the lightweight scheme.
Figure 7. The inter-chip HD in the lightweight scheme.
Electronics 11 03493 g007
Table 1. Instability rate of SRAM devices for different temperatures.
Table 1. Instability rate of SRAM devices for different temperatures.
SRAMTechnologyDevices−40 °C+20 °C+80 °C
Cypress CY7C15632KV1865 nm107.80%3.80%6.60%
Virage HP ASAP SP ULP 32-bit90 nm3414.80%2.90%6.50%
Faraday SHGD130-1760X8X1BM1130 nm4010.30%4.50%9.00%
Virage asdsrsnfslp1750x8cml6swO130 nm4012.00%4.80%10.50%
Cypress cY7C1041CV33-20Zsx150 nm86.70%3.50%8.00%
IDT 71V416S15PHI180 nm86.00%2.80%8.40%
Table 2. Total number of errors and reliability of the five groups (redundancy coefficient = 0.05).
Table 2. Total number of errors and reliability of the five groups (redundancy coefficient = 0.05).
Absolute AddressTotal Number of ErrorsReliability (%)
0X100000002699.8984
0X100057002999.8867
0X100070007799.6999
0X1000ABC01699.9375
0X1000B000599.9805
Table 3. The performance of absolute address 0X10004A00 in three chips.
Table 3. The performance of absolute address 0X10004A00 in three chips.
The Absolute Address 0X10004A00Output Result (HEX)BER at −40 °CBER at 80 °CInter-Chip HD
No. 1 chip (20 °C)e3c1 f38f 03be 07fc 3ef4 3937 fd1e ec07
fb16 489e 083e 9f66 8fc6 8676 b677 9fe0
0051.56% (No. 1 to No. 2)
No. 2 chip (20 °C)1fcf c7f7 e113 641f 06e2 8ce0 fce1 fdc1
3cc1 ffcc 73fc 160f 9346 7101 3013 11c3
0050.78% (No. 2 to No. 3)
No. 3 chip (20 °C)7c19 7539 23e1 8360 6e6f f281 9380 8fe2
cfe1 e0e2 9283 1837 3be0 7f81 0798 9be0
0052.34% (No. 1 to No. 3)
Table 4. Performance and comparison with prior studies.
Table 4. Performance and comparison with prior studies.
This WorkJUNE [6]TCAS I [16]Access [17]ISSCC [18]ISSCC [19]
Technology (nm)9013065656528
TopologySRAMEE SRAMSRAMSRAMEE SRAMSRAM
Stabilizing
technique
ConvolutionVss bias dark-bit detectionCapacitive digital preselectionCapacitive tilt, mirrorAutomatic self-checking and healingSMV, BCH
Native unstable cells10%2.14%19.6%42.1%2.8%10.5%
Stabilized BER0 a0 b<1.4 × 10−92.6 × 10−6<3.3 × 10−88.9 × 10−4
Measure temp. (°C)−40–80 c−40–150−10–80−10–85−40–125−40–150
%1’s in the qualified cells52.85%--51.5%50.1%--48.5%
Inter-chip HD50.5% d--49.9%49.3%--49.8%
a. No error in 256 bits, with 30,000 evaluations in 3 different chips in lightweight scheme; redundancy coefficient is 0.08 in one-layer convolution scheme. b. No error in 3339 bits with 500 evaluations. c. Test for the lightweight scheme. d. For all results in this paper.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Cao, R.; Mei, N.; Lian, Q. Method for Improving the Reliability of SRAM-Based PUF Using Convolution Operation. Electronics 2022, 11, 3493. https://doi.org/10.3390/electronics11213493

AMA Style

Cao R, Mei N, Lian Q. Method for Improving the Reliability of SRAM-Based PUF Using Convolution Operation. Electronics. 2022; 11(21):3493. https://doi.org/10.3390/electronics11213493

Chicago/Turabian Style

Cao, Ruihu, Niansong Mei, and Qian Lian. 2022. "Method for Improving the Reliability of SRAM-Based PUF Using Convolution Operation" Electronics 11, no. 21: 3493. https://doi.org/10.3390/electronics11213493

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop