/
yue24two

yue24two

Title of the paper: A Two-Stage TMV SRAM PUF Preselection Method with Fewer ECC Resources

Available at: https://ieeexplore.ieee.org/abstract/document/10503621

Related paper: An Efficient Two-Stage Block Preselection SRAM PUF Exploiting Data Remanence

In summary, this paper combines TMV with ECC, every input of ECC, is a segment of length composed of

After TMV we have 4 segments:

  • first 4/L cells biased towards '1'

  • last 4/L cells biased towards '1'

  • last 4/L cells biased towards '0'

  • first 4/L cells biased towards '0'

ECC has two inputs:

  • first segment is composed of

    • first 4/L cells biased towards '1'

    • last 4/L cells biased towards '0'

  • second segment

    • last 4/L cells biased towards '1'

    • first 4/L cells biased towards '0'

in this way, the ECC consumes less resources since it has less errors

This paper has a major error: they used 4/L instead of L/4, where L is the length of the PUF response

 

Related content