24 http://doi.org/10.17993/3ctecno.2020.specialissue4.19-33
3C Tecnología. Glosas de innovación aplicadas a la pyme. ISSN: 2254 – 4143 Edición Especial Special Issue Marzo 2020
the test vector sequence than that place is lled with ‘x’, by this method here six test vectors
are found as essential for ISCAS89 s396 benchmark circuit. When 128 test vectors are
optimized to six test vectors then the test time eectively reduced to the minimum. For this
s396 circuit 128 test vectors are required to test the circuit then six test vectors are ltered
by using BISTAD tool. A test vector set T is given below:
T=[T[1],T[2],T[3],T[4],T[5],T[6]]=T[5,6,11,14,21,88]
These six test vectors are considered as node here, all odd value from 0 to 127 are taken
in account to formulate the sequence. The odd value sequence of (127,3) is {0,3,6,9,12,15
,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99,1
02,105,108,111,114,117,120,123,126,1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52
,55,58,61,64,67,70,73,76,79,82,85,88,91,94,97,100,103,106,109,112,115,118,121,124,12
7,2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59,62,65,68,71,74,77,80,83,86,8
9,92,95,98,101,104,107,110,113,116,119,122,125}.Likewise it is preceded for all possible
combination i.e., (127, n). Here n is the odd numbers in-between (0 to 127) because k =
128. In Table 2 decimal representation of the test vectors are given in rst row, column and
their location are given in 6*6 matrix forms. Matrix size is equivalent to the number of test
vectors in the test vector set of the concern circuit. In general for k inputs 2
k
-1 matrix are
required to derive A
min
and A
vec
matrix. A
min
and Avec are derived by nding the minimum
values of a particular point for example all matrix value of 6 to 11 are compared and got
1 as minimum value which is taken for A
min
and the corresponding matrix value A5 is the
A
vec
value. Addend patterns are in the form of 2
n
+1 i.e., 2
1
+1=3, 2
2
+1=5,… if the addend
patterns are in the form of 2
n
+1 then 3,5,9,17,33 and 65 are its test pattern set.
5. PROPOSED METHOD
In this paper minimum spanning tree is introduced rather than Hamiltonian path
(Hamiltonian path is a path which visits each vertex exactly once and also returns to
the starting vertex) in the graphical construction of the c17 & s386 benchmark circuit.
Minimum spanning tree is a tree in a graph that spans all the vertices and total weight of a
tree is minimal. Addend patterns are in the form of 2
n
+1 & 2
n
+ 3 are taken to compare
the Hamiltonian path time and minimum spanning tree time cycles.