onera / pml-analyzer

The PML analyzer is an open source API providing a simple DSL to build a description of the architecture of your chip based on the PHYLOG Modelling Language (PML).
https://w3.onera.fr/phylog/
GNU Lesser General Public License v2.1
5 stars 0 forks source link

Fix dynamic library loading on successive analyses #17

Closed Gaudeval closed 7 months ago

Gaudeval commented 7 months ago

Description

Fixes #9, forcing sbt run and test commands to spawn a new JVM (and thus load the monosat libraries in a clean environment). Also adds a .gitignore for sbt and PML files.

What type of pull request is this? (check all applicable)

Related Tickets & Documents

Fixes #9

Added tests?

Added to documentation?

Do we need to update pml analyzer version?

Is this new version should be released as soon as possible?