Skip to content

LinkZyy/FPGA_PUF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FPGA PUF with AXI bus

A simple implementation of FPGA PUF with AXI bus.

This work can generate 96 bit puf with a Xilinx Alveo u200 card, which can be used in private key, etc.

Tutorial

Build the .xclbin

  1. Open the Xilinx/Launch RTL wizard kernel. step1
  2. Create a kernel, and set the kernel name. step2
  3. Set the scalar arguments. step3
  4. Set the AXI arguments. step4
  5. Do nothing. step5
  6. Check the opencl kernel prototype. step6
  7. Load the rtl sources and it will automatically create fpga_puf_kernels.prj. step7
  8. Add hardware functions step8
  9. build

Build the host

g++ -I$XILINX_XRT/include/ -I$XILINX_VIVADO/include/ -Wall -O0 -g -std=c++11 host.cpp  -o 'host'  -L$XILINX_XRT/lib/ -lOpenCL -lpthread -lrt -lstdc++

Execute

$ ./host binary_container_1.xclbin xilinx_u200_gen3x16_xdma_base_1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published