We now output VHDL types in the correct order
[matthijs/master-project/cλash.git] / VHDLTypes.hs
2009-07-02 Christiaan BaaijWe now output VHDL types in the correct order
2009-07-02 Christiaan BaaijRemoved the need for a special vector-type map.
2009-06-25 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-06-25 Matthijs KooijmanRemove the unused Maybe typing in Entity ports.
2009-06-25 Matthijs KooijmanRestructure a lot of VHDL generating code.
2009-06-25 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-25 Matthijs KooijmanUnify all BuiltinBuilder functions.
2009-06-24 Christiaan BaaijAdded builtin foldl function
2009-06-24 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-24 Matthijs KooijmanGenerate vector functions on demand.
2009-06-24 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-24 Matthijs KooijmanPut the Builders in the VHDLSession.
2009-06-24 Matthijs KooijmanRemove the globalNameTable from the VHDLState.
2009-06-24 Matthijs KooijmanSwap the VHDLState and VHDLSession type names.
2009-06-23 Christiaan BaaijStarted cleanup of VHDL.hs and some builtin funcs now...
2009-06-23 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-06-23 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-23 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-23 Christiaan BaaijAlmost finished support for 'map'
2009-06-22 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-22 Matthijs KooijmanGenerate the VHDLId of an entity in a single place.
2009-06-22 Matthijs KooijmanMerge git://github.com/darchon/clash into cλash
2009-06-22 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-22 Christiaan BaaijAdded support for vectors with arbitrary element types
2009-06-22 Christiaan BaaijAdded subtype declarations to TypeMap, removed SubtypeMap.
2009-06-22 Christiaan BaaijMerge branch 'cλash' of git.stderr.nl/matthijs/projects...
2009-06-21 Matthijs KooijmanMove type registration out of construct_vhdl_ty.
2009-06-19 Christiaan BaaijAdded support for RangedWords
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-06-19 Christiaan BaaijCabalized clash
2009-06-15 Matthijs KooijmanGenerate VHDL from Core instead of flat functions.
2009-03-10 Matthijs KooijmanPut vhdl_ty in the (new) TypeState Monad.
2009-03-10 Matthijs KooijmanOutput a package containing all type declarations.
2009-03-10 Matthijs KooijmanRedo the global (state) structure of the translator.
2009-03-06 Matthijs KooijmanDerive Show for a bunch of types.
2009-03-04 Matthijs KooijmanProvide preliminary support for list types.
2009-02-17 Matthijs KooijmanRemove type parameterisation of SignalMap.
2009-02-17 Matthijs KooijmanDon't generate ports for non-port signals.
2009-02-16 Matthijs KooijmanLet mkCompInsSm look up the actual VHDL entity id.
2009-02-13 Matthijs KooijmanPut a TypeMark in a VHDLSignalmap.
2009-02-13 Matthijs KooijmanAdd the VHDLTypes module