|
|
@@ -22,12 +22,15 @@ $ module load vivado maxcompiler
|
|
|
$ module load devtoolset/8
|
|
|
|
|
|
|
|
|
-To build the JAVA program: (for kernel and Manager (.maxj))
|
|
|
+The Makefiles then build the program automatically. They do the equivalent of
|
|
|
+the following, written here only for information:
|
|
|
+
|
|
|
+Building the JAVA program: (for kernel and Manager (.maxj))
|
|
|
|
|
|
$ cd starpu/tests/
|
|
|
$ maxjc -1.7 -cp $MAXCLASSPATH fpga
|
|
|
|
|
|
-To run the Java program to generate a DFE implementation (a .max file)
|
|
|
+Running the Java program to generate a DFE implementation (a .max file)
|
|
|
that can be called from a StarPU/FPGA application and slic headers
|
|
|
(.h) for simulation:
|
|
|
|
|
|
@@ -37,11 +40,13 @@ $ cp MyTasks_MAX5C_DFE_SIM/results/*{.max,.h} fpga
|
|
|
|
|
|
$ cd fpga
|
|
|
|
|
|
-To build the slic object file (simulation):
|
|
|
+Building the slic object file (simulation):
|
|
|
|
|
|
$ sliccompile MyTasks.max
|
|
|
|
|
|
-To start the simulation:
|
|
|
+
|
|
|
+
|
|
|
+Once built, to start the simulation:
|
|
|
|
|
|
$ maxcompilersim -c LIMA -n $USER-MyTasks restart
|
|
|
$ export LD_LIBRARY_PATH=$MAXELEROSDIR/lib:$LD_LIBRARY_PATH
|