summaryrefslogtreecommitdiff
path: root/src/gate.rs
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Added some tests for xor and or gates and also added comments to explain how ...HEADmasteromagdy71-98/+303
2023-11-29Added full implementation of simulating a Chipomagdy71-51/+90
2023-11-29Changed Chip structure and added pins which represents the chips input pins a...omagdy71-4/+6
2023-11-29Removed Or and Buffer Gate implementations and added the same logic of AndGat...omagdy71-49/+74
2023-11-29Changed Added pins to AddGate that represents all the and Gate pins and made ...omagdy71-17/+26
2023-11-29Removed uncessary Or and Buffer gatesomagdy71-51/+44
2023-11-27Added dfs traversal of gates graphomagdy71-27/+69
2023-11-27Added the intial design of the logic gate simulatoromagdy71-97/+304
2023-08-18Cleaned the code + added output_layer for displaying outputsomagdy71-27/+29
2023-08-11Added an InputPanel to the leftomagdy71-13/+33
2023-08-10Intial commitomagdy71-0/+111