The document discusses implementing DNA/RNA sequence alignment algorithms using FPGA. It proposes a hardware implementation that relies on complete parallelization of algorithms like Smith-Waterman and Needleman-Wunsch under certain limitations. A lookup table is used to accelerate the algorithms in O(N/4) time. Fifty-four Boolean functions are derived for parallel implementation. The implementation represents DNA/RNA sequences as combinations of 4 nucleotides and is applicable to both software and hardware.