Research Article
FPGA Implementation of Reconfigurable Finite State Machine with Input Multiplexing Architecture Using Hungarian Method
| Input. Combinations_of_output_lines | | Output. XOR_ | | begin | | for all (combinations_of_output_lines) do | | perform Bitwise-XOR operation between corresponding output lines of base_ckt & | | recon_ckt_b; | | XOR_ the total number of 1’s in the Bitwise-XOR operation; | | where, ; | | end | | end |
|