Skip to content

yankanghong/PODEM_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PODEM Generator

PODEM Test Generator for 6140

License

Github

Go to following link and see the readme! PODEM Test Generator

File Hierachy

Folder Function
circuits Folder of circuit files
faultList Folder of fault list files
result Simulation results (generated test vectors) will be save to this folder under mode 1 or mode 2

Run the PODEM generator

Open terminal and cd to current directory. Type -h or -help to see usage

./run.sh -h

Test All Circuits

This command will generate test vectors for s27, s298f_2, s343f_2 and s349f_2 with fault lists in faultList and save results to result

./run.sh all

Test One Circuit

This commands will generate test vectors for one circuit at a time. The path for both circuit and fault list must be specified.

./run.sh -ckt ./circuits/<circuit_name>.txt -fl ./faultList/<fault_list_name>.txt

Clean all data

This command will clean all simulation data in ./result folders

./run.sh clean

Check runtime of the simulator

To get the runtime of this simulator, open src/main.cpp and on the top of the file, uncomment

// #define CHECK_RUNTIME

into

#define CHECK_RUNTIME

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published