As identifiers are z-encoded instead of extended they are no longer case sensitive...
[matthijs/master-project/cλash.git] / clash / CLasH / VHDL / VHDLTools.hs
2010-06-23 christiaanbAs identifiers are z-encoded instead of extended they...
2010-06-23 christiaanbshow function id should just be a basic identifier
2010-06-23 christiaanbZ-encode invalid names instead of using extended identi...
2010-06-22 christiaanbAdd parenthesis to output of show function to mimic...
2010-06-21 christiaanbEnum literals are now correctly translated to numbers
2010-06-21 christiaanbPrint null character instead of empty character when...
2010-06-21 christiaanbUse numbers in case-selectors to reflect changes to...
2010-06-21 christiaanbadtShow now calls vhdl show function to show the constr...
2010-06-21 christiaanbEnum are now integer typedefs instead of unsigned subty...
2010-06-21 christiaanbNumbers are now encoded using a descending index
2010-06-21 christiaanbAdd show generation function for ADTs
2010-06-21 christiaanbEncode enumerations as unsigned integers instead of...
2010-06-17 christiaanbgetFieldLabels has better error messages
2010-06-17 christiaanbFix vhdl type generation of index type, as upper bound...
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...