An improved algorithm for sequence pair generation

Mingxu Huo,Koubao Ding
DOI: https://doi.org/10.1007/11758501_66
2006-01-01
Abstract:Sequence Pair is an elegant representation for block placement of IC design, and the procedure to generate the SP from an existing placement is necessary in most cases. An improved generation algorithm is proposed instead of the existing methods that are either difficult or inefficient to be implemented. The algorithm simplifies the definition of relation between blocks and avoids employing complicated graph operations. The time complexity of the algorithm is O (n2) and can be reduced to O (n log n), where n is the number of blocks. The experimental results of the algorithm show its superiority in running time.
What problem does this paper attempt to address?