Skip to content

tsmalls93/LogicObf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogicObf

Using the program

# instantiate the class by passing bench file and output from testability measurement tool
logic_obf = LogicObf("c432.bench", "c432_SCOAP_Output.txt", 8)
# run the algorithm: sorts nodes and inserts key gates (in this case 8 of them)
logic_obf.run()
# get list of sorted nodes
nodes = logic_obf.get_nodes()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages