Skip to content

nizarion/maf

 
 

Repository files navigation

Memristor Application Framework

Version

v1.8.4c, 21/04/2017

Author:

License:

Creative Commons Attribution-NonComercial-ShareAlike

  • Copy and distribution allowed for academical/research purposes.
  • Modification allowed prior author authorization.

Documentation and Downloads

http://vlsi.die.upm.es/memristor

Academic Papers

Journal Papers

Conference Papers

  • Model Validation and Simulation Framework for Novel Nanometer Devices. Fernando García Redondo, Marisa López-Vallejo, Pablo Ituero. Conference on Design of Circuits and Integrated Systems 2012 (DCIS 2012) Avignon (France).
  • A CAD Framework for the Characterization and Use of Memristor Models. Fernando García, Marisa López-Vallejo, and Pablo Ituero. International Conference on Synthesis, Modeling, Analysis and Simulation Methods and Applications to Circuit Design 2012 (SMACD2012) Seville, Spain. 19 - 21 September 2012.

Changelog:

https://github.com/fgr1986/maf

Repository

https://github.com/fgr1986/maf

Requirements

  • Java 8
  • JavaFx (already included in Java 8)
  • GnuPlot 4.x
  • [Optional] Jfreechart libraries installed and configured
  • [Optional] Ant/Maven

How to build

  • Option 1) Import the ant build file.
  • Option 2) Netbeans/Eclipse IDE
    • Create a new JavaFx Project.
    • Add the sources/libraries.
    • Configure the BUILDPATH and PATH: add the libraries to the PATH.

How to run

	java -jar MAF_X.jar

Increase RAM ussage (improves performance), where -Xms specifies the minimum heapsize and -Xmx specifies the maximum size.

	java -jar -Xmx2048m -Xms1024m MAF.jar

About

Memristor Application Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.0%
  • Other 1.0%