English

Improving FSM State Enumeration Performance for Hardware Security with RECUT and REFSM-SAT

Hardware Architecture 2023-11-20 v1

Abstract

Finite state machines (FSM's) are implemented with sequential circuits and are used to orchestrate the operation of hardware designs. Sequential obfuscation schemes aimed at preventing IP theft often operate by augmenting a design's FSM post-synthesis. Many such schemes are based on the ability to recover the FSM's topology from the synthesized design. In this paper, we present two tools which can improve the performance of topology extraction: RECUT, which extracts the FSM implementation from a netlist, and REFSM-SAT, which solves topology enumeration as a series of SAT problems. In some cases, these tools can improve performance significantly over current methods, attaining up to a 99\% decrease in runtime.

Keywords

Cite

@article{arxiv.2311.10273,
  title  = {Improving FSM State Enumeration Performance for Hardware Security with RECUT and REFSM-SAT},
  author = {Jim Geist and Travis Meade and Shaojie Zhang and Yier Jin},
  journal= {arXiv preprint arXiv:2311.10273},
  year   = {2023}
}

Comments

7 pages, 2 figures, 2 algorithms