pkgsrc-wip/vpr/patches/patch-ae
David Howland bcc09c25de VPR is a placement and routing tool for array-based FPGAs, and T-VPack is a
logic block packing (clustering) program. VPR was written to allow circuits to
be placed and routed on a wide variety of FPGAs to facilitate comparisons of
different architectures.
2006-12-03 00:38:43 +00:00

13 lines
489 B
Text

$NetBSD: patch-ae,v 1.1.1.1 2006/12/03 00:38:43 dhowland Exp $
--- t-vpack/path_length.c.orig 2000-03-26 14:35:23.000000000 -0500
+++ t-vpack/path_length.c
@@ -972,7 +972,7 @@ static void sort_blocks_by_criticality(v
*have already been clustered have been assigned a criticality of -1 so that *
*they will appear at the end of the sorted list.*/
- heapsort(critindexarray, criticality, num_blocks);
+ heapsortv(critindexarray, criticality, num_blocks);
indexofcrit=0;
}