Public » Elements of Computing
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

Better Or

Changeset a89509a1dd5a

Parent 00b727c73286

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at a89509a1dd5a Showing diff from parent 00b727c73286 Diff from another changeset...

Change 1 of 1 Show Entire File 01/​Or.hdl Stacked
 
14
15
16
17
18
 
19
 
14
15
16
 
 
17
18
@@ -14,6 +14,5 @@
  PARTS:   Not(in=a, out=nota);   Not(in=b, out=notb); - And(a=nota, b=notb, out=w); - Not(in=w, out=out); + Nand(a=nota, b=notb, out=out);  }