Browse Source

Merge branch 'fpga' of https://gitlab.inria.fr/starpu/starpu into fpga

Samuel Thibault 4 years ago
parent
commit
97dd8ee51a
1 changed files with 5 additions and 4 deletions
  1. 5 4
      tests/fpga/README.txt

+ 5 - 4
tests/fpga/README.txt

@@ -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
-
-