|
@@ -1,6 +1,6 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
-# Copyright (C) 2019-2020 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
|
|
|
+# Copyright (C) 2019-2021 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -85,9 +85,10 @@ $ ./autogen.sh
|
|
|
$ ../configure --prefix=$PWD/../install --with-fpga --disable-link-with-riffa --disable-fortran
|
|
|
$ make
|
|
|
|
|
|
-# $ make install
|
|
|
+By default they are built for simulation (target DFE_SIM). To build for native
|
|
|
+execution, use instead:
|
|
|
+
|
|
|
+make MAX_TARGET=DFE
|
|
|
|
|
|
To test the code (.c):
|
|
|
$ ./tests/fpga/max_fpga
|
|
|
-
|
|
|
-
|