-
Notifications
You must be signed in to change notification settings - Fork 0
Start MaxIDE
MaxIDE is the Maxeler development environment. It is based on the Eclipse platform. It allows to easily program DFE applications, build and run them.
To start MaxIDE and build DFE applications, a few modules are necessary:
- GCC
- vivado/2017.4
- maxcompiler/2018.3.1
- maxide/2.0
They can be loaded using the following command: module load GCC vivado/2017.4 maxcompiler/2018.3.1 maxide/2.0
on the jumax machine.
These are essential modules so it is recommended to load them at the start of a session by adding the following line to the ~/.bash_profile
file: module load GCC vivado/2017.4 maxcompiler/2018.3.1 maxide/2.0
.
WARNING: GCC module loading may have already been added at step 6 of the following tutorial: Compile Webots on Jumax
Finally to launch MaxIDE, execute maxide
on the jumax machine.
For more information on how a DFE application should be programmed, see the following page: Basics of DFE Applications
For more information on how to build and run an accelerated application using MaxCompiler on MaxIDE, see the following page: Run DFE Applications With MaxIDE
- Basics of DFE Applications
- Start MaxIDE
- Run DFE Applications with MaxIDE
- Compile DFE Applications for Webots
- Compilation Debug and Timing Improvement
- Implementation of multilayers perceptrons on CPU :
- Adapting the multilayers perceptron (MLP) inference for FPGA:
- Implementation of a state-of-the-art robotic application in simulation
- Convolutional Neural Network inference on CPU
- Convolutional Neural Network inference on FPGA
- Deliverable 1: CNN performance comparison CPU/FPGA
- Deliverable 2: CNN performance comparison CPU/FPGA
- How to run the most optimized car simulation