Commit Graph
50 Commits
Author SHA1 Message Date
Joel Beckmeyer fe794c6725 make parseCircuit() push gates onto input wire gates vector 2017-04-24 22:18:06 -04:00
Joel Beckmeyer b326f08971 fix several data member/member function confuzzlings 2017-04-24 21:15:16 -04:00
Joel Beckmeyer 75f7f3abd9 Merge branch 'master' of https://gitlab.com/AluminumTank/radec 2017-04-24 21:09:55 -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 217e1aab71 remove newline from prompt 2017-04-23 21:02:10 -04:00
Joel Beckmeyer 2a7d351dec ask for input 2017-04-23 21:00:56 -04:00
Joel Beckmeyer 9264dbbeda add the amazing test cases 2017-04-23 20:57:44 -04:00
Joel Beckmeyer d07406cd58 fix double pointer stupidity 2017-04-23 20:44:45 -04:00
Joel Beckmeyer dd7fb51200 fix bracket error 2017-04-23 20:40:16 -04:00
Joel Beckmeyer 2a697fecbf remove unneeded constructor 2017-04-23 20:39:39 -04:00
Joel Beckmeyer 1431660328 rewrite Radec.cpp 2017-04-23 20:37:16 -04:00
Joel Beckmeyer a75cd9ee04 actually update readme 2017-04-23 20:32:31 -04:00
Joel Beckmeyer 4a5e49f8d6 Merge branch 'master' of https://gitlab.com/AluminumTank/radec 2017-04-23 20:30:52 -04:00
Joel Beckmeyer cb2d47311e update readme 2017-04-23 20:30:43 -04:00
Joel Beckmeyer f64ee84269 add parseVector function 2017-04-23 20:15:12 -04:00
Joel Beckmeyer c808dd3ec2 Merge branch 'master' of https://gitlab.com/AluminumTank/radec 2017-04-23 19:28:01 -04:00
Joel Beckmeyer 0d106c16fd rewrite Radec.cpp to use new Simulation class 2017-04-23 19:27:31 -04:00
Joel Beckmeyer 419f108926 fix several more class capitalization errors 2017-04-23 19:20:29 -04:00
Joel Beckmeyer 66e5ae9418 finish fixing class names 2017-04-23 19:18:11 -04:00
Joel Beckmeyer e5273f96e2 fix capitalization of classes 2017-04-23 19:13:23 -04:00
Joel Beckmeyer 850d4e0fbd fix a bunch of compile-time errors 2017-04-14 19:10:32 -04:00
Joel Beckmeyer 5229141506 Merge branch 'master' of https://gitlab.com/AluminumTank/radec 2017-04-10 21:29:11 -04:00
Joel Beckmeyer 010d572e0a fix stupid mistake 2017-04-10 21:28:10 -04:00
Joel Beckmeyeranddaniel ef14a61ba6 fix all gate classes and add pointer to priority queue 2017-04-10 21:03:29 -04:00
Joel Beckmeyeranddaniel 517d6e333e fix boolean name to be more accurate 2017-04-10 21:02:41 -04:00
Joel Beckmeyeranddaniel c19ba28320 begin implementation of notGate 2017-04-10 21:02:41 -04:00
Joel Beckmeyeranddaniel 190d227a97 add simple evaluation to andGate 2017-04-10 21:02:41 -04:00
Joel Beckmeyer 030cb65800 fix all gate classes and add pointer to priority queue 2017-04-10 20:44:44 -04:00
Joel Beckmeyer f365f0ab2b fix boolean name to be more accurate 2017-04-10 20:06:09 -04:00
Joel Beckmeyer dc27677a67 begin implementation of notGate 2017-04-10 20:05:02 -04:00
Joel Beckmeyer 53198547c0 add simple evaluation to andGate 2017-04-10 19:49:35 -04:00
Joel Beckmeyer 25cee00097 Merge branch 'master' of https://gitlab.com/AluminumTank/radec 2017-04-10 19:41:12 -04:00
Joel Beckmeyer 9d0f5beb74 add some functionality to andGate class 2017-04-10 19:38:54 -04:00
Joel Beckmeyer bc949ffea7 implement event class 2017-04-10 17:15:05 -04:00
Joel Beckmeyer 0abbc7440e implement findWire() and clean up code 2017-04-10 16:39:03 -04:00
Joel Beckmeyer 46fc86d36a update readme 2017-04-09 21:44:46 -04:00
Joel Beckmeyer 54a5e91a12 implement circuit file parsing and add specs for rest of gates 2017-04-09 21:42:07 -04:00
Joel Beckmeyer f8849ef25a cleanup repo 2017-04-06 13:38:51 -04:00
Joel Beckmeyer 7ccf8ef646 update readme 2017-04-06 13:36:32 -04:00
Joel Beckmeyer 6aa93bddaa rename gate subclasses, add class declarations, and add skeleton
implementation of program
2017-04-06 13:28:20 -04:00
Joel Beckmeyer 372c6b6d87 add TODO notes and several other needed classes 2017-04-06 09:38:44 -04:00
Joel Beckmeyer 7de36407f2 add several gate classes 2017-04-06 09:24:36 -04:00
Joel Beckmeyer 2e9e431179 add several classes 2017-04-04 13:27:01 -04:00
Joel Beckmeyer 73123ce5f0 add readme 2017-04-04 13:19:48 -04:00
Joel Beckmeyer c2924d5c24 another test 2017-04-04 09:14:39 -04:00
Joel Beckmeyer 391993b62b test #2 2017-04-04 09:13:28 -04:00
Joel Beckmeyer 65fed9fbef test commit 2017-04-04 09:10:52 -04:00