Skip to content

Noe-GT/NanoTekSpice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

141 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NanoTekSpice

Electronic circuits and components simulation.

Documentation

How to compile and launch

compile the project with

$ make

run the program

$ ./nanotekspice config_file.nts

Config file format (.nts)`

Use .chipsets: to declare components as: type name

Example:

.chipsets:
input in_1
input in_2
output out
or gate

Use .links: to link components together as: name1:pin name2:pin Example:

.links:
in_1:1 gate:1
in_2:1 gate:2
out:1 gate:3

(see examples in config_examples)

Available components:

  • input
  • output
  • true
  • false
  • clock
  • or
  • and
  • xor
  • nor
  • nand
  • 4081
  • 4071
  • 4069
  • 4030
  • 4011
  • 4001

Contributors

Contributor GitHub Profile Mail
Killian Killian killian.quintin@epitech.eu
Noe Noe noe-daniel.gebert@epitech.eu

Epitech Logo

About

Electronic circuits and components simulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors