Commit Graph

  • 237e5cd61a update readme master Joel Beckmeyer 2017-04-26 20:13:52 -04:00
  • e43e92f041 update readme Joel Beckmeyer 2017-04-26 20:12:35 -04:00
  • cf097c0631 update readme Joel Beckmeyer 2017-04-26 20:11:30 -04:00
  • 88594ca3bc update readme Joel Beckmeyer 2017-04-26 20:10:24 -04:00
  • 5898aece5d update readme Joel Beckmeyer 2017-04-26 20:00:37 -04:00
  • 0b29c9e2b5 Merge branch 'master' of https://gitlab.com/AluminumTank/radec Joel Beckmeyer 2017-04-26 19:57:44 -04:00
  • 33a10506af update readme Joel Beckmeyer 2017-04-26 19:57:32 -04:00
  • 6743fdd232 add the screenshots daniel 2017-04-26 19:53:32 -04:00
  • 8a28bfcbe5 move system("pause") ouside of canOpen so they can see the errors. daniel 2017-04-26 19:32:26 -04:00
  • fb3713e44f Return 0 daniel 2017-04-26 19:30:24 -04:00
  • 1795c948ad Move the length ask to inside the canOpen in Radec daniel 2017-04-26 19:28:35 -04:00
  • c7ed3f369b some stuff daniel 2017-04-26 19:25:46 -04:00
  • 372466027a fix grammar errors, printing errors, and bug with default simulation time Joel Beckmeyer 2017-04-26 11:31:40 -04:00
  • 8a4a0b8423 add comments to most files Joel Beckmeyer 2017-04-26 11:20:20 -04:00
  • ed164155f8 made formating better daniel 2017-04-25 20:51:41 -04:00
  • 4f3f006d0d finish the program and fix when a wire goes undefined daniel 2017-04-25 14:38:15 -04:00
  • e7afee35aa Merge branch 'master' of https://gitlab.com/AluminumTank/radec Joel Beckmeyer 2017-04-25 13:55:52 -04:00
  • 65142fa5d8 add several functions and update others Joel Beckmeyer 2017-04-25 13:53:59 -04:00
  • 40d0957420 Merge branch 'master' of https://daniel12997@gitlab.com/AluminumTank/radec.git daniel 2017-04-25 13:50:17 -04:00
  • 2a71f66210 just some housekeeping daniel 2017-04-25 13:50:13 -04:00
  • 10df712a45 fix another feedback loop issue Joel Beckmeyer 2017-04-25 12:24:53 -04:00
  • ebd79657e7 start implementing fixes to account for oscillation Joel Beckmeyer 2017-04-25 10:51:14 -04:00
  • 848c471b14 add static variable for tracking event number Joel Beckmeyer 2017-04-25 10:36:51 -04:00
  • fb0c023cf4 add undefined logic to all gates Joel Beckmeyer 2017-04-25 10:10:07 -04:00
  • 93a176884d fix naming error Joel Beckmeyer 2017-04-25 09:08:16 -04:00
  • 21084a033e Merge branch 'master' of https://daniel12997@gitlab.com/AluminumTank/radec.git daniel 2017-04-24 23:06:27 -04:00
  • c15879016b Fix All the errors daniel 2017-04-24 23:06:26 -04:00
  • 93612d7e1d implement new method to make file parsing more robust Joel Beckmeyer 2017-04-24 22:55:37 -04:00
  • c0662cb305 update readme Joel Beckmeyer 2017-04-24 22:41:01 -04:00
  • 62cf24a0de fix constructor error Joel Beckmeyer 2017-04-24 22:39:40 -04:00
  • 6c40ee863f Merge branch 'master' of https://gitlab.com/AluminumTank/radec Joel Beckmeyer 2017-04-24 22:37:04 -04:00
  • f7ffb392b0 make gate-returned events follow the structure Joel Beckmeyer 2017-04-24 22:36:48 -04:00
  • e3aad796f0 add a setNum to the event class daniel 2017-04-24 22:35:44 -04:00
  • bf8d3c78a5 Merge branch 'master' of https://gitlab.com/AluminumTank/radec Joel Beckmeyer 2017-04-24 22:26:05 -04:00
  • 5e9932b1dd remove old code Joel Beckmeyer 2017-04-24 22:25:51 -04:00
  • 1958336d29 Remove old code from evaluate functions for and and not gates. daniel 2017-04-24 22:25:29 -04:00
  • fe794c6725 make parseCircuit() push gates onto input wire gates vector Joel Beckmeyer 2017-04-24 22:18:06 -04:00
  • 681b4c91ad stuff daniel 2017-04-24 22:14:00 -04:00
  • b326f08971 fix several data member/member function confuzzlings Joel Beckmeyer 2017-04-24 21:15:16 -04:00
  • 75f7f3abd9 Merge branch 'master' of https://gitlab.com/AluminumTank/radec Joel Beckmeyer 2017-04-24 21:09:55 -04:00
  • 6f256eb395 add print function Joel Beckmeyer 2017-04-24 21:09:38 -04:00
  • a005f92560 Merge branch 'master' of https://daniel12997@gitlab.com/AluminumTank/radec.git daniel 2017-04-24 21:06:00 -04:00
  • 3e968534ed add the print operator to the wire class daniel 2017-04-24 21:05:59 -04:00
  • 081330103c implement print() and fix simulate() Joel Beckmeyer 2017-04-24 20:24:39 -04:00
  • c4c62ed53b Implement simulate() Joel Beckmeyer 2017-04-24 20:14:22 -04:00
  • 7475eb8087 Add getters for the event class. Add getGate function to wire class. daniel 2017-04-24 20:13:22 -04:00
  • 496b61d77b Merge branch 'master' of https://daniel12997@gitlab.com/AluminumTank/radec.git daniel 2017-04-24 19:37:12 -04:00
  • d692c5ff3a make wire instantiation great again Joel Beckmeyer 2017-04-24 19:36:08 -04:00
  • 985e6c0c4d Add convertToIO to the wire class daniel 2017-04-24 19:35:30 -04:00
  • 217e1aab71 remove newline from prompt Joel Beckmeyer 2017-04-23 21:02:10 -04:00
  • 2a7d351dec ask for input Joel Beckmeyer 2017-04-23 21:00:56 -04:00
  • 9264dbbeda add the amazing test cases Joel Beckmeyer 2017-04-23 20:57:44 -04:00
  • 0e751426ad fix joel's mistake daniel 2017-04-23 20:53:17 -04:00
  • 0d6b814860 fix the gate.cpp filename daniel 2017-04-23 20:48:33 -04:00
  • d07406cd58 fix double pointer stupidity Joel Beckmeyer 2017-04-23 20:44:45 -04:00
  • e4d4adc2ce Merge branch 'master' of https://daniel12997@gitlab.com/AluminumTank/radec.git daniel 2017-04-23 20:43:11 -04:00
  • a225318882 add scope resolution to parseVector daniel 2017-04-23 20:43:08 -04:00
  • dd7fb51200 fix bracket error Joel Beckmeyer 2017-04-23 20:40:16 -04:00
  • 2a697fecbf remove unneeded constructor Joel Beckmeyer 2017-04-23 20:39:39 -04:00
  • 1431660328 rewrite Radec.cpp Joel Beckmeyer 2017-04-23 20:37:16 -04:00
  • a75cd9ee04 actually update readme Joel Beckmeyer 2017-04-23 20:32:31 -04:00
  • 4a5e49f8d6 Merge branch 'master' of https://gitlab.com/AluminumTank/radec Joel Beckmeyer 2017-04-23 20:30:52 -04:00
  • cb2d47311e update readme Joel Beckmeyer 2017-04-23 20:30:43 -04:00
  • 2307a6b304 Merge branch 'master' of https://daniel12997@gitlab.com/AluminumTank/radec.git daniel 2017-04-23 20:30:19 -04:00
  • 17dc12732c Make wire history better daniel 2017-04-23 20:30:15 -04:00
  • f64ee84269 add parseVector function Joel Beckmeyer 2017-04-23 20:15:12 -04:00
  • d08c7cb919 Add getName for wire daniel 2017-04-23 19:59:57 -04:00
  • 031fea3e0a Add a setOut to the gate parent class daniel 2017-04-23 19:53:37 -04:00
  • 2cacfb9dc0 Fix evaluate functions for gates to return an event daniel 2017-04-23 19:46:37 -04:00
  • 1846c25784 Nothing to worry about daniel 2017-04-23 19:33:58 -04:00
  • 0667c7ab88 Merge branch 'master' of https://daniel12997@gitlab.com/AluminumTank/radec.git daniel 2017-04-23 19:29:33 -04:00
  • 5d61e058b4 Fix the gate evaluate definition to return event daniel 2017-04-23 19:29:29 -04:00
  • c808dd3ec2 Merge branch 'master' of https://gitlab.com/AluminumTank/radec Joel Beckmeyer 2017-04-23 19:28:01 -04:00
  • 0d106c16fd rewrite Radec.cpp to use new Simulation class Joel Beckmeyer 2017-04-23 19:27:31 -04:00
  • 63211c6c8e Merge branch 'master' of https://daniel12997@gitlab.com/AluminumTank/radec.git daniel 2017-04-23 19:24:47 -04:00
  • 7bf89ece15 Fix the class names in simulation .cpp daniel 2017-04-23 19:24:33 -04:00
  • 419f108926 fix several more class capitalization errors Joel Beckmeyer 2017-04-23 19:20:29 -04:00
  • 66e5ae9418 finish fixing class names Joel Beckmeyer 2017-04-23 19:18:11 -04:00
  • e5273f96e2 fix capitalization of classes Joel Beckmeyer 2017-04-23 19:13:23 -04:00
  • 8cf81bed17 Added something to the TODO. daniel 2017-04-20 13:02:48 -04:00
  • 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". daniel 2017-04-20 13:01:04 -04:00
  • 959bca93c4 merge stuff daniel 2017-04-20 12:42:47 -04:00
  • a5e16c9347 Add the simulation class and start populating it. daniel 2017-04-20 12:41:43 -04:00
  • 850d4e0fbd fix a bunch of compile-time errors Joel Beckmeyer 2017-04-14 19:10:32 -04:00
  • 1832d7adff Add the logic for the gates and fix the wire set and get value functions. daniel 2017-04-11 13:22:37 -04:00
  • 5229141506 Merge branch 'master' of https://gitlab.com/AluminumTank/radec Joel Beckmeyer 2017-04-10 21:29:11 -04:00
  • 7574ffc9a4 Fix base initialization for and, not , and xor daniel 2017-04-10 21:28:44 -04:00
  • 010d572e0a fix stupid mistake Joel Beckmeyer 2017-04-10 21:28:10 -04:00
  • 2be1e257c3 Fix the event constructor to be legal daniel 2017-04-10 21:21:41 -04:00
  • da393481e3 Add the includes and fixed the xnor class definition daniel 2017-04-10 21:16:13 -04:00
  • 9e2eb6760f Ficed the class names for some gates daniel 2017-04-10 21:11:51 -04:00
  • cb89b1b657 Merge branch 'Daniel' daniel 2017-04-10 21:07:24 -04:00
  • 8aacd56b65 Add the event generation to the nand Gate daniel 2017-04-10 20:44:48 -04:00
  • 42037af8fa Add Queue as input for nand constructor daniel 2017-04-10 20:28:37 -04:00
  • 3524160204 Merge branch 'master' of https://daniel12997@gitlab.com/AluminumTank/radec.git daniel 2017-04-10 21:03:57 -04:00
  • ef14a61ba6 fix all gate classes and add pointer to priority queue Joel Beckmeyer 2017-04-10 20:44:44 -04:00
  • 517d6e333e fix boolean name to be more accurate Joel Beckmeyer 2017-04-10 20:06:09 -04:00
  • c19ba28320 begin implementation of notGate Joel Beckmeyer 2017-04-10 20:05:02 -04:00
  • 190d227a97 add simple evaluation to andGate Joel Beckmeyer 2017-04-10 19:49:35 -04:00
  • c1c31af8e6 Add the event generation to the nand Gate daniel 2017-04-10 20:44:48 -04:00