Download and Recommended Use
Please consider downloading, embedding, or forking OpenDSE depending on your intended use:
First-time Users and Try Out
You are new to design space exploration and/or OpenDSE and you want to check its features with our tutorial:
- Download the .zip or .tar file provided in the latest OpenDSE release.
- Unzip OpenDSE
- OpenDSE relies on the build automation tool Gradle. To start OpenDSE, execute the following command in the opendse directory:
gradle run
Using OpenDSE in Your Project
You want to use OpenDSE in your own project:
- Embed OpenDSE via Jitpack directly into the build process of your project. The code for embedding into gradle, maven, sbt, and leiningen is directly provided via the Jitpack website.
Making Changes and/or Become a Contributor
The OpenDSE source code is available at https://github.com/sdarg/opendse.git. We strongly recommend that you fork OpenDSE on GitHub. For more information on how to become a contributor, please check the OpenDSE README on Github.