Add a getSignalInfo accessor.
[matthijs/master-project/cλash.git] / FlattenTypes.hs
2009-02-18 Matthijs KooijmanAdd a getSignalInfo accessor.
2009-02-18 Matthijs KooijmanFix comment indent.
2009-02-17 Matthijs KooijmanGeneralize FApp and CondDef into SigDef and add UncondDef.
2009-02-17 Matthijs KooijmanAdd a type alias StateId for state numbers.
2009-02-17 Matthijs KooijmanRemove type parameterisation of SignalMap.
2009-02-17 Matthijs KooijmanAdd predicates for SigUse.
2009-02-17 Matthijs KooijmanMark all signals as ports or states when appropriate.
2009-02-17 Matthijs KooijmanAdd clk port on any stateful entity.
2009-02-16 Matthijs KooijmanStore a use for each signal in a flattened function.
2009-02-13 Matthijs KooijmanUse less general names as labels some fields.
2009-02-13 Matthijs KooijmanRename fields of SignalInfo.
2009-02-13 Matthijs KooijmanStore the Haskell Type in SignalInfo.
2009-02-13 Matthijs KooijmanStore signals in a map.
2009-02-13 Matthijs KooijmanName signals in a function after flattening it.
2009-02-11 Matthijs KooijmanFill the signal list in FlatFunction.
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.