Generalize FApp and CondDef into SigDef and add UncondDef.
[matthijs/master-project/cλash.git] / Pretty.hs
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.