Don't treat datacon id's as local variables.
[matthijs/master-project/cλash.git] / Alu.hs
2009-08-14 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-14 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-13 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-08-13 Christiaan BaaijClass Num is re-exported by CLasH.HardwareTypes, so...
2009-08-12 Matthijs KooijmanDon't inline register_bank.
2009-08-12 Matthijs KooijmanOnly do State packing once in register_bank.
2009-08-07 Christiaan BaaijState newtype has been moved to CLasH.HardwareTypes
2009-08-07 Christiaan BaaijAlu.hs now uses the new CLasH.HardwareTypes
2009-08-06 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2009-08-06 Matthijs KooijmanRewrite Alu using the State newtype.
2009-06-19 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-19 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-19 Christiaan BaaijStarted adding builtin functions
2009-05-25 Matthijs KooijmanUpdate the hardware models a bit.
2009-04-09 Matthijs KooijmanMake the Alu example use 4-bit SizedWord as data.
2009-03-04 Matthijs KooijmanDon't inline alu.
2009-03-04 Matthijs KooijmanRemove support for DontCare.
2009-02-27 Matthijs KooijmanMake exec have a single binding.
2009-02-19 Matthijs KooijmanLet the exec function output something.
2009-02-19 Matthijs KooijmanEnable the DontCare value for Bit again.
2009-02-19 Matthijs KooijmanUse tuples instead of a ADT for the register bank state.
2009-02-19 Matthijs KooijmanAdd stateful alu (with empty state).
2009-02-18 Matthijs KooijmanRemove the DontCare value from the Bit type.
2009-02-05 Matthijs KooijmanRemove the export list from the Alu module.
2009-02-05 Matthijs KooijmanMake the arguments of the alu function curried.
2009-02-05 Matthijs KooijmanRemove the empty state of the alu function.
2009-01-30 Matthijs KooijmanStore the RegisterBankState in a algbraic data type.
2009-01-29 Matthijs KooijmanAdd some comments.
2009-01-19 Matthijs KooijmanIntial import of some haskell programs.