Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. digraph {
  2. rankdir=LR;
  3. LED1 [shape=doublecircle]
  4. OrGate2 [shape=diamond]
  5. AndGate1 [shape=box]
  6. OrGate1 [shape=diamond]
  7. GOMB_A [shape=circle]
  8. GOMB_B [shape=circle]
  9. GOMB_A -> OrGate1
  10. GOMB_B -> OrGate1
  11. GOMB_C [shape=circle]
  12. OrGate1 -> AndGate1
  13. GOMB_C -> AndGate1
  14. AndGate2 [shape=box]
  15. GOMB_A [shape=circle]
  16. JELGENERATOR [shape=Msquare]
  17. GOMB_A -> AndGate2
  18. JELGENERATOR -> AndGate2
  19. AndGate1 -> OrGate2
  20. AndGate2 -> OrGate2
  21. OrGate2 -> LED1
  22. LED2 [shape=doublecircle]
  23. OrGate4 [shape=diamond]
  24. OrGate3 [shape=diamond]
  25. GOMB_A [shape=circle]
  26. GOMB_C [shape=circle]
  27. GOMB_A -> OrGate3
  28. GOMB_C -> OrGate3
  29. JELGENERATOR [shape=Msquare]
  30. OrGate3 -> OrGate4
  31. JELGENERATOR -> OrGate4
  32. OrGate4 -> LED2
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement