pkgsrc-wip/vpr/patches/patch-ad
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

7 lines
296 B
Text

$NetBSD: patch-ad,v 1.1.1.1 2006/12/03 00:38:43 dhowland Exp $
--- t-vpack/heapsort.h.orig 2000-03-26 14:35:28.000000000 -0500
+++ t-vpack/heapsort.h
@@ -1 +1 @@
-void heapsort (int *sort_index, float *sort_values, int nelem);
+void heapsortv (int *sort_index, float *sort_values, int nelem);