Skip to content

Memristor-Discovery 2.0.1

Latest
Compare
Choose a tag to compare
@timmolter timmolter released this 01 Aug 15:42
· 10 commits to develop since this release

Change Log

  • New kT-bit 3sat experiment!
  • Software fix for some Analog Discovery 2 units that had non-trivial DC offsets. For the pulse experiment, the DC offsets are automatically detected. For the synapse, classify, and kT-bit 3sat solver, you are required to manually enter the offsets in the experiment's preferences. See the help file from the main menu.
  • Fixed chart data export bug when choosing right-click ==> Export As.
  • Updated to new waveforms4j dependency and Digilent's most current SDK.

How to Run

Memristor Discovery is a cross platform Java application and will run on MacOS, Linux and Windows 10. It requires that the Analog Discovery 2 Runtime libraries are also installed. See the README for details on installing the pre-requisites.

MacOS

Download the Memristor-Discovery-2.0.1.pkg file, double-click it, go through the install wizard and open the app from /Applications.

If given notice of "Unidentified Developer", right click and then select "Open With-->Installer"

Windows 10

Download Memristor-Discovery-2.0.1.exe file and double click the .exe file to run the install wizard.

Linux

Download the memristor-discovery-2.0.1.deb file and from the command line run:

sudo mv ~/Downloads/memristor-discovery-2.0.1.deb /var/cache/apt/archives
cd /var/cache/apt/archives
sudo dpkg -i memristor-discovery-2.0.1.deb