项目作者: Brukols

项目描述 :
Simulation of electric circuit
高级语言: C++
项目地址: git://github.com/Brukols/Epitech-NanoTekSpice.git
创建时间: 2020-03-21T10:19:07Z
项目社区:https://github.com/Brukols/Epitech-NanoTekSpice

开源协议:

下载


NanoTekSpice

NanoTekSpice is an Epitech project. The goal was to simulate an eletric circuit.

Description

As parameter, we take a configuration file in order to generate our own electric circuit. After that, you will be able to play with our circuit thanks to differents commands.

Compilation

  1. make # Compile the project

Usage

You must specify a configuration file and all the inputs must have values.

  1. ./nanotekspice ressources/basics/and.nts a=0 b=1 a2=1 b2=1 a3=0 b3=0 a4=1 b4=0
  2. > a=1 # To change an input
  3. > display # Display all the outputs
  4. > simulate # Simulate our circuit
  5. > loop # Call simulate until signal SIGINT
  6. > exit # To exit

Contribution

Project made with Benjamin Bourgeois