Electronic circuits and components simulation.
compile the project with
$ makerun the program
$ ./nanotekspice config_file.ntsUse .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)
- input
- output
- true
- false
- clock
- or
- and
- xor
- nor
- nand
- 4081
- 4071
- 4069
- 4030
- 4011
- 4001
| Contributor | GitHub Profile | |
|---|---|---|
| Killian | killian.quintin@epitech.eu | |
| Noe | noe-daniel.gebert@epitech.eu |
