Add shiftL and shiftR operators for signed and unsigned. Update name of shiftl and...
[matthijs/master-project/cλash.git] / clash / CLasH / VHDL /
2010-06-17 christiaanbAdd shiftL and shiftR operators for signed and unsigned...
2010-06-17 christiaanbFix sectioning bug of fold, iterate and friends
2010-06-17 christiaanbgetFieldLabels has better error messages
2010-06-17 christiaanbgenApplication get an explicit destination type
2010-06-17 christiaanbBuiltin builder arguments now get an extra Type.Type
2010-06-17 christiaanbImplement API change of shiftl and shiftr, limit Prelud...
2010-06-17 christiaanbFix vhdl type generation of index type, as upper bound...
2010-06-16 Matthijs KooijmanLet genApplication handle (built-in) enumeration types.
2010-06-16 Matthijs KooijmanRestructure genApplication to handle all AggrTypes.
2010-06-16 Matthijs KooijmanAdd getConstructorFieldLabel accessor function.
2010-06-16 Matthijs KooijmanCorrectly treat errors as a nested list in mkTyConHType.
2010-06-09 Matthijs KooijmanAdd support for multiple-constructor datatypes with...
2010-06-09 Matthijs KooijmanAdd stringToVHDLExpr function.
2010-06-08 Matthijs KooijmanMerge branch 'master' of git://github.com/christiaanb...
2010-06-02 christiaanbRename cλash dir to clash so it behaves well within...