BRASS Research Group


Fast Module Mapping and Placement for Datapaths in FPGAs


Update: See also Chapter 7 of Tim Callahan's Ph.D., links at the bottom of the page.

Article by Timothy J. Callahan, Philip Chong, André DeHon, and John Wawrzynek, published in Proceedings of the 1998 ACM/SIGDA Sixth International Symposium on Field Programmable Gate Arrays (FPGA '98, February 22-24, 1998), 10 pages.

Abstract:

By tailoring a compiler tree-parsing tool for datapath module mapping, we produce good quality results for datapath synthesis in very fast run time. Rather than flattening the design to gates, we preserve the datapath structure; this allows exploitation of specialized datapath features in FPGAs, retains regularity, and also results in a smaller problem size. To further achieve high mapping speed, we formulate the problem as tree covering and solve it efficiently with a linear-time dynamic programming algorithm. In a novel extension to the tree-covering algorithm, we perform module placement simultaneously with the mapping, still in linear time. Integrating placement has the potential to increase the quality of the result since we can optimize total delay including routing delays.

To our knowledge this is the first effort to leverage a grammar-based tree covering tool for datapath module mapping. Further, it is the first work to integrate simultaneous placement with module mapping in a way that preserves linear time complexity.

Copyright 1998 ACM, Inc.

Author's current corrected versions:

Errata for version published at FPGA'98:

More recent (2002):


[BRASS Home] [Projects] [Class] [Documents] [People] [Contact] [Sponsors] [Links]