Skip to content

Design, Implementation and Characterization of a Novel Robust-by-Construction Arbiter PUF Circuit on Xilinx FPGAs

License

Notifications You must be signed in to change notification settings

fairpulse/ATS2024

Repository files navigation

Please cite the following paper:

Design, Implementation and Characterization of a Novel Robust-by-Construction Arbiter PUF Circuit on Xilinx FPGAs,

Venkata Sreekanth B., Rajat Subhra Chakraborty, Indrajit Chakrabarti. The 33rd Asian Test Symposium, Dec 17-20 2024, Gujarat, India.

System Requirements: Linux, Vivado Design Suite 18.1 or later

The system can be run in both "Project Mode" and "Non-Project Mode" of Vivado Design Suite. It is recommented to choose "Non-Project Mode" for automation.

The following are the steps to execute the entire system:

  1. Open a shell-terminal and configure it for serial communication using the following commands: (Install cat, stty, hexdump packages, if they are missing)

stty -F /dev/ttyUSB1 9600 cs8 -ixon ixoff -parenb -echo -cstopb crtscts -opost -onlcr -isig -icanon -echoe -icrnl

  • Open an empty file for storing the Challenge Response Pairs (CRPs)

cat > CRPfilename < /dev/ttyUSB1

  1. Open Vivado Design Suite
  • Go to File -> Checkpoint -> Open
  • Choose post_synth.dcp from the parent directory
  • The, Go to Flow -> Run Implementation
  1. After successful implementation, in the bottom pane, expand Tcl Console -The TCL ( Tool Command Language) script must be sourced, which is located in the parent directory as "FirstXilTclMigNpm.tcl". This file mut be sourced in the Tcl Console with the following command:

source "Absolute/Patht/To/File/FirstXilTclMigNpm.tcl"

  1. Go to Window ->\ Device and observe the entire implementation. A zoomed in view must look like below figures:

Before sourcing the TCL script

After sourcing the TCL script
  1. The CRP data will be logged in the file created using cat in step 1. For post processing dump this binary file into hexadecimal format:

hexdump -v -e '10/1 "%02x""\n"' CRPfilename > CRPfilename.txt

  • CRPfilename.txt will be in human-readable form and can be viewed with any editor (gedit, vim etc)
  1. This file can be used to evaluate the Quality metrics of the PUF design.
  2. MLP Attacks results are shown below:

MLP_Wisiol Attack

MLP_Wisiol Attack Continued

About

Design, Implementation and Characterization of a Novel Robust-by-Construction Arbiter PUF Circuit on Xilinx FPGAs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published