Commit Graph

14 Commits

Author SHA1 Message Date
Joel Beckmeyer
f7ffb392b0 make gate-returned events follow the structure 2017-04-24 22:36:48 -04:00
Joel Beckmeyer
fe794c6725 make parseCircuit() push gates onto input wire gates vector 2017-04-24 22:18:06 -04:00
daniel
681b4c91ad stuff 2017-04-24 22:14:00 -04:00
Joel Beckmeyer
b326f08971 fix several data member/member function confuzzlings 2017-04-24 21:15:16 -04:00
Joel Beckmeyer
6f256eb395 add print function 2017-04-24 21:09:38 -04:00
Joel Beckmeyer
081330103c implement print() and fix simulate() 2017-04-24 20:24:39 -04:00
Joel Beckmeyer
c4c62ed53b Implement simulate() 2017-04-24 20:14:22 -04:00
Joel Beckmeyer
d692c5ff3a make wire instantiation great again 2017-04-24 19:36:08 -04:00
Joel Beckmeyer
d07406cd58 fix double pointer stupidity 2017-04-23 20:44:45 -04:00
daniel
a225318882 add scope resolution to parseVector 2017-04-23 20:43:08 -04:00
Joel Beckmeyer
f64ee84269 add parseVector function 2017-04-23 20:15:12 -04:00
daniel
5d61e058b4 Fix the gate evaluate definition to return event 2017-04-23 19:29:29 -04:00
daniel
13d85a4651 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
daniel
a5e16c9347 Add the simulation class and start populating it. 2017-04-20 12:41:43 -04:00