NanoTekSpice is a C++ project that aims to simulate electronic circuits. It is a project for the first year of Epitech.
To compile the project, run cmake .
in the root directory.
Then run make
to compile the project.
To run the project, run ./nanotekspice [file.nts]
.
A prompt will appear, a bunch of commands are available:
display
to display the value of each clocks / inputs / outputs, sorted by alphabetical ordersimulate
to simulate the circuitloop
to simulate the circuit until aCTRL + C
is pressedexit
to leave the program
- [Maxence Labourel]
- [Mathéo Martin]