A simple, terminal-based boolean logic simulator
Go to file
2017-04-09 21:42:07 -04:00
Radec Add the basic class defineition for Wire and Gate. 2017-04-04 13:37:46 -04:00
src implement circuit file parsing and add specs for rest of gates 2017-04-09 21:42:07 -04:00
.gitattributes Add the basic class defineition for Wire and Gate. 2017-04-04 13:37:46 -04:00
.gitignore Add the basic class defineition for Wire and Gate. 2017-04-04 13:37:46 -04:00
readme.md update readme 2017-04-06 13:36:32 -04:00

RADEC

TODO

  • implement circuit/vector file parsing
  • develop pQueue class
  • declare rest of needed gate types
  • define all classes more completely