JDigitalSimulator is a platform independent open source Electronic Design Automation software entirely written in Java.
Please download the latest release from the releases section here on GitHub. Visit the project homepage for some additional information.
To build JDigitalSimulator
on your machine, checkout the repository, cd
into it, and call:
mvn clean install
In case you are trying to build on a 64bit Linux distribution, the 32bit Windows launcher will require the following libraries to be installed on your system lib32z1
, lib32ncurses5
, lib32bz2-1.0
and zlib1g:i386
.
The code is available under the terms of the GNU General Public License.