Boolean 6-Multiplexer Problem | |
|
Boolean 6-multiplexer
The task of the 6-bit Boolean multiplexer is to decode a 2 binary address (00, 01, 10, 11) and return the value of the correspondent data register (d0, d1, d2, d3). Thus, the Boolean 6-multiplexer is a function of 6 activities: two, a0 and a1, determine the address, and four, d0 to d3, determine the answer. To simplify, I use one character symbols {a,b,1,2,3,4} which correspond respectively to {a0,a1,d0,d1,d2,d3}. There are 26=64 possible combinations for the 6 arguments and the entire set of 64 combinations was used as the fitness cases for evaluating fitness.
Notes: I- if (x,y,z) function: if x is 1, the second argument is evaluated, otherwise the third argument is evaluated.
Conclusion:
Bibliography: *** |
Last update: 23/July/2013
|
© Candida Ferreira All rights reserved. |