Update the hardware models a bit.
[matthijs/master-project/cλash.git] / Adders.hs
2009-05-25 Matthijs KooijmanUpdate the hardware models a bit.
2009-03-04 Matthijs KooijmanAdd some hardware models using vectors (FSVec).
2009-03-03 Matthijs KooijmanNever inline the half_adder function.
2009-02-27 Matthijs KooijmanAdd a two-port mux hardware model.
2009-02-18 Matthijs KooijmanAdd a simple four-bit shift register model.
2009-02-11 Matthijs KooijmanGive stateless a type signature.
2009-02-02 Matthijs KooijmanAdd a D-Flip flop hardware model.
2009-02-02 Matthijs KooijmanAdd a full_adder version with stateful interface.
2009-01-30 Matthijs KooijmanGive Adders a mainIO to to interactive simulation.
2009-01-30 Matthijs KooijmanImplement full_adder in terms of half_adder.
2009-01-29 Matthijs KooijmanMake full_adder simpler.
2009-01-29 Matthijs KooijmanAdd a duplication hardware model.
2009-01-29 Matthijs KooijmanAdd a double invertor model.
2009-01-29 Matthijs KooijmanAdd an invertor hardware model.
2009-01-29 Matthijs KooijmanAdd a trivial "wire" hardware model.
2009-01-29 Matthijs KooijmanAdd some comments.
2009-01-21 Matthijs KooijmanLet the Adders module export everything.
2009-01-21 Matthijs KooijmanAdd a haskell model for a half adder.
2009-01-19 Matthijs KooijmanIntial import of some haskell programs.