A simple, terminal-based boolean logic simulator
Go to file
2017-04-20 13:01:04 -04:00
Radec Add the simulation class and start populating it. 2017-04-20 12:41:43 -04:00
src Add the getter of delay in the gate classes. Add the findeWire and get delay functions for the simulation class. Fix the order of the input to: "in >> data" from "data << in". 2017-04-20 13:01:04 -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 implement event class 2017-04-10 17:15:05 -04:00

RADEC

TODO

  • implement vector file parsing
  • define all classes more completely