pkgsrc-wip/vpr/patches/patch-ac
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
543 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2006/12/03 00:38:43 dhowland Exp $
--- t-vpack/heapsort.c.orig 2000-03-26 14:35:23.000000000 -0500
+++ t-vpack/heapsort.c
@@ -12,7 +12,7 @@ static int get_top_of_heap_index (int *h
/******************************/
-void heapsort (int *sort_index, float *sort_values, int nelem) {
+void heapsortv (int *sort_index, float *sort_values, int nelem) {
/* This routine loads sort_index [1..nelem] with nelem values: the indices *
* of the sort_values [1..nelem] array that lead to sort_values[index] being *