Installing Digital
Windows Users
Windows users are recommended to install Digital on Windows itself, not using WSL. When exporting your schematics to verilog however, it’s important to save your verilog to a path shareable with WSL.
Contents
Requirements
Steps to Install
- Download the v0.31 release of Digital
- Unzip the file
File Structure
These are the files that should be unzipped from above.
./Digital
├── Digital.exe
├── Digital.jar
├── Digital_noD3D.exe
├── Digital.sh
├── docu/
├── examples/
├── icon.svg
├── install.sh
├── lib/
├── linux/
├── ReleaseNotes.txt
├── Version.txt
└── Windows_Read.me
Running Digital
Launch from GUI
Double click Digital.jar
to run Digital.
Launch from terminal
Navigate to wherever you unzipped Digital and run:
java -jar Digital.jar
Windows Users
Windows users might have to run
java.exe
instead of justjava
. Windows users could also try executingDigital.exe
in the same directory, orDigital_noD3D.exe
if you have graphical issues.
Documentation
In the ./Digital/docu
folder, there is a PDF containing documentation for every component in Digital.
The folder contains several copies of the same documentation, just in different languages.