v1.8.4c, 21/04/2017
- Copy and distribution allowed for academical/research purposes.
- Modification allowed prior author authorization.
http://vlsi.die.upm.es/memristor
- Building Memristor Applications: From Device Model to Circuit Design. Fernando García-Redondo, Marisa López-Vallejo, Pablo Ituero. IEEE Transactions on Nanotechnology. 2014. Accepted for publication. Impact Factor 2012: 1,80.
- The tractability index of memristive circuits: branch-oriented and tree-based models. García Redondo, Fernando and Riaza, Ricardo. Mathematical Methods in the Applied Sciences. 201. Impact Factor 2012: 0.743
- 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.
https://github.com/fgr1986/maf
https://github.com/fgr1986/maf
- Java 8
- JavaFx (already included in Java 8)
- GnuPlot 4.x
- [Optional] Jfreechart libraries installed and configured
- [Optional] Ant/Maven
- 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.
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