Make listBind support recursive bindings.
[matthijs/master-project/cλash.git] / Pretty.hs
2009-06-12 Matthijs KooijmanMake listBind support recursive bindings.
2009-04-14 Matthijs KooijmanAdd a Type to a Literal SignalExpr.
2009-04-06 Matthijs KooijmanMake Map.Map an instance of Pretty.
2009-03-10 Matthijs KooijmanRedo the global (state) structure of the translator.
2009-03-09 Matthijs KooijmanRename VHDLState to TranslatorState.
2009-03-06 Matthijs KooijmanMove the Show deriving for Core types to a new CoreShow...
2009-03-04 Matthijs KooijmanProvide preliminary support for list types.
2009-03-03 Matthijs KooijmanAdd StandalonDeriving language option to Pretty.
2009-02-19 Matthijs KooijmanPrint the list of signals sorted by id.
2009-02-19 Matthijs KooijmanAllow name hints to be set for a signal.
2009-02-19 Matthijs KooijmanPrint the Defs list sorted.
2009-02-19 Matthijs KooijmanMake register_bank work, with a bunch of changes.
2009-02-19 Matthijs KooijmanSupport multiple alternative case expressions.
2009-02-18 Matthijs KooijmanDerive and use show instead of ppr to display Exprs.
2009-02-17 Matthijs KooijmanGeneralize FApp and CondDef into SigDef and add UncondDef.
2009-02-17 Matthijs KooijmanRemove type parameterisation of SignalMap.
2009-02-17 Matthijs KooijmanMark all signals as ports or states when appropriate.
2009-02-16 Matthijs KooijmanImprove the pretty output of the signal list.
2009-02-16 Matthijs KooijmanMake the pretty output more pretty.
2009-02-16 Matthijs KooijmanStore a use for each signal in a flattened function.
2009-02-16 Matthijs KooijmanLet mkCompInsSm look up the actual VHDL entity id.
2009-02-13 Matthijs KooijmanMove some pretty printing code around.
2009-02-13 Matthijs KooijmanGenerate a VHDL architecture for each function.
2009-02-13 Matthijs KooijmanStore the Haskell Type in SignalInfo.
2009-02-13 Matthijs KooijmanCreate an entity for each function.
2009-02-13 Matthijs KooijmanStore signals in a map.
2009-02-13 Matthijs KooijmanName signals in a function after flattening it.
2009-02-13 Matthijs KooijmanRemove NamedFlatFunction again.
2009-02-11 Matthijs KooijmanAllow a FlatFunction to be named as well as unnamed.
2009-02-11 Matthijs KooijmanAdd a list of used signals to FlatFunction.
2009-02-11 Matthijs KooijmanRemove the distinction between SignalDef and SignalUse.
2009-02-11 Matthijs KooijmanMake FlatFunction parameterized with the signal id...
2009-02-11 Matthijs KooijmanMove around a bunch of types.
2009-02-11 Matthijs KooijmanAdd a setFlatFunc function.
2009-02-11 Matthijs KooijmanReplace FuncMap by a Data.Map.
2009-02-11 Matthijs KooijmanAdd the current CoreModule to the session.
2009-02-11 Matthijs KooijmanReplace printBind* by a Pretty instance.
2009-02-11 Matthijs KooijmanAdd Pretty instance for VHDLSession.
2009-02-11 Matthijs KooijmanAdd pretty printing functions for FlatFunction.