Enable the DontCare value for Bit again.
[matthijs/master-project/cλash.git] / Alu.hs
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.