Skip to content

zxlml/node_label

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implemented codes for "Towards Precise and Explainable Hardware Trojan Localization at LUT Level" accepted by TCAD.

Language: Python

Code descriptions:

  1. The main function that the open source code runs is main() in main.py.

  2. Input of main function:

The synthesized FPGA netlist as graph_intel.v in the example.

  1. Output of main function:

The name of the LUT cell and the probability that its output is 1.

The result is automatically stored in ./example/prob1.txt.

About

Towards Precise and Explainable Hardware Trojan Localization at LUT Level

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Verilog 68.0%
  • Python 32.0%