Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mlouielu committed Jul 4, 2017
1 parent f813daf commit 0c24f49
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,46 @@ True
>>>
```

How To Start
------------

Project 1 implement:

* gate.not_g.Not
* gate.and_g.And
* gate.or_g.Or
* gate.xor.Xor
* gate.mux.Mux
* gate.mux.DMux
* gate.and_g.Not16
* gate.and_g.And16
* gate.or_g.Or16
* gate.mux.Mux16
* gate.or_g.Or8Way
* gate.mux.Mux4Way16
* gate.mux.Mux8Way16
* gate.mux.DMux4Way
* gate.mux.DMux8Way

Project 2 implement:

* gate.adder.ha
* gate.adder.fa
* gate.adder.Add16
* gate.adder.Inc16
* gate.alu.ALU

Project 3 implement:

* seq.bit.Bit
* seq.register.Register
* seq.ram.RAM8
* seq.ram.RAM64
* seq.ram.RAM512
* seq.ram.RAM4K
* seq.ram.RAM16K
* seq.pc.PC

Project 6 implement:

* assembler

0 comments on commit 0c24f49

Please sign in to comment.