Merge branch 'cλash' of http://git.stderr.nl/matthijs/projects/master-project
[matthijs/master-project/cλash.git] / Adders.hs
2009-06-19 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-19 Christiaan BaaijAdded function calls
2009-06-19 Matthijs KooijmanAdd another higher order testcase, highordtest2.
2009-06-19 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-18 Matthijs KooijmanAdd a higher order testcase.
2009-06-15 Matthijs KooijmanGenerate VHDL from Core instead of flat functions.
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.