PODEM Test Generator for 6140
Go to following link and see the readme! PODEM Test Generator
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 |
Open terminal and cd
to current directory.
Type -h
or -help
to see usage
./run.sh -h
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
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
This command will clean all simulation data in ./result
folders
./run.sh clean
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